labels
stringlengths
3
22
ids
stringlengths
44
278
txt
stringlengths
13
29k
xmi
stringlengths
359
1.44M
is_duplicated
bool
2 classes
graph
stringlengths
364
727k
model_type
stringclasses
2 values
books
repo-ecore-all/data/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/books.ecore
books Catalog books Book isbn title pages authors
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="books" nsURI="http://www.eclipse.org/emf/compare/books" nsPrefix="books"> <eClassifiers xsi:type="ecore:EClass" name="Catalog"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isbn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="ecore:EClass writers.ecore#//Writer" eOpposite="writers.ecore#//Writer/books"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"books","nsURI":"http://www.eclipse.org/emf/compare/books","name":"books","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Catalog","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isbn","changeable":true,"lowerBound":1,"iD":true,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":5,"target":9},{"source":5,"target":2},{"source":6,"target":10},{"source":6,"target":2},{"source":7,"target":11},{"source":7,"target":2},{"source":8,"target":12},{"source":8,"target":2}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/destinyfucker/IFMLPluginAdaptation/projects/IFMLEditor/model/Types.ecore
types Boolean boolean boolean Integer int int Real double double String java.lang.String java.lang.String UnlimitedNatural int int
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.eclipse.org/uml2/5.0.0/Types" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="Types"/> </eAnnotations> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UnlimitedNatural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.eclipse.org/uml2/5.0.0/Types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":5,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMATLAB.ecore
UML2 ParameterDirectionKind in in inout inout out out return return AggregationKind composite composite none none shared shared VisibilityKind package package private private protected protected public public Node Constraint constrainedElement Package LiteralSpecification ForkNode TimeConstraint LiteralNull PackageMerge ConnectableElement LinkAction ControlFlow Message ObjectFlow Transition InstanceSpecification slot classifier Model Classifier isAbstract feature inheritedMember generalization ReadExtentAction Interface UseCase Pseudostate WriteStructuralFeatureAction value Activity CreateLinkObjectAction CallBehaviorAction TemplateParameterSubstitution Operation ownedParameter Feature isStatic featuringClassifier SendSignalAction Expression Parameter direction Enumeration LinkEndData value end qualifier Gate MergeNode StructuralFeatureAction structuralFeature MessageTrigger VariableAction IntervalConstraint TimeInterval ProtocolTransition ExtensionEnd ProtocolConformance Extend ParameterSet DurationInterval ElementImport importedElement QualifierValue qualifier PartDecomposition GeneralizationSet generalization TestIdentityAction first second WriteVariableAction DecisionNode WriteLinkAction StructuredClassifier Slot definingFeature SignalTrigger AddStructuralFeatureValueAction Usage Device PackageableElement Stereotype JoinNode ValuePin Behavior specification ProfileApplication DataStoreNode ConnectionPointReference Property isComposite isDerived isDerivedUnion aggregation subsettedProperty association qualifier TemplateableClassifier CentralBufferNode BroadcastSignalAction StructuredActivityNode LoopNode Profile ExceptionHandler DeploymentTarget ActivityFinalNode ReadSelfAction result ClearAssociationAction FinalState InteractionOperand Variable EncapsulatedClassifier Interaction DirectedRelationship Association ownedEnd memberEnd PackageImport LinkEndCreationData Clause SendObjectAction Substitution DeployedArtifact OutputPin BehavioralFeature ReadIsClassifiedObjectAction TimeTrigger InteractionFragment CreateObjectAction classifier result ExecutableNode ActivityPartition PrimitiveFunction Artifact TimeExpression TimeObservationAction LiteralInteger Reception ActivityParameterNode ParameterableElement ExecutionEnvironment StructuralFeature isReadOnly ExpansionRegion InvocationAction GeneralOrdering NamedElement name visibility CommunicationPath TemplateableElement Stop Port AcceptCallAction Implementation ClassifierTemplateParameter CallOperationAction ActivityNode ReadLinkObjectEndAction MessageEnd DurationConstraint CallTrigger StartOwnedBehaviorAction InstanceValue DataType CombinedFragment AnyTrigger RaiseExceptionAction Manifestation FlowFinalNode Trigger ActivityEdge ExpansionNode Deployment StateMachine Region Connector InitialNode ExtensionPoint TemplateSignature Type ValueSpecification DestroyObjectAction target Lifeline Realization Comment MultiplicityElement isOrdered isUnique lower upper RemoveVariableValueAction EnumerationLiteral Pin ReadLinkObjectEndQualifierAction Element owner AddVariableValueAction Duration StateInvariant DeploymentSpecification ControlNode ClearStructuralFeatureAction Generalization general Continuation TemplateBinding InteractionConstraint Class isActive nestedClassifier ownedReception AssociationClass Extension ReclassifyObjectAction PrimitiveType BehavioredClassifier ownedBehavior classifierBehavior DestroyLinkAction EventOccurrence ConditionalNode RedefinableElement Interval ChangeTrigger OpaqueExpression DurationObservationAction TypedElement type Dependency Relationship Actor LiteralUnlimitedNatural InteractionOccurrence ProtocolStateMachine TemplateParameter ReadLinkAction InformationItem FinalNode InputPin ActivityGroup Signal CreateLinkAction RedefinableTemplateSignature ApplyFunctionAction State Abstraction AcceptEventAction Action context_ ExecutionOccurrence ConnectableElementTemplateParameter Include InterruptibleActivityRegion Permission CollaborationOccurrence StringExpression ConnectorEnd Namespace member LiteralBoolean InformationFlow CallAction OperationTemplateParameter ClearVariableAction Vertex Collaboration ReadStructuralFeatureAction ReadVariableAction ParameterableClassifier LiteralString ReplyAction ObjectNode RemoveStructuralFeatureValueAction Component
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in" value="1" literal="in"/> <eLiterals name="inout" value="2" literal="inout"/> <eLiterals name="out" value="3" literal="out"/> <eLiterals name="return" value="4" literal="return"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="composite" value="1" literal="composite"/> <eLiterals name="none" value="2" literal="none"/> <eLiterals name="shared" value="3" literal="shared"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" upperBound="-1" eType="#//Slot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//MultiplicityElement #//ParameterableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ParameterDirectionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//InputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//QualifierValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeature" lowerBound="1" eType="#//StructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolConformance" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="#//PackageableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifierValue" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" lowerBound="1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" lowerBound="1" eType="#//StructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//BehavioralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProfileApplication" eSuperTypes="#//PackageImport"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="#//AggregationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="#//LinkEndData"/> <eClassifiers xsi:type="ecore:EClass" name="Clause" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//TemplateableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignature" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReception" upperBound="-1" eType="#//Reception" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityGroup" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//TemplateSignature"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElementTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="InterruptibleActivityRegion" eSuperTypes="#//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectorEnd" eSuperTypes="#//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="OperationTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"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":"Constraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","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":"Message","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolConformance","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifierValue","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileApplication","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableElement","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElement","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierTemplateParameter","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignature","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityGroup","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElementTemplateParameter","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptibleActivityRegion","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorEnd","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTemplateParameter","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"name":"in","id":231,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":232,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":233,"value":3,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":234,"value":4,"literal":"return","eClass":"EEnumLiteral"},{"name":"composite","id":235,"value":1,"literal":"composite","eClass":"EEnumLiteral"},{"name":"none","id":236,"value":2,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":237,"value":3,"literal":"shared","eClass":"EEnumLiteral"},{"name":"package","id":238,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":239,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":240,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":241,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"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":"constrainedElement","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"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"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":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","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"},{"container":false,"ordered":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":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"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":297,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featuringClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"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":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generalization","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":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerivedUnion","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":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":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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":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":"upper","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedReception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":false},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":0,"target":228},{"source":0,"target":229},{"source":0,"target":230},{"source":1,"target":0},{"source":1,"target":231},{"source":1,"target":232},{"source":1,"target":233},{"source":1,"target":234},{"source":231,"target":1},{"source":232,"target":1},{"source":233,"target":1},{"source":234,"target":1},{"source":2,"target":0},{"source":2,"target":235},{"source":2,"target":236},{"source":2,"target":237},{"source":235,"target":2},{"source":236,"target":2},{"source":237,"target":2},{"source":3,"target":0},{"source":3,"target":238},{"source":3,"target":239},{"source":3,"target":240},{"source":3,"target":241},{"source":238,"target":3},{"source":239,"target":3},{"source":240,"target":3},{"source":241,"target":3},{"source":4,"target":0},{"source":4,"target":172},{"source":4,"target":80},{"source":4,"target":242},{"source":4,"target":243},{"source":242,"target":172},{"source":243,"target":80},{"source":5,"target":0},{"source":5,"target":64},{"source":5,"target":244},{"source":5,"target":245},{"source":244,"target":161},{"source":244,"target":246},{"source":244,"target":5},{"source":246,"target":161},{"source":245,"target":64},{"source":6,"target":0},{"source":6,"target":215},{"source":6,"target":64},{"source":6,"target":247},{"source":6,"target":248},{"source":247,"target":215},{"source":248,"target":64},{"source":7,"target":0},{"source":7,"target":151},{"source":7,"target":249},{"source":249,"target":151},{"source":8,"target":0},{"source":8,"target":166},{"source":8,"target":250},{"source":250,"target":166},{"source":9,"target":0},{"source":9,"target":42},{"source":9,"target":251},{"source":251,"target":42},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":252},{"source":252,"target":7},{"source":11,"target":0},{"source":11,"target":89},{"source":11,"target":253},{"source":253,"target":89},{"source":12,"target":0},{"source":12,"target":118},{"source":12,"target":112},{"source":12,"target":254},{"source":12,"target":255},{"source":254,"target":118},{"source":255,"target":112},{"source":13,"target":0},{"source":13,"target":206},{"source":13,"target":256},{"source":256,"target":206},{"source":14,"target":0},{"source":14,"target":141},{"source":14,"target":257},{"source":257,"target":141},{"source":15,"target":0},{"source":15,"target":118},{"source":15,"target":258},{"source":258,"target":118},{"source":16,"target":0},{"source":16,"target":141},{"source":16,"target":259},{"source":259,"target":141},{"source":17,"target":0},{"source":17,"target":181},{"source":17,"target":260},{"source":260,"target":181},{"source":18,"target":0},{"source":18,"target":64},{"source":18,"target":80},{"source":18,"target":96},{"source":18,"target":261},{"source":18,"target":262},{"source":18,"target":263},{"source":18,"target":264},{"source":18,"target":265},{"source":261,"target":59},{"source":261,"target":266},{"source":261,"target":18},{"source":266,"target":59},{"source":262,"target":20},{"source":262,"target":267},{"source":262,"target":18},{"source":267,"target":20},{"source":263,"target":64},{"source":264,"target":80},{"source":265,"target":96},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":268},{"source":268,"target":6},{"source":20,"target":0},{"source":20,"target":215},{"source":20,"target":150},{"source":20,"target":181},{"source":20,"target":269},{"source":20,"target":270},{"source":20,"target":271},{"source":20,"target":272},{"source":20,"target":273},{"source":20,"target":274},{"source":20,"target":275},{"source":269,"target":276},{"source":269,"target":20},{"source":270,"target":31},{"source":270,"target":277},{"source":270,"target":20},{"source":277,"target":31},{"source":271,"target":118},{"source":271,"target":278},{"source":271,"target":20},{"source":278,"target":118},{"source":272,"target":168},{"source":272,"target":279},{"source":272,"target":20},{"source":279,"target":168},{"source":273,"target":215},{"source":274,"target":150},{"source":275,"target":181},{"source":21,"target":0},{"source":21,"target":206},{"source":21,"target":280},{"source":280,"target":206},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":281},{"source":281,"target":20},{"source":23,"target":0},{"source":23,"target":177},{"source":23,"target":282},{"source":282,"target":177},{"source":24,"target":0},{"source":24,"target":221},{"source":24,"target":283},{"source":283,"target":221},{"source":25,"target":0},{"source":25,"target":39},{"source":25,"target":284},{"source":25,"target":285},{"source":284,"target":197},{"source":284,"target":286},{"source":284,"target":25},{"source":286,"target":197},{"source":285,"target":39},{"source":26,"target":0},{"source":26,"target":68},{"source":26,"target":287},{"source":287,"target":68},{"source":27,"target":0},{"source":27,"target":200},{"source":27,"target":288},{"source":288,"target":200},{"source":28,"target":0},{"source":28,"target":218},{"source":28,"target":289},{"source":289,"target":218},{"source":29,"target":0},{"source":29,"target":161},{"source":29,"target":290},{"source":290,"target":161},{"source":30,"target":0},{"source":30,"target":98},{"source":30,"target":186},{"source":30,"target":156},{"source":30,"target":112},{"source":30,"target":291},{"source":30,"target":292},{"source":30,"target":293},{"source":30,"target":294},{"source":30,"target":295},{"source":291,"target":34},{"source":291,"target":296},{"source":291,"target":30},{"source":296,"target":34},{"source":292,"target":98},{"source":293,"target":186},{"source":294,"target":156},{"source":295,"target":112},{"source":31,"target":0},{"source":31,"target":181},{"source":31,"target":297},{"source":31,"target":298},{"source":31,"target":299},{"source":297,"target":300},{"source":297,"target":31},{"source":298,"target":20},{"source":298,"target":301},{"source":298,"target":31},{"source":301,"target":20},{"source":299,"target":181},{"source":32,"target":0},{"source":32,"target":116},{"source":32,"target":302},{"source":302,"target":116},{"source":33,"target":0},{"source":33,"target":184},{"source":33,"target":303},{"source":303,"target":184},{"source":34,"target":0},{"source":34,"target":12},{"source":34,"target":186},{"source":34,"target":156},{"source":34,"target":304},{"source":34,"target":305},{"source":34,"target":306},{"source":34,"target":307},{"source":304,"target":1},{"source":304,"target":308},{"source":304,"target":34},{"source":308,"target":1},{"source":305,"target":12},{"source":306,"target":186},{"source":307,"target":156},{"source":35,"target":0},{"source":35,"target":134},{"source":35,"target":309},{"source":309,"target":134},{"source":36,"target":0},{"source":36,"target":161},{"source":36,"target":310},{"source":36,"target":311},{"source":36,"target":312},{"source":36,"target":313},{"source":310,"target":197},{"source":310,"target":314},{"source":310,"target":36},{"source":314,"target":197},{"source":311,"target":72},{"source":311,"target":315},{"source":311,"target":36},{"source":315,"target":72},{"source":312,"target":51},{"source":312,"target":316},{"source":312,"target":36},{"source":316,"target":51},{"source":313,"target":161},{"source":37,"target":0},{"source":37,"target":129},{"source":37,"target":317},{"source":317,"target":129},{"source":38,"target":0},{"source":38,"target":166},{"source":38,"target":318},{"source":318,"target":166},{"source":39,"target":0},{"source":39,"target":206},{"source":39,"target":319},{"source":39,"target":320},{"source":319,"target":114},{"source":319,"target":321},{"source":319,"target":39},{"source":321,"target":114},{"source":320,"target":206},{"source":40,"target":0},{"source":40,"target":140},{"source":40,"target":322},{"source":322,"target":140},{"source":41,"target":0},{"source":41,"target":206},{"source":41,"target":323},{"source":323,"target":206},{"source":42,"target":0},{"source":42,"target":5},{"source":42,"target":324},{"source":324,"target":5},{"source":43,"target":0},{"source":43,"target":182},{"source":43,"target":325},{"source":325,"target":182},{"source":44,"target":0},{"source":44,"target":17},{"source":44,"target":326},{"source":326,"target":17},{"source":45,"target":0},{"source":45,"target":72},{"source":45,"target":327},{"source":327,"target":72},{"source":46,"target":0},{"source":46,"target":89},{"source":46,"target":328},{"source":328,"target":89},{"source":47,"target":0},{"source":47,"target":118},{"source":47,"target":89},{"source":47,"target":329},{"source":47,"target":330},{"source":329,"target":118},{"source":330,"target":89},{"source":48,"target":0},{"source":48,"target":118},{"source":48,"target":331},{"source":331,"target":118},{"source":49,"target":0},{"source":49,"target":182},{"source":49,"target":332},{"source":332,"target":182},{"source":50,"target":0},{"source":50,"target":89},{"source":50,"target":333},{"source":50,"target":334},{"source":333,"target":64},{"source":333,"target":335},{"source":333,"target":50},{"source":335,"target":64},{"source":334,"target":89},{"source":51,"target":0},{"source":51,"target":161},{"source":51,"target":336},{"source":51,"target":337},{"source":336,"target":72},{"source":336,"target":338},{"source":336,"target":51},{"source":338,"target":72},{"source":337,"target":161},{"source":52,"target":0},{"source":52,"target":191},{"source":52,"target":339},{"source":339,"target":191},{"source":53,"target":0},{"source":53,"target":64},{"source":53,"target":340},{"source":53,"target":341},{"source":340,"target":168},{"source":340,"target":342},{"source":340,"target":53},{"source":342,"target":168},{"source":341,"target":64},{"source":54,"target":0},{"source":54,"target":206},{"source":54,"target":343},{"source":54,"target":344},{"source":54,"target":345},{"source":343,"target":197},{"source":343,"target":346},{"source":343,"target":54},{"source":346,"target":197},{"source":344,"target":197},{"source":344,"target":347},{"source":344,"target":54},{"source":347,"target":197},{"source":345,"target":206},{"source":55,"target":0},{"source":55,"target":41},{"source":55,"target":348},{"source":348,"target":41},{"source":56,"target":0},{"source":56,"target":166},{"source":56,"target":349},{"source":349,"target":166},{"source":57,"target":0},{"source":57,"target":13},{"source":57,"target":350},{"source":350,"target":13},{"source":58,"target":0},{"source":58,"target":20},{"source":58,"target":351},{"source":351,"target":20},{"source":59,"target":0},{"source":59,"target":161},{"source":59,"target":352},{"source":59,"target":353},{"source":352,"target":114},{"source":352,"target":354},{"source":352,"target":59},{"source":354,"target":114},{"source":353,"target":161},{"source":60,"target":0},{"source":60,"target":40},{"source":60,"target":355},{"source":355,"target":40},{"source":61,"target":0},{"source":61,"target":25},{"source":61,"target":356},{"source":356,"target":25},{"source":62,"target":0},{"source":62,"target":187},{"source":62,"target":357},{"source":357,"target":187},{"source":63,"target":0},{"source":63,"target":4},{"source":63,"target":358},{"source":358,"target":4},{"source":64,"target":0},{"source":64,"target":118},{"source":64,"target":112},{"source":64,"target":359},{"source":64,"target":360},{"source":359,"target":118},{"source":360,"target":112},{"source":65,"target":0},{"source":65,"target":172},{"source":65,"target":361},{"source":361,"target":172},{"source":66,"target":0},{"source":66,"target":166},{"source":66,"target":362},{"source":362,"target":166},{"source":67,"target":0},{"source":67,"target":197},{"source":67,"target":363},{"source":363,"target":197},{"source":68,"target":0},{"source":68,"target":172},{"source":68,"target":364},{"source":68,"target":365},{"source":364,"target":98},{"source":364,"target":366},{"source":364,"target":68},{"source":366,"target":98},{"source":365,"target":172},{"source":69,"target":0},{"source":69,"target":91},{"source":69,"target":367},{"source":367,"target":91},{"source":70,"target":0},{"source":70,"target":74},{"source":70,"target":368},{"source":368,"target":74},{"source":71,"target":0},{"source":71,"target":221},{"source":71,"target":369},{"source":369,"target":221},{"source":72,"target":0},{"source":72,"target":114},{"source":72,"target":12},{"source":72,"target":80},{"source":72,"target":370},{"source":72,"target":371},{"source":72,"target":372},{"source":72,"target":373},{"source":72,"target":374},{"source":72,"target":375},{"source":72,"target":376},{"source":72,"target":377},{"source":72,"target":378},{"source":72,"target":379},{"source":370,"target":380},{"source":370,"target":72},{"source":371,"target":381},{"source":371,"target":72},{"source":372,"target":382},{"source":372,"target":72},{"source":373,"target":2},{"source":373,"target":383},{"source":373,"target":72},{"source":383,"target":2},{"source":374,"target":72},{"source":374,"target":384},{"source":374,"target":72},{"source":384,"target":72},{"source":375,"target":90},{"source":375,"target":385},{"source":375,"target":72},{"source":385,"target":90},{"source":376,"target":72},{"source":376,"target":386},{"source":376,"target":72},{"source":386,"target":72},{"source":377,"target":114},{"source":378,"target":12},{"source":379,"target":80},{"source":73,"target":0},{"source":73,"target":20},{"source":73,"target":387},{"source":387,"target":20},{"source":74,"target":0},{"source":74,"target":228},{"source":74,"target":388},{"source":388,"target":228},{"source":75,"target":0},{"source":75,"target":116},{"source":75,"target":389},{"source":389,"target":116},{"source":76,"target":0},{"source":76,"target":206},{"source":76,"target":215},{"source":76,"target":198},{"source":76,"target":390},{"source":76,"target":391},{"source":76,"target":392},{"source":390,"target":206},{"source":391,"target":215},{"source":392,"target":198},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":393},{"source":393,"target":76},{"source":78,"target":0},{"source":78,"target":6},{"source":78,"target":394},{"source":394,"target":6},{"source":79,"target":0},{"source":79,"target":161},{"source":79,"target":395},{"source":395,"target":161},{"source":80,"target":0},{"source":80,"target":118},{"source":80,"target":396},{"source":396,"target":118},{"source":81,"target":0},{"source":81,"target":196},{"source":81,"target":397},{"source":397,"target":196},{"source":82,"target":0},{"source":82,"target":206},{"source":82,"target":398},{"source":82,"target":399},{"source":398,"target":97},{"source":398,"target":400},{"source":398,"target":82},{"source":400,"target":97},{"source":399,"target":206},{"source":83,"target":0},{"source":83,"target":206},{"source":83,"target":401},{"source":401,"target":206},{"source":84,"target":0},{"source":84,"target":203},{"source":84,"target":402},{"source":402,"target":203},{"source":85,"target":0},{"source":85,"target":215},{"source":85,"target":101},{"source":85,"target":403},{"source":85,"target":404},{"source":403,"target":215},{"source":404,"target":101},{"source":86,"target":0},{"source":86,"target":12},{"source":86,"target":186},{"source":86,"target":156},{"source":86,"target":405},{"source":86,"target":406},{"source":86,"target":407},{"source":405,"target":12},{"source":406,"target":186},{"source":407,"target":156},{"source":87,"target":0},{"source":87,"target":58},{"source":87,"target":408},{"source":408,"target":58},{"source":88,"target":0},{"source":88,"target":68},{"source":88,"target":101},{"source":88,"target":409},{"source":88,"target":410},{"source":409,"target":68},{"source":410,"target":101},{"source":89,"target":0},{"source":89,"target":188},{"source":89,"target":411},{"source":411,"target":188},{"source":90,"target":0},{"source":90,"target":20},{"source":90,"target":188},{"source":90,"target":412},{"source":90,"target":413},{"source":90,"target":414},{"source":90,"target":415},{"source":412,"target":72},{"source":412,"target":416},{"source":412,"target":90},{"source":416,"target":72},{"source":413,"target":72},{"source":413,"target":417},{"source":413,"target":90},{"source":417,"target":72},{"source":414,"target":20},{"source":415,"target":188},{"source":91,"target":0},{"source":91,"target":89},{"source":91,"target":418},{"source":418,"target":89},{"source":92,"target":0},{"source":92,"target":36},{"source":92,"target":419},{"source":419,"target":36},{"source":93,"target":0},{"source":93,"target":161},{"source":93,"target":420},{"source":420,"target":161},{"source":94,"target":0},{"source":94,"target":116},{"source":94,"target":421},{"source":421,"target":116},{"source":95,"target":0},{"source":95,"target":154},{"source":95,"target":422},{"source":422,"target":154},{"source":96,"target":0},{"source":96,"target":118},{"source":96,"target":423},{"source":423,"target":118},{"source":97,"target":0},{"source":97,"target":159},{"source":97,"target":424},{"source":424,"target":159},{"source":98,"target":0},{"source":98,"target":215},{"source":98,"target":31},{"source":98,"target":425},{"source":98,"target":426},{"source":425,"target":215},{"source":426,"target":31},{"source":99,"target":0},{"source":99,"target":206},{"source":99,"target":427},{"source":427,"target":206},{"source":100,"target":0},{"source":100,"target":140},{"source":100,"target":428},{"source":428,"target":140},{"source":101,"target":0},{"source":101,"target":118},{"source":101,"target":429},{"source":429,"target":118},{"source":102,"target":0},{"source":102,"target":206},{"source":102,"target":430},{"source":102,"target":431},{"source":102,"target":432},{"source":430,"target":20},{"source":430,"target":433},{"source":430,"target":102},{"source":433,"target":20},{"source":431,"target":97},{"source":431,"target":434},{"source":431,"target":102},{"source":434,"target":97},{"source":432,"target":206},{"source":103,"target":0},{"source":103,"target":127},{"source":103,"target":435},{"source":435,"target":127},{"source":104,"target":0},{"source":104,"target":118},{"source":104,"target":198},{"source":104,"target":436},{"source":104,"target":437},{"source":436,"target":118},{"source":437,"target":198},{"source":105,"target":0},{"source":105,"target":64},{"source":105,"target":438},{"source":438,"target":64},{"source":106,"target":0},{"source":106,"target":20},{"source":106,"target":96},{"source":106,"target":439},{"source":106,"target":440},{"source":439,"target":20},{"source":440,"target":96},{"source":107,"target":0},{"source":107,"target":151},{"source":107,"target":441},{"source":441,"target":151},{"source":108,"target":0},{"source":108,"target":25},{"source":108,"target":442},{"source":442,"target":25},{"source":109,"target":0},{"source":109,"target":7},{"source":109,"target":443},{"source":443,"target":7},{"source":110,"target":0},{"source":110,"target":98},{"source":110,"target":444},{"source":444,"target":98},{"source":111,"target":0},{"source":111,"target":228},{"source":111,"target":445},{"source":445,"target":228},{"source":112,"target":0},{"source":112,"target":161},{"source":112,"target":446},{"source":446,"target":161},{"source":113,"target":0},{"source":113,"target":4},{"source":113,"target":447},{"source":447,"target":4},{"source":114,"target":0},{"source":114,"target":31},{"source":114,"target":186},{"source":114,"target":156},{"source":114,"target":448},{"source":114,"target":449},{"source":114,"target":450},{"source":114,"target":451},{"source":448,"target":452},{"source":448,"target":114},{"source":449,"target":31},{"source":450,"target":186},{"source":451,"target":156},{"source":115,"target":0},{"source":115,"target":76},{"source":115,"target":453},{"source":453,"target":76},{"source":116,"target":0},{"source":116,"target":206},{"source":116,"target":454},{"source":454,"target":206},{"source":117,"target":0},{"source":117,"target":118},{"source":117,"target":455},{"source":455,"target":118},{"source":118,"target":0},{"source":118,"target":120},{"source":118,"target":456},{"source":118,"target":457},{"source":118,"target":458},{"source":456,"target":459},{"source":456,"target":118},{"source":457,"target":3},{"source":457,"target":460},{"source":457,"target":118},{"source":460,"target":3},{"source":458,"target":120},{"source":119,"target":0},{"source":119,"target":90},{"source":119,"target":461},{"source":461,"target":90},{"source":120,"target":0},{"source":120,"target":161},{"source":120,"target":462},{"source":462,"target":161},{"source":121,"target":0},{"source":121,"target":179},{"source":121,"target":463},{"source":463,"target":179},{"source":122,"target":0},{"source":122,"target":72},{"source":122,"target":464},{"source":464,"target":72},{"source":123,"target":0},{"source":123,"target":205},{"source":123,"target":465},{"source":465,"target":205},{"source":124,"target":0},{"source":124,"target":154},{"source":124,"target":466},{"source":466,"target":154},{"source":125,"target":0},{"source":125,"target":193},{"source":125,"target":467},{"source":467,"target":193},{"source":126,"target":0},{"source":126,"target":218},{"source":126,"target":468},{"source":468,"target":218},{"source":127,"target":0},{"source":127,"target":181},{"source":127,"target":469},{"source":469,"target":181},{"source":128,"target":0},{"source":128,"target":206},{"source":128,"target":470},{"source":470,"target":206},{"source":129,"target":0},{"source":129,"target":118},{"source":129,"target":471},{"source":471,"target":118},{"source":130,"target":0},{"source":130,"target":42},{"source":130,"target":472},{"source":472,"target":42},{"source":131,"target":0},{"source":131,"target":40},{"source":131,"target":473},{"source":473,"target":40},{"source":132,"target":0},{"source":132,"target":206},{"source":132,"target":474},{"source":474,"target":206},{"source":133,"target":0},{"source":133,"target":151},{"source":133,"target":475},{"source":475,"target":151},{"source":134,"target":0},{"source":134,"target":20},{"source":134,"target":476},{"source":476,"target":20},{"source":135,"target":0},{"source":135,"target":101},{"source":135,"target":477},{"source":477,"target":101},{"source":136,"target":0},{"source":136,"target":40},{"source":136,"target":478},{"source":478,"target":40},{"source":137,"target":0},{"source":137,"target":206},{"source":137,"target":479},{"source":479,"target":206},{"source":138,"target":0},{"source":138,"target":204},{"source":138,"target":480},{"source":480,"target":204},{"source":139,"target":0},{"source":139,"target":196},{"source":139,"target":481},{"source":481,"target":196},{"source":140,"target":0},{"source":140,"target":118},{"source":140,"target":482},{"source":482,"target":118},{"source":141,"target":0},{"source":141,"target":181},{"source":141,"target":483},{"source":483,"target":181},{"source":142,"target":0},{"source":142,"target":228},{"source":142,"target":484},{"source":484,"target":228},{"source":143,"target":0},{"source":143,"target":187},{"source":143,"target":485},{"source":485,"target":187},{"source":144,"target":0},{"source":144,"target":68},{"source":144,"target":486},{"source":486,"target":68},{"source":145,"target":0},{"source":145,"target":215},{"source":145,"target":181},{"source":145,"target":487},{"source":145,"target":488},{"source":487,"target":215},{"source":488,"target":181},{"source":146,"target":0},{"source":146,"target":31},{"source":146,"target":489},{"source":489,"target":31},{"source":147,"target":0},{"source":147,"target":166},{"source":147,"target":490},{"source":490,"target":166},{"source":148,"target":0},{"source":148,"target":181},{"source":148,"target":491},{"source":491,"target":181},{"source":149,"target":0},{"source":149,"target":161},{"source":149,"target":492},{"source":492,"target":161},{"source":150,"target":0},{"source":150,"target":64},{"source":150,"target":493},{"source":493,"target":64},{"source":151,"target":0},{"source":151,"target":186},{"source":151,"target":112},{"source":151,"target":494},{"source":151,"target":495},{"source":494,"target":186},{"source":495,"target":112},{"source":152,"target":0},{"source":152,"target":206},{"source":152,"target":496},{"source":152,"target":497},{"source":496,"target":197},{"source":496,"target":498},{"source":496,"target":152},{"source":498,"target":197},{"source":497,"target":206},{"source":153,"target":0},{"source":153,"target":118},{"source":153,"target":499},{"source":499,"target":118},{"source":154,"target":0},{"source":154,"target":204},{"source":154,"target":500},{"source":500,"target":204},{"source":155,"target":0},{"source":155,"target":120},{"source":155,"target":501},{"source":501,"target":120},{"source":156,"target":0},{"source":156,"target":161},{"source":156,"target":502},{"source":156,"target":503},{"source":156,"target":504},{"source":156,"target":505},{"source":156,"target":506},{"source":502,"target":507},{"source":502,"target":156},{"source":503,"target":508},{"source":503,"target":156},{"source":504,"target":509},{"source":504,"target":156},{"source":505,"target":510},{"source":505,"target":156},{"source":506,"target":161},{"source":157,"target":0},{"source":157,"target":55},{"source":157,"target":511},{"source":511,"target":55},{"source":158,"target":0},{"source":158,"target":18},{"source":158,"target":512},{"source":512,"target":18},{"source":159,"target":0},{"source":159,"target":228},{"source":159,"target":156},{"source":159,"target":513},{"source":159,"target":514},{"source":513,"target":228},{"source":514,"target":156},{"source":160,"target":0},{"source":160,"target":206},{"source":160,"target":515},{"source":515,"target":206},{"source":161,"target":0},{"source":161,"target":516},{"source":516,"target":161},{"source":516,"target":517},{"source":516,"target":161},{"source":517,"target":161},{"source":162,"target":0},{"source":162,"target":55},{"source":162,"target":518},{"source":518,"target":55},{"source":163,"target":0},{"source":163,"target":151},{"source":163,"target":519},{"source":519,"target":151},{"source":164,"target":0},{"source":164,"target":101},{"source":164,"target":520},{"source":520,"target":101},{"source":165,"target":0},{"source":165,"target":106},{"source":165,"target":521},{"source":521,"target":106},{"source":166,"target":0},{"source":166,"target":127},{"source":166,"target":522},{"source":522,"target":127},{"source":167,"target":0},{"source":167,"target":39},{"source":167,"target":523},{"source":523,"target":39},{"source":168,"target":0},{"source":168,"target":89},{"source":168,"target":524},{"source":168,"target":525},{"source":524,"target":20},{"source":524,"target":526},{"source":524,"target":168},{"source":526,"target":20},{"source":525,"target":89},{"source":169,"target":0},{"source":169,"target":101},{"source":169,"target":527},{"source":527,"target":101},{"source":170,"target":0},{"source":170,"target":89},{"source":170,"target":528},{"source":528,"target":89},{"source":171,"target":0},{"source":171,"target":5},{"source":171,"target":529},{"source":529,"target":5},{"source":172,"target":0},{"source":172,"target":177},{"source":172,"target":87},{"source":172,"target":530},{"source":172,"target":531},{"source":172,"target":532},{"source":172,"target":533},{"source":172,"target":534},{"source":530,"target":535},{"source":530,"target":172},{"source":531,"target":20},{"source":531,"target":536},{"source":531,"target":172},{"source":536,"target":20},{"source":532,"target":110},{"source":532,"target":537},{"source":532,"target":172},{"source":537,"target":110},{"source":533,"target":177},{"source":534,"target":87},{"source":173,"target":0},{"source":173,"target":172},{"source":173,"target":90},{"source":173,"target":538},{"source":173,"target":539},{"source":538,"target":172},{"source":539,"target":90},{"source":174,"target":0},{"source":174,"target":90},{"source":174,"target":540},{"source":540,"target":90},{"source":175,"target":0},{"source":175,"target":206},{"source":175,"target":541},{"source":541,"target":206},{"source":176,"target":0},{"source":176,"target":134},{"source":176,"target":542},{"source":542,"target":134},{"source":177,"target":0},{"source":177,"target":20},{"source":177,"target":543},{"source":177,"target":544},{"source":177,"target":545},{"source":543,"target":68},{"source":543,"target":546},{"source":543,"target":177},{"source":546,"target":68},{"source":544,"target":68},{"source":544,"target":547},{"source":544,"target":177},{"source":547,"target":68},{"source":545,"target":20},{"source":178,"target":0},{"source":178,"target":57},{"source":178,"target":548},{"source":548,"target":57},{"source":179,"target":0},{"source":179,"target":101},{"source":179,"target":129},{"source":179,"target":549},{"source":179,"target":550},{"source":549,"target":101},{"source":550,"target":129},{"source":180,"target":0},{"source":180,"target":76},{"source":180,"target":551},{"source":551,"target":76},{"source":181,"target":0},{"source":181,"target":118},{"source":181,"target":552},{"source":552,"target":118},{"source":182,"target":0},{"source":182,"target":151},{"source":182,"target":553},{"source":553,"target":151},{"source":183,"target":0},{"source":183,"target":140},{"source":183,"target":554},{"source":554,"target":140},{"source":184,"target":0},{"source":184,"target":151},{"source":184,"target":555},{"source":555,"target":151},{"source":185,"target":0},{"source":185,"target":25},{"source":185,"target":556},{"source":556,"target":25},{"source":186,"target":0},{"source":186,"target":118},{"source":186,"target":557},{"source":186,"target":558},{"source":557,"target":150},{"source":557,"target":559},{"source":557,"target":186},{"source":559,"target":150},{"source":558,"target":118},{"source":187,"target":0},{"source":187,"target":64},{"source":187,"target":89},{"source":187,"target":560},{"source":187,"target":561},{"source":560,"target":64},{"source":561,"target":89},{"source":188,"target":0},{"source":188,"target":161},{"source":188,"target":562},{"source":562,"target":161},{"source":189,"target":0},{"source":189,"target":20},{"source":189,"target":563},{"source":563,"target":20},{"source":190,"target":0},{"source":190,"target":7},{"source":190,"target":564},{"source":564,"target":7},{"source":191,"target":0},{"source":191,"target":101},{"source":191,"target":565},{"source":565,"target":101},{"source":192,"target":0},{"source":192,"target":144},{"source":192,"target":566},{"source":566,"target":144},{"source":193,"target":0},{"source":193,"target":161},{"source":193,"target":567},{"source":567,"target":161},{"source":194,"target":0},{"source":194,"target":13},{"source":194,"target":568},{"source":568,"target":13},{"source":195,"target":0},{"source":195,"target":20},{"source":195,"target":569},{"source":569,"target":20},{"source":196,"target":0},{"source":196,"target":166},{"source":196,"target":570},{"source":570,"target":166},{"source":197,"target":0},{"source":197,"target":159},{"source":197,"target":571},{"source":571,"target":159},{"source":198,"target":0},{"source":198,"target":161},{"source":198,"target":572},{"source":572,"target":161},{"source":199,"target":0},{"source":199,"target":20},{"source":199,"target":573},{"source":573,"target":20},{"source":200,"target":0},{"source":200,"target":57},{"source":200,"target":574},{"source":574,"target":57},{"source":201,"target":0},{"source":201,"target":181},{"source":201,"target":149},{"source":201,"target":575},{"source":201,"target":576},{"source":575,"target":181},{"source":576,"target":149},{"source":202,"target":0},{"source":202,"target":206},{"source":202,"target":577},{"source":577,"target":206},{"source":203,"target":0},{"source":203,"target":215},{"source":203,"target":181},{"source":203,"target":221},{"source":203,"target":578},{"source":203,"target":579},{"source":203,"target":580},{"source":578,"target":215},{"source":579,"target":181},{"source":580,"target":221},{"source":204,"target":0},{"source":204,"target":187},{"source":204,"target":581},{"source":581,"target":187},{"source":205,"target":0},{"source":205,"target":206},{"source":205,"target":582},{"source":582,"target":206},{"source":206,"target":0},{"source":206,"target":103},{"source":206,"target":583},{"source":206,"target":584},{"source":583,"target":20},{"source":583,"target":585},{"source":583,"target":206},{"source":585,"target":20},{"source":584,"target":103},{"source":207,"target":0},{"source":207,"target":101},{"source":207,"target":586},{"source":586,"target":101},{"source":208,"target":0},{"source":208,"target":193},{"source":208,"target":587},{"source":587,"target":193},{"source":209,"target":0},{"source":209,"target":118},{"source":209,"target":89},{"source":209,"target":588},{"source":209,"target":589},{"source":588,"target":118},{"source":589,"target":89},{"source":210,"target":0},{"source":210,"target":198},{"source":210,"target":590},{"source":590,"target":198},{"source":211,"target":0},{"source":211,"target":187},{"source":211,"target":591},{"source":591,"target":187},{"source":212,"target":0},{"source":212,"target":118},{"source":212,"target":592},{"source":592,"target":118},{"source":213,"target":0},{"source":213,"target":120},{"source":213,"target":593},{"source":593,"target":120},{"source":214,"target":0},{"source":214,"target":156},{"source":214,"target":594},{"source":594,"target":156},{"source":215,"target":0},{"source":215,"target":118},{"source":215,"target":595},{"source":215,"target":596},{"source":595,"target":118},{"source":595,"target":597},{"source":595,"target":215},{"source":597,"target":118},{"source":596,"target":118},{"source":216,"target":0},{"source":216,"target":7},{"source":216,"target":598},{"source":598,"target":7},{"source":217,"target":0},{"source":217,"target":64},{"source":217,"target":89},{"source":217,"target":599},{"source":217,"target":600},{"source":599,"target":64},{"source":600,"target":89},{"source":218,"target":0},{"source":218,"target":116},{"source":218,"target":601},{"source":601,"target":116},{"source":219,"target":0},{"source":219,"target":193},{"source":219,"target":602},{"source":602,"target":193},{"source":220,"target":0},{"source":220,"target":41},{"source":220,"target":603},{"source":603,"target":41},{"source":221,"target":0},{"source":221,"target":118},{"source":221,"target":604},{"source":604,"target":118},{"source":222,"target":0},{"source":222,"target":177},{"source":222,"target":58},{"source":222,"target":605},{"source":222,"target":606},{"source":605,"target":177},{"source":606,"target":58},{"source":223,"target":0},{"source":223,"target":39},{"source":223,"target":607},{"source":607,"target":39},{"source":224,"target":0},{"source":224,"target":41},{"source":224,"target":608},{"source":608,"target":41},{"source":225,"target":0},{"source":225,"target":20},{"source":225,"target":609},{"source":609,"target":20},{"source":226,"target":0},{"source":226,"target":7},{"source":226,"target":610},{"source":610,"target":7},{"source":227,"target":0},{"source":227,"target":206},{"source":227,"target":611},{"source":611,"target":206},{"source":228,"target":0},{"source":228,"target":127},{"source":228,"target":186},{"source":228,"target":612},{"source":228,"target":613},{"source":612,"target":127},{"source":613,"target":186},{"source":229,"target":0},{"source":229,"target":25},{"source":229,"target":614},{"source":614,"target":25},{"source":230,"target":0},{"source":230,"target":172},{"source":230,"target":615},{"source":615,"target":172}],"multigraph":true}
ecore
greetings
repo-ecore-all/data/tung18tht/Gama-Cloud/Workspace/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/model/generated/MyDsl.ecore
myDsl Model greetings Greeting name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1" eType="#//Greeting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greeting","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"greetings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":5,"target":6},{"source":5,"target":2}],"multigraph":true}
ecore
embedded
repo-ecore-all/data/sillymoi/remes-ide/hr.fer.rasip.remes.launcher.ui/metamodels/remes.ecore
remes CompositeMode exitEdges initEdge entryEdge subModes conditionalConnectors ConditionalConnector name entryEdges exitEdges parent Edge actionGuard actionBody EntryConditionalSubEdge EntryConditionalTopEdge EntryConditionalTopInitEdge EntryEdge EntryInitEdge ExitConditionalSubEdge ExitConditionalTopEdge ExitEdge FromCompositeModeEdge connectFrom FromCompositeModeInitEdge connectFrom FromConditionalConnectorEdge connectFrom FromSubModeEdge connectFrom InitEdge initialization InternalEdge Mode name initialization RemesDiagram modes SubMode entryEdges exitEdges resourceClassA resourceClassB resourceClassC invariant isUrgent false parent ToCompositeModeEdge connectTo ToConditionalConnectorEdge connectTo ToSubModeEdge connectTo
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="remes" nsURI="http:///remes.ecore" nsPrefix="remes"> <eClassifiers xsi:type="ecore:EClass" name="CompositeMode" eSuperTypes="#//Mode"> <eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" lowerBound="1" upperBound="-1" eType="#//ToCompositeModeEdge" eOpposite="#//ToCompositeModeEdge/connectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initEdge" lowerBound="1" eType="#//FromCompositeModeInitEdge" containment="true" resolveProxies="false" eOpposite="#//FromCompositeModeInitEdge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryEdge" lowerBound="1" eType="#//FromCompositeModeEdge" containment="true" resolveProxies="false" eOpposite="#//FromCompositeModeEdge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subModes" lowerBound="1" upperBound="-1" eType="#//SubMode" containment="true" resolveProxies="false" eOpposite="#//SubMode/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionalConnectors" upperBound="-1" eType="#//ConditionalConnector" containment="true" resolveProxies="false" eOpposite="#//ConditionalConnector/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalConnector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryEdges" lowerBound="1" upperBound="-1" eType="#//ToConditionalConnectorEdge" eOpposite="#//ToConditionalConnectorEdge/connectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" lowerBound="1" upperBound="-1" eType="#//FromConditionalConnectorEdge" containment="true" resolveProxies="false" eOpposite="#//FromConditionalConnectorEdge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CompositeMode" eOpposite="#//CompositeMode/conditionalConnectors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionGuard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionBody" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryConditionalSubEdge" eSuperTypes="#//FromConditionalConnectorEdge #//ToSubModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryConditionalTopEdge" eSuperTypes="#//FromCompositeModeEdge #//ToConditionalConnectorEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryConditionalTopInitEdge" eSuperTypes="#//FromCompositeModeInitEdge #//ToConditionalConnectorEdge #//InitEdge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryEdge" eSuperTypes="#//FromCompositeModeEdge #//ToSubModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryInitEdge" eSuperTypes="#//FromCompositeModeInitEdge #//ToSubModeEdge #//InitEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ExitConditionalSubEdge" eSuperTypes="#//FromSubModeEdge #//ToConditionalConnectorEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="ExitConditionalTopEdge" eSuperTypes="#//FromConditionalConnectorEdge #//ToCompositeModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="ExitEdge" eSuperTypes="#//FromSubModeEdge #//ToCompositeModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="FromCompositeModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//CompositeMode" transient="true" eOpposite="#//CompositeMode/entryEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromCompositeModeInitEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//CompositeMode" transient="true" eOpposite="#//CompositeMode/initEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromConditionalConnectorEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//ConditionalConnector" transient="true" eOpposite="#//ConditionalConnector/exitEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromSubModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//SubMode" transient="true" eOpposite="#//SubMode/exitEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalEdge" eSuperTypes="#//FromSubModeEdge #//ToSubModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="Mode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemesDiagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1" eType="#//Mode" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubMode" eSuperTypes="#//Mode"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryEdges" lowerBound="1" upperBound="-1" eType="#//ToSubModeEdge" eOpposite="#//ToSubModeEdge/connectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" lowerBound="1" upperBound="-1" eType="#//FromSubModeEdge" containment="true" resolveProxies="false" eOpposite="#//FromSubModeEdge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceClassA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceClassB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceClassC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="invariant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUrgent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CompositeMode" eOpposite="#//CompositeMode/subModes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToCompositeModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//CompositeMode" eOpposite="#//CompositeMode/exitEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToConditionalConnectorEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//ConditionalConnector" eOpposite="#//ConditionalConnector/entryEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToSubModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//SubMode" eOpposite="#//SubMode/entryEdges"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"remes","nsURI":"http:///remes.ecore","name":"remes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalConnector","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryConditionalSubEdge","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryConditionalTopEdge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryConditionalTopInitEdge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryEdge","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryInitEdge","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitConditionalSubEdge","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitConditionalTopEdge","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitEdge","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromCompositeModeEdge","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromCompositeModeInitEdge","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromConditionalConnectorEdge","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromSubModeEdge","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitEdge","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalEdge","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemesDiagram","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubMode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToCompositeModeEdge","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToConditionalConnectorEdge","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToSubModeEdge","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exitEdges","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"initEdge","changeable":true,"resolveProxies":false,"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":"entryEdge","changeable":true,"resolveProxies":false,"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":"subModes","changeable":true,"resolveProxies":false,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalConnectors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryEdges","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exitEdges","changeable":true,"resolveProxies":false,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionGuard","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionBody","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"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"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":"exitEdges","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryEdges","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"resourceClassA","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":"resourceClassB","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":"resourceClassC","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":"invariant","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isUrgent","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":18},{"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":24,"target":21},{"source":24,"target":30},{"source":24,"target":1},{"source":24,"target":31},{"source":30,"target":21},{"source":25,"target":13},{"source":25,"target":32},{"source":25,"target":1},{"source":25,"target":33},{"source":32,"target":13},{"source":26,"target":12},{"source":26,"target":34},{"source":26,"target":1},{"source":26,"target":35},{"source":34,"target":12},{"source":27,"target":20},{"source":27,"target":36},{"source":27,"target":1},{"source":27,"target":37},{"source":36,"target":20},{"source":28,"target":2},{"source":28,"target":38},{"source":28,"target":1},{"source":28,"target":39},{"source":38,"target":2},{"source":29,"target":18},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":39},{"source":40,"target":43},{"source":40,"target":2},{"source":41,"target":22},{"source":41,"target":44},{"source":41,"target":2},{"source":41,"target":45},{"source":44,"target":22},{"source":42,"target":14},{"source":42,"target":46},{"source":42,"target":2},{"source":42,"target":47},{"source":46,"target":14},{"source":39,"target":1},{"source":39,"target":48},{"source":39,"target":2},{"source":39,"target":28},{"source":48,"target":1},{"source":3,"target":0},{"source":3,"target":49},{"source":3,"target":50},{"source":49,"target":51},{"source":49,"target":3},{"source":50,"target":52},{"source":50,"target":3},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":23},{"source":4,"target":3},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":53,"target":14},{"source":54,"target":23},{"source":55,"target":3},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":22},{"source":5,"target":3},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":56,"target":12},{"source":57,"target":22},{"source":58,"target":3},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":22},{"source":6,"target":16},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":59,"target":13},{"source":60,"target":22},{"source":61,"target":16},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":23},{"source":7,"target":3},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":62,"target":12},{"source":63,"target":23},{"source":64,"target":3},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":23},{"source":8,"target":16},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":65,"target":13},{"source":66,"target":23},{"source":67,"target":16},{"source":9,"target":0},{"source":9,"target":15},{"source":9,"target":22},{"source":9,"target":3},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":15},{"source":69,"target":22},{"source":70,"target":3},{"source":10,"target":0},{"source":10,"target":14},{"source":10,"target":21},{"source":10,"target":3},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":71,"target":14},{"source":72,"target":21},{"source":73,"target":3},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":21},{"source":11,"target":3},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":74,"target":15},{"source":75,"target":21},{"source":76,"target":3},{"source":12,"target":0},{"source":12,"target":35},{"source":35,"target":1},{"source":35,"target":77},{"source":35,"target":12},{"source":35,"target":26},{"source":77,"target":1},{"source":13,"target":0},{"source":13,"target":33},{"source":33,"target":1},{"source":33,"target":78},{"source":33,"target":13},{"source":33,"target":25},{"source":78,"target":1},{"source":14,"target":0},{"source":14,"target":47},{"source":47,"target":2},{"source":47,"target":79},{"source":47,"target":14},{"source":47,"target":42},{"source":79,"target":2},{"source":15,"target":0},{"source":15,"target":80},{"source":80,"target":20},{"source":80,"target":81},{"source":80,"target":15},{"source":80,"target":82},{"source":81,"target":20},{"source":16,"target":0},{"source":16,"target":83},{"source":83,"target":84},{"source":83,"target":16},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":23},{"source":17,"target":3},{"source":17,"target":85},{"source":17,"target":86},{"source":17,"target":87},{"source":85,"target":15},{"source":86,"target":23},{"source":87,"target":3},{"source":18,"target":0},{"source":18,"target":88},{"source":18,"target":89},{"source":88,"target":90},{"source":88,"target":18},{"source":89,"target":91},{"source":89,"target":18},{"source":19,"target":0},{"source":19,"target":92},{"source":92,"target":18},{"source":92,"target":93},{"source":92,"target":19},{"source":93,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":94},{"source":20,"target":82},{"source":20,"target":95},{"source":20,"target":96},{"source":20,"target":97},{"source":20,"target":98},{"source":20,"target":99},{"source":20,"target":37},{"source":20,"target":100},{"source":94,"target":23},{"source":94,"target":101},{"source":94,"target":20},{"source":94,"target":102},{"source":101,"target":23},{"source":82,"target":15},{"source":82,"target":103},{"source":82,"target":20},{"source":82,"target":80},{"source":103,"target":15},{"source":95,"target":104},{"source":95,"target":20},{"source":96,"target":105},{"source":96,"target":20},{"source":97,"target":106},{"source":97,"target":20},{"source":98,"target":107},{"source":98,"target":20},{"source":99,"target":108},{"source":99,"target":20},{"source":37,"target":1},{"source":37,"target":109},{"source":37,"target":20},{"source":37,"target":27},{"source":109,"target":1},{"source":100,"target":18},{"source":21,"target":0},{"source":21,"target":31},{"source":31,"target":1},{"source":31,"target":110},{"source":31,"target":21},{"source":31,"target":24},{"source":110,"target":1},{"source":22,"target":0},{"source":22,"target":45},{"source":45,"target":2},{"source":45,"target":111},{"source":45,"target":22},{"source":45,"target":41},{"source":111,"target":2},{"source":23,"target":0},{"source":23,"target":102},{"source":102,"target":20},{"source":102,"target":112},{"source":102,"target":23},{"source":102,"target":94},{"source":112,"target":20}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/luciojp/ProjetoCompila/org.xtext.example.mydsl/org.xtext.example.mydsl/model/generated/MyDsl.ecore
myDsl Model greetings Compilation_unit name imports typeDeclarations Type_declaration comment classDec interfaceDec Interface_declaration modifiers interfaceName interfaceHerdada interfacesHerdadas fieldsDeclaration Class_declaration modifiers className classHerdada interfaceImplementada interfacesImplementadas fieldsDeclaration Field_declaration comment variableDeclaration contructorName methodName staticinitializer Method_declaration modifiersMethod typeMethod nameMethod lParen parameterListMethod rparent statementMethod debug Constructor_declaration modifiersConstructor nameConstructor lParen parameterListConstructor rparent statementConstructor Parameter_list parameter parameters Parameter type parameterName Variable_declaration modifiersVariable type nameVariable names Variable_declarator nameVariable lenVector vari Variable_initializer array_init expression Array_initializer variableinitializer Type typeSpecifier typeVector Type_specifier primitiveType className Static_initializer static name Statement_block rCurly statments lCurly Statement variableDeclaration expressionStatement g ifStatement doStatement whileStatement forStatement switchStatement expression rparent syncStatement ret statementBlock tryStatement nameStatement statement name For_Statement variable expression expression2 expression3 statement Expression numericExpression3 aux logicalExpression bitExpression castExpression creatingExpression literalExpression null super this name Expression_aux argList aux expression2 expressionComma name sgin numericSign exp2 testingSign exp1 logicalSign ampersand stringSign bitSign expressionBit logicOp logicExp Ampersand_Rule a1 a2 Float_Literal decimalDigits1 decimalDigits2 exp floatTypeSufix Literal_Expression exp exp1 exp2 string charLit Creating_Expression className argList typeSpecifier expression Cast_Expression type expression Bit_Expression_NR expression Logical_Expression_NR exclamation expression true false Arg_List expression expressions Numeric_Expression_NR sinal_numeric expression Switch_statement lParen expression rparent expression2 switchStatements While_Statement expression rparent whileStatement Do_Statement doStatement lparent rparent If_statement lparen expression rparent idStatement elseStatement Try_statement tryStatement lParen parameters rparent catchStatement finallyStatement Import_statement className pacName Package_statement pacName
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1" eType="#//Compilation_unit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compilation_unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Package_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclarations" upperBound="-1" eType="#//Type_declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classDec" eType="#//Class_declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceDec" eType="#//Interface_declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiers" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceHerdada" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfacesHerdadas" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldsDeclaration" upperBound="-1" eType="#//Field_declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiers" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classHerdada" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceImplementada" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfacesImplementadas" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldsDeclaration" upperBound="-1" eType="#//Field_declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" eType="#//Variable_declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contructorName" eType="#//Constructor_declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodName" eType="#//Method_declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticinitializer" eType="#//Static_initializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiersMethod" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeMethod" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameMethod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lParen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterListMethod" eType="#//Parameter_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statementMethod" eType="#//Statement_block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constructor_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiersConstructor" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameConstructor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lParen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterListConstructor" eType="#//Parameter_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statementConstructor" eType="#//Statement_block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter_list"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiersVariable" unique="false" upperBound="-1" 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="nameVariable" eType="#//Variable_declarator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="names" upperBound="-1" eType="#//Variable_declarator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable_declarator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameVariable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lenVector" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vari" eType="#//Variable_initializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable_initializer"> <eStructuralFeatures xsi:type="ecore:EReference" name="array_init" eType="#//Array_initializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Array_initializer"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableinitializer" upperBound="-1" eType="#//Variable_initializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecifier" eType="#//Type_specifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeVector" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type_specifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primitiveType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Static_initializer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Statement_block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement_block"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rCurly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statments" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lCurly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" eType="#//Variable_declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionStatement" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="g" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifStatement" eType="#//If_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="doStatement" eType="#//Do_Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whileStatement" eType="#//While_Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forStatement" eType="#//For_Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="switchStatement" eType="#//Switch_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="syncStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ret" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statementBlock" eType="#//Statement_block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tryStatement" eType="#//Try_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameStatement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" 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="For_Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable_declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression3" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="numericExpression3" eType="#//Numeric_Expression_NR" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aux" eType="#//Expression_aux" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalExpression" eType="#//Logical_Expression_NR" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bitExpression" eType="#//Bit_Expression_NR" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="castExpression" eType="#//Cast_Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="creatingExpression" eType="#//Creating_Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literalExpression" eType="#//Literal_Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="super" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="this" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression_aux"> <eStructuralFeatures xsi:type="ecore:EReference" name="argList" eType="#//Arg_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aux" eType="#//Expression_aux" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionComma" eType="#//Expression" 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="sgin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numericSign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp2" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testingSign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalSign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ampersand" eType="#//Ampersand_Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bitSign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionBit" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicOp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicExp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ampersand_Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Float_Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalDigits1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalDigits2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="floatTypeSufix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal_Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exp1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp2" eType="#//Float_Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charLit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Creating_Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argList" eType="#//Arg_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecifier" eType="#//Type_specifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cast_Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bit_Expression_NR"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Logical_Expression_NR"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclamation" 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="true" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arg_List"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Numeric_Expression_NR"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sinal_numeric" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Switch_statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lParen" 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="rparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="switchStatements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While_Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whileStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Do_Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="doStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If_statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lparen" 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="rparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="idStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Try_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lParen" unique="false" upperBound="-1" 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:EAttribute" name="rparent" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchStatement" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finallyStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import_statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pacName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package_statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pacName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compilation_unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type_declaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface_declaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class_declaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field_declaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method_declaration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor_declaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter_list","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_declaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_declarator","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_initializer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array_initializer","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type_specifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Static_initializer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_block","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For_Statement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_aux","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ampersand_Rule","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float_Literal","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal_Expression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Creating_Expression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cast_Expression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bit_Expression_NR","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Logical_Expression_NR","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arg_List","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Numeric_Expression_NR","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch_statement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While_Statement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Do_Statement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If_statement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Try_statement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import_statement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package_statement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"greetings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"imports","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":"typeDeclarations","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classDec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceDec","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifiers","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":"interfaceName","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":"interfaceHerdada","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"interfacesHerdadas","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldsDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifiers","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classHerdada","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceImplementada","changeable":true,"lowerBound":0,"iD":false,"id":66,"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":"interfacesImplementadas","changeable":true,"lowerBound":0,"iD":false,"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":"fieldsDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contructorName","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":"methodName","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":true,"unsettable":false,"transient":false,"unique":true,"name":"staticinitializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifiersMethod","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeMethod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameMethod","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lParen","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterListMethod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementMethod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"debug","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifiersConstructor","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":"nameConstructor","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":"lParen","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterListConstructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementConstructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterName","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modifiersVariable","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameVariable","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":"names","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameVariable","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lenVector","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vari","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array_init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableinitializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"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":"typeSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"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":"typeVector","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"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":"primitiveType","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rCurly","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lCurly","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"g","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"doStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forStatement","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":"switchStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"syncStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ret","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameStatement","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numericExpression3","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":"aux","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bitExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"castExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"creatingExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"null","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":"super","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"this","changeable":true,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"aux","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":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionComma","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":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":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":"sgin","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numericSign","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testingSign","changeable":true,"lowerBound":0,"iD":false,"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":"exp1","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"logicalSign","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ampersand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSign","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bitSign","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionBit","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"logicOp","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"a1","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"a2","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"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":"decimalDigits1","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalDigits2","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":"exp","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":"floatTypeSufix","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"exp1","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":"exp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charLit","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","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":true,"unsettable":false,"transient":false,"unique":true,"name":"argList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclamation","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"true","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"false","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sinal_numeric","changeable":true,"lowerBound":0,"iD":false,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lParen","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"doStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lparent","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":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lparen","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"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":"lParen","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"container":false,"ordered":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":345,"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":"rparent","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finallyStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pacName","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pacName","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":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":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":41,"target":38},{"source":41,"target":44},{"source":41,"target":2},{"source":44,"target":38},{"source":42,"target":37},{"source":42,"target":45},{"source":42,"target":2},{"source":45,"target":37},{"source":43,"target":3},{"source":43,"target":46},{"source":43,"target":2},{"source":46,"target":3},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":47,"target":50},{"source":47,"target":3},{"source":48,"target":5},{"source":48,"target":51},{"source":48,"target":3},{"source":51,"target":5},{"source":49,"target":4},{"source":49,"target":52},{"source":49,"target":3},{"source":52,"target":4},{"source":4,"target":0},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":53,"target":58},{"source":53,"target":4},{"source":54,"target":59},{"source":54,"target":4},{"source":55,"target":60},{"source":55,"target":4},{"source":56,"target":61},{"source":56,"target":4},{"source":57,"target":6},{"source":57,"target":62},{"source":57,"target":4},{"source":62,"target":6},{"source":5,"target":0},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":63,"target":69},{"source":63,"target":5},{"source":64,"target":70},{"source":64,"target":5},{"source":65,"target":71},{"source":65,"target":5},{"source":66,"target":72},{"source":66,"target":5},{"source":67,"target":73},{"source":67,"target":5},{"source":68,"target":6},{"source":68,"target":74},{"source":68,"target":5},{"source":74,"target":6},{"source":6,"target":0},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":75,"target":80},{"source":75,"target":6},{"source":76,"target":11},{"source":76,"target":81},{"source":76,"target":6},{"source":81,"target":11},{"source":77,"target":8},{"source":77,"target":82},{"source":77,"target":6},{"source":82,"target":8},{"source":78,"target":7},{"source":78,"target":83},{"source":78,"target":6},{"source":83,"target":7},{"source":79,"target":17},{"source":79,"target":84},{"source":79,"target":6},{"source":84,"target":17},{"source":7,"target":0},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":85,"target":93},{"source":85,"target":7},{"source":86,"target":15},{"source":86,"target":94},{"source":86,"target":7},{"source":94,"target":15},{"source":87,"target":95},{"source":87,"target":7},{"source":88,"target":96},{"source":88,"target":7},{"source":89,"target":9},{"source":89,"target":97},{"source":89,"target":7},{"source":97,"target":9},{"source":90,"target":98},{"source":90,"target":7},{"source":91,"target":18},{"source":91,"target":99},{"source":91,"target":7},{"source":99,"target":18},{"source":92,"target":100},{"source":92,"target":7},{"source":8,"target":0},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":101,"target":107},{"source":101,"target":8},{"source":102,"target":108},{"source":102,"target":8},{"source":103,"target":109},{"source":103,"target":8},{"source":104,"target":9},{"source":104,"target":110},{"source":104,"target":8},{"source":110,"target":9},{"source":105,"target":111},{"source":105,"target":8},{"source":106,"target":18},{"source":106,"target":112},{"source":106,"target":8},{"source":112,"target":18},{"source":9,"target":0},{"source":9,"target":113},{"source":9,"target":114},{"source":113,"target":10},{"source":113,"target":115},{"source":113,"target":9},{"source":115,"target":10},{"source":114,"target":10},{"source":114,"target":116},{"source":114,"target":9},{"source":116,"target":10},{"source":10,"target":0},{"source":10,"target":117},{"source":10,"target":118},{"source":117,"target":15},{"source":117,"target":119},{"source":117,"target":10},{"source":119,"target":15},{"source":118,"target":120},{"source":118,"target":10},{"source":11,"target":0},{"source":11,"target":121},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":121,"target":125},{"source":121,"target":11},{"source":122,"target":15},{"source":122,"target":126},{"source":122,"target":11},{"source":126,"target":15},{"source":123,"target":12},{"source":123,"target":127},{"source":123,"target":11},{"source":127,"target":12},{"source":124,"target":12},{"source":124,"target":128},{"source":124,"target":11},{"source":128,"target":12},{"source":12,"target":0},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":129,"target":132},{"source":129,"target":12},{"source":130,"target":133},{"source":130,"target":12},{"source":131,"target":13},{"source":131,"target":134},{"source":131,"target":12},{"source":134,"target":13},{"source":13,"target":0},{"source":13,"target":135},{"source":13,"target":136},{"source":135,"target":14},{"source":135,"target":137},{"source":135,"target":13},{"source":137,"target":14},{"source":136,"target":21},{"source":136,"target":138},{"source":136,"target":13},{"source":138,"target":21},{"source":14,"target":0},{"source":14,"target":139},{"source":139,"target":13},{"source":139,"target":140},{"source":139,"target":14},{"source":140,"target":13},{"source":15,"target":0},{"source":15,"target":141},{"source":15,"target":142},{"source":141,"target":16},{"source":141,"target":143},{"source":141,"target":15},{"source":143,"target":16},{"source":142,"target":144},{"source":142,"target":15},{"source":16,"target":0},{"source":16,"target":145},{"source":16,"target":146},{"source":145,"target":147},{"source":145,"target":16},{"source":146,"target":148},{"source":146,"target":16},{"source":17,"target":0},{"source":17,"target":149},{"source":17,"target":150},{"source":149,"target":151},{"source":149,"target":17},{"source":150,"target":18},{"source":150,"target":152},{"source":150,"target":17},{"source":152,"target":18},{"source":18,"target":0},{"source":18,"target":153},{"source":18,"target":154},{"source":18,"target":155},{"source":153,"target":156},{"source":153,"target":18},{"source":154,"target":19},{"source":154,"target":157},{"source":154,"target":18},{"source":157,"target":19},{"source":155,"target":158},{"source":155,"target":18},{"source":19,"target":0},{"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":19,"target":173},{"source":19,"target":174},{"source":19,"target":175},{"source":159,"target":11},{"source":159,"target":176},{"source":159,"target":19},{"source":176,"target":11},{"source":160,"target":21},{"source":160,"target":177},{"source":160,"target":19},{"source":177,"target":21},{"source":161,"target":178},{"source":161,"target":19},{"source":162,"target":35},{"source":162,"target":179},{"source":162,"target":19},{"source":179,"target":35},{"source":163,"target":34},{"source":163,"target":180},{"source":163,"target":19},{"source":180,"target":34},{"source":164,"target":33},{"source":164,"target":181},{"source":164,"target":19},{"source":181,"target":33},{"source":165,"target":20},{"source":165,"target":182},{"source":165,"target":19},{"source":182,"target":20},{"source":166,"target":32},{"source":166,"target":183},{"source":166,"target":19},{"source":183,"target":32},{"source":167,"target":21},{"source":167,"target":184},{"source":167,"target":19},{"source":184,"target":21},{"source":168,"target":185},{"source":168,"target":19},{"source":169,"target":19},{"source":169,"target":186},{"source":169,"target":19},{"source":186,"target":19},{"source":170,"target":187},{"source":170,"target":19},{"source":171,"target":18},{"source":171,"target":188},{"source":171,"target":19},{"source":188,"target":18},{"source":172,"target":36},{"source":172,"target":189},{"source":172,"target":19},{"source":189,"target":36},{"source":173,"target":190},{"source":173,"target":19},{"source":174,"target":19},{"source":174,"target":191},{"source":174,"target":19},{"source":191,"target":19},{"source":175,"target":192},{"source":175,"target":19},{"source":20,"target":0},{"source":20,"target":193},{"source":20,"target":194},{"source":20,"target":195},{"source":20,"target":196},{"source":20,"target":197},{"source":193,"target":11},{"source":193,"target":198},{"source":193,"target":20},{"source":198,"target":11},{"source":194,"target":21},{"source":194,"target":199},{"source":194,"target":20},{"source":199,"target":21},{"source":195,"target":21},{"source":195,"target":200},{"source":195,"target":20},{"source":200,"target":21},{"source":196,"target":21},{"source":196,"target":201},{"source":196,"target":20},{"source":201,"target":21},{"source":197,"target":19},{"source":197,"target":202},{"source":197,"target":20},{"source":202,"target":19},{"source":21,"target":0},{"source":21,"target":203},{"source":21,"target":204},{"source":21,"target":205},{"source":21,"target":206},{"source":21,"target":207},{"source":21,"target":208},{"source":21,"target":209},{"source":21,"target":210},{"source":21,"target":211},{"source":21,"target":212},{"source":21,"target":213},{"source":203,"target":31},{"source":203,"target":214},{"source":203,"target":21},{"source":214,"target":31},{"source":204,"target":22},{"source":204,"target":215},{"source":204,"target":21},{"source":215,"target":22},{"source":205,"target":29},{"source":205,"target":216},{"source":205,"target":21},{"source":216,"target":29},{"source":206,"target":28},{"source":206,"target":217},{"source":206,"target":21},{"source":217,"target":28},{"source":207,"target":27},{"source":207,"target":218},{"source":207,"target":21},{"source":218,"target":27},{"source":208,"target":26},{"source":208,"target":219},{"source":208,"target":21},{"source":219,"target":26},{"source":209,"target":25},{"source":209,"target":220},{"source":209,"target":21},{"source":220,"target":25},{"source":210,"target":221},{"source":210,"target":21},{"source":211,"target":222},{"source":211,"target":21},{"source":212,"target":223},{"source":212,"target":21},{"source":213,"target":224},{"source":213,"target":21},{"source":22,"target":0},{"source":22,"target":225},{"source":22,"target":226},{"source":22,"target":227},{"source":22,"target":228},{"source":22,"target":229},{"source":22,"target":230},{"source":22,"target":231},{"source":22,"target":232},{"source":22,"target":233},{"source":22,"target":234},{"source":22,"target":235},{"source":22,"target":236},{"source":22,"target":237},{"source":22,"target":238},{"source":22,"target":239},{"source":22,"target":240},{"source":22,"target":241},{"source":225,"target":30},{"source":225,"target":242},{"source":225,"target":22},{"source":242,"target":30},{"source":226,"target":22},{"source":226,"target":243},{"source":226,"target":22},{"source":243,"target":22},{"source":227,"target":21},{"source":227,"target":244},{"source":227,"target":22},{"source":244,"target":21},{"source":228,"target":21},{"source":228,"target":245},{"source":228,"target":22},{"source":245,"target":21},{"source":229,"target":246},{"source":229,"target":22},{"source":230,"target":247},{"source":230,"target":22},{"source":231,"target":248},{"source":231,"target":22},{"source":232,"target":21},{"source":232,"target":249},{"source":232,"target":22},{"source":249,"target":21},{"source":233,"target":250},{"source":233,"target":22},{"source":234,"target":21},{"source":234,"target":251},{"source":234,"target":22},{"source":251,"target":21},{"source":235,"target":252},{"source":235,"target":22},{"source":236,"target":23},{"source":236,"target":253},{"source":236,"target":22},{"source":253,"target":23},{"source":237,"target":254},{"source":237,"target":22},{"source":238,"target":255},{"source":238,"target":22},{"source":239,"target":21},{"source":239,"target":256},{"source":239,"target":22},{"source":256,"target":21},{"source":240,"target":257},{"source":240,"target":22},{"source":241,"target":21},{"source":241,"target":258},{"source":241,"target":22},{"source":258,"target":21},{"source":23,"target":0},{"source":23,"target":259},{"source":23,"target":260},{"source":259,"target":261},{"source":259,"target":23},{"source":260,"target":262},{"source":260,"target":23},{"source":24,"target":0},{"source":24,"target":263},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":263,"target":267},{"source":263,"target":24},{"source":264,"target":268},{"source":264,"target":24},{"source":265,"target":269},{"source":265,"target":24},{"source":266,"target":270},{"source":266,"target":24},{"source":25,"target":0},{"source":25,"target":271},{"source":25,"target":272},{"source":25,"target":273},{"source":25,"target":274},{"source":25,"target":275},{"source":271,"target":276},{"source":271,"target":25},{"source":272,"target":277},{"source":272,"target":25},{"source":273,"target":24},{"source":273,"target":278},{"source":273,"target":25},{"source":278,"target":24},{"source":274,"target":279},{"source":274,"target":25},{"source":275,"target":280},{"source":275,"target":25},{"source":26,"target":0},{"source":26,"target":281},{"source":26,"target":282},{"source":26,"target":283},{"source":26,"target":284},{"source":281,"target":285},{"source":281,"target":26},{"source":282,"target":30},{"source":282,"target":286},{"source":282,"target":26},{"source":286,"target":30},{"source":283,"target":16},{"source":283,"target":287},{"source":283,"target":26},{"source":287,"target":16},{"source":284,"target":21},{"source":284,"target":288},{"source":284,"target":26},{"source":288,"target":21},{"source":27,"target":0},{"source":27,"target":289},{"source":27,"target":290},{"source":289,"target":15},{"source":289,"target":291},{"source":289,"target":27},{"source":291,"target":15},{"source":290,"target":21},{"source":290,"target":292},{"source":290,"target":27},{"source":292,"target":21},{"source":28,"target":0},{"source":28,"target":293},{"source":293,"target":21},{"source":293,"target":294},{"source":293,"target":28},{"source":294,"target":21},{"source":29,"target":0},{"source":29,"target":295},{"source":29,"target":296},{"source":29,"target":297},{"source":29,"target":298},{"source":295,"target":299},{"source":295,"target":29},{"source":296,"target":21},{"source":296,"target":300},{"source":296,"target":29},{"source":300,"target":21},{"source":297,"target":301},{"source":297,"target":29},{"source":298,"target":302},{"source":298,"target":29},{"source":30,"target":0},{"source":30,"target":303},{"source":30,"target":304},{"source":303,"target":21},{"source":303,"target":305},{"source":303,"target":30},{"source":305,"target":21},{"source":304,"target":21},{"source":304,"target":306},{"source":304,"target":30},{"source":306,"target":21},{"source":31,"target":0},{"source":31,"target":307},{"source":31,"target":308},{"source":307,"target":309},{"source":307,"target":31},{"source":308,"target":21},{"source":308,"target":310},{"source":308,"target":31},{"source":310,"target":21},{"source":32,"target":0},{"source":32,"target":311},{"source":32,"target":312},{"source":32,"target":313},{"source":32,"target":314},{"source":32,"target":315},{"source":311,"target":316},{"source":311,"target":32},{"source":312,"target":21},{"source":312,"target":317},{"source":312,"target":32},{"source":317,"target":21},{"source":313,"target":318},{"source":313,"target":32},{"source":314,"target":21},{"source":314,"target":319},{"source":314,"target":32},{"source":319,"target":21},{"source":315,"target":19},{"source":315,"target":320},{"source":315,"target":32},{"source":320,"target":19},{"source":33,"target":0},{"source":33,"target":321},{"source":33,"target":322},{"source":33,"target":323},{"source":321,"target":21},{"source":321,"target":324},{"source":321,"target":33},{"source":324,"target":21},{"source":322,"target":325},{"source":322,"target":33},{"source":323,"target":19},{"source":323,"target":326},{"source":323,"target":33},{"source":326,"target":19},{"source":34,"target":0},{"source":34,"target":327},{"source":34,"target":328},{"source":34,"target":329},{"source":327,"target":19},{"source":327,"target":330},{"source":327,"target":34},{"source":330,"target":19},{"source":328,"target":331},{"source":328,"target":34},{"source":329,"target":332},{"source":329,"target":34},{"source":35,"target":0},{"source":35,"target":333},{"source":35,"target":334},{"source":35,"target":335},{"source":35,"target":336},{"source":35,"target":337},{"source":333,"target":338},{"source":333,"target":35},{"source":334,"target":21},{"source":334,"target":339},{"source":334,"target":35},{"source":339,"target":21},{"source":335,"target":340},{"source":335,"target":35},{"source":336,"target":19},{"source":336,"target":341},{"source":336,"target":35},{"source":341,"target":19},{"source":337,"target":19},{"source":337,"target":342},{"source":337,"target":35},{"source":342,"target":19},{"source":36,"target":0},{"source":36,"target":343},{"source":36,"target":344},{"source":36,"target":345},{"source":36,"target":346},{"source":36,"target":347},{"source":36,"target":348},{"source":343,"target":19},{"source":343,"target":349},{"source":343,"target":36},{"source":349,"target":19},{"source":344,"target":350},{"source":344,"target":36},{"source":345,"target":10},{"source":345,"target":351},{"source":345,"target":36},{"source":351,"target":10},{"source":346,"target":352},{"source":346,"target":36},{"source":347,"target":19},{"source":347,"target":353},{"source":347,"target":36},{"source":353,"target":19},{"source":348,"target":19},{"source":348,"target":354},{"source":348,"target":36},{"source":354,"target":19},{"source":37,"target":0},{"source":37,"target":355},{"source":37,"target":356},{"source":355,"target":357},{"source":355,"target":37},{"source":356,"target":358},{"source":356,"target":37},{"source":38,"target":0},{"source":38,"target":359},{"source":359,"target":360},{"source":359,"target":38}],"multigraph":true}
ecore
types
repo-ecore-all/data/huybuidac20593/yakindu/BASE/tags/M_SCT_16_RC1/plugins/org.yakindu.base.types/model/types.ecore
types Library types id Type features superTypes owningLibrary Feature owningType Operation parameters Property Parameter owningOperation TypedElement type Event
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.yakindu.org/base/types/2.0.0" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true" eOpposite="#//Type/owningLibrary"/> <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="Type" eSuperTypes="base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/owningType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningLibrary" eType="#//Library" eOpposite="#//Library/types"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//TypedElement base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningType" eType="#//Type" eOpposite="#//Type/features"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" eType="#//Operation" eOpposite="#//Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Feature"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.yakindu.org/base/types/2.0.0","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":9,"target":12},{"source":11,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":12},{"source":2,"target":16},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":2},{"source":14,"target":18},{"source":17,"target":3},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":2},{"source":12,"target":1},{"source":12,"target":20},{"source":12,"target":2},{"source":12,"target":9},{"source":20,"target":1},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":18},{"source":3,"target":21},{"source":3,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":3},{"source":18,"target":14},{"source":23,"target":2},{"source":21,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":24},{"source":4,"target":25},{"source":24,"target":6},{"source":24,"target":26},{"source":24,"target":4},{"source":24,"target":27},{"source":26,"target":6},{"source":25,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":28},{"source":28,"target":3},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":27},{"source":6,"target":29},{"source":6,"target":30},{"source":27,"target":4},{"source":27,"target":31},{"source":27,"target":6},{"source":27,"target":24},{"source":31,"target":4},{"source":29,"target":7},{"source":7,"target":0},{"source":7,"target":32},{"source":32,"target":2},{"source":32,"target":33},{"source":32,"target":7},{"source":33,"target":2},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":34},{"source":34,"target":3}],"multigraph":true}
ecore
relational
repo-ecore-all/data/maxcruz/mde_crud_maker/GramaticaSQL/org.uniandes.xtext/model/generated/SQL.ecore
sQL DataBase table Table name column primarykey foreignkey Column name type isNull PrimaryKey column ForeignKey column tableRef columnsRef DataType varchar varchar int int boolean boolean date date number number
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sQL" nsURI="http://www.uniandes.org/xtext/SQL" nsPrefix="sQL"> <eClassifiers xsi:type="ecore:EClass" name="DataBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-1" eType="#//Table" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primarykey" eType="#//PrimaryKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignkey" upperBound="-1" eType="#//ForeignKey" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" unique="false" upperBound="-1" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" unique="false" upperBound="-1" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tableRef" eType="#//Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnsRef" unique="false" upperBound="-1" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="varchar" literal="varchar"/> <eLiterals name="int" value="1" literal="int"/> <eLiterals name="boolean" value="2" literal="boolean"/> <eLiterals name="date" value="3" literal="date"/> <eLiterals name="number" value="4" literal="number"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sQL","nsURI":"http://www.uniandes.org/xtext/SQL","name":"sQL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataBase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarykey","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":"foreignkey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNull","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"columnsRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"name":"varchar","id":31,"value":0,"literal":"varchar","eClass":"EEnumLiteral"},{"name":"int","id":32,"value":1,"literal":"int","eClass":"EEnumLiteral"},{"name":"boolean","id":33,"value":2,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"date","id":34,"value":3,"literal":"date","eClass":"EEnumLiteral"},{"name":"number","id":35,"value":4,"literal":"number","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":9,"target":13},{"source":9,"target":2},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":2},{"source":14,"target":3},{"source":11,"target":4},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":4},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":5},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":6},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":6},{"source":19,"target":22},{"source":19,"target":3},{"source":4,"target":0},{"source":4,"target":23},{"source":23,"target":3},{"source":23,"target":24},{"source":23,"target":4},{"source":24,"target":3},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":25,"target":3},{"source":25,"target":28},{"source":25,"target":5},{"source":28,"target":3},{"source":26,"target":2},{"source":26,"target":29},{"source":26,"target":5},{"source":29,"target":2},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":5},{"source":30,"target":3},{"source":6,"target":0},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":31,"target":6},{"source":32,"target":6},{"source":33,"target":6},{"source":34,"target":6},{"source":35,"target":6}],"multigraph":true}
ecore
library
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/testdata/extlibrary.ecore
extlibrary Book title pages 100 category author Library name writers employees borrowers stock books branches parentBranch casts readers Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Item publicationDate Lendable copies borrowers CirculatingItem Periodical title issuesPerYear AudioVisualItem title minutesLength damaged BookOnTape reader author VideoCassette cast Borrower borrowed Person firstName lastName Employee manager Addressable address
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extlibrary" nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" nsPrefix="extlib"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" upperBound="-1" eType="#//Borrower" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stock" ordered="false" upperBound="-1" eType="#//Item" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" ordered="false" upperBound="-1" eType="#//Book" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//Library" containment="true" eOpposite="#//Library/parentBranch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentBranch" eType="#//Library" eOpposite="#//Library/branches"/> <eStructuralFeatures xsi:type="ecore:EReference" name="casts" upperBound="-1" eType="#//Person" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readers" upperBound="-1" eType="#//Person" derived="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lendable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" ordered="false" upperBound="-1" eType="#//Borrower" eOpposite="#//Borrower/borrowed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CirculatingItem" abstract="true" eSuperTypes="#//Item #//Lendable"/> <eClassifiers xsi:type="ecore:EClass" name="Periodical" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issuesPerYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioVisualItem" abstract="true" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minutesLength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damaged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookOnTape" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="reader" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Writer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoCassette" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" upperBound="-1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Borrower" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowed" upperBound="-1" eType="#//Lendable" eOpposite="#//Lendable/borrowers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//Employee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Addressable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"extlib","nsURI":"http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0","name":"extlibrary","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lendable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Periodical","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioVisualItem","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookOnTape","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoCassette","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrower","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addressable","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stock","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"casts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"readers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"Mystery","id":51,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":52,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":53,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issuesPerYear","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minutesLength","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damaged","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":1},{"source":19,"target":25},{"source":24,"target":3},{"source":20,"target":7},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":26,"target":37},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":38},{"source":27,"target":2},{"source":38,"target":3},{"source":28,"target":14},{"source":28,"target":39},{"source":28,"target":2},{"source":39,"target":14},{"source":29,"target":12},{"source":29,"target":40},{"source":29,"target":2},{"source":40,"target":12},{"source":30,"target":5},{"source":30,"target":41},{"source":30,"target":2},{"source":41,"target":5},{"source":31,"target":1},{"source":31,"target":42},{"source":31,"target":2},{"source":42,"target":1},{"source":32,"target":2},{"source":32,"target":43},{"source":32,"target":2},{"source":32,"target":33},{"source":43,"target":2},{"source":33,"target":2},{"source":33,"target":44},{"source":33,"target":2},{"source":33,"target":32},{"source":44,"target":2},{"source":34,"target":13},{"source":34,"target":45},{"source":34,"target":2},{"source":45,"target":13},{"source":35,"target":13},{"source":35,"target":46},{"source":35,"target":2},{"source":46,"target":13},{"source":36,"target":15},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":47},{"source":3,"target":25},{"source":3,"target":48},{"source":47,"target":49},{"source":47,"target":3},{"source":25,"target":1},{"source":25,"target":50},{"source":25,"target":3},{"source":25,"target":19},{"source":50,"target":1},{"source":48,"target":13},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":54,"target":55},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":56,"target":58},{"source":56,"target":6},{"source":57,"target":12},{"source":57,"target":59},{"source":57,"target":6},{"source":57,"target":60},{"source":59,"target":12},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":6},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":5},{"source":62,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":67},{"source":64,"target":8},{"source":65,"target":5},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":68,"target":72},{"source":68,"target":9},{"source":69,"target":73},{"source":69,"target":9},{"source":70,"target":74},{"source":70,"target":9},{"source":71,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":75,"target":13},{"source":75,"target":78},{"source":75,"target":10},{"source":78,"target":13},{"source":76,"target":3},{"source":76,"target":79},{"source":76,"target":10},{"source":79,"target":3},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":80},{"source":11,"target":81},{"source":80,"target":13},{"source":80,"target":82},{"source":80,"target":11},{"source":82,"target":13},{"source":81,"target":9},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":60},{"source":12,"target":83},{"source":60,"target":6},{"source":60,"target":84},{"source":60,"target":12},{"source":60,"target":57},{"source":84,"target":6},{"source":83,"target":13},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":85,"target":88},{"source":85,"target":13},{"source":86,"target":89},{"source":86,"target":13},{"source":87,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":90},{"source":14,"target":91},{"source":90,"target":14},{"source":90,"target":92},{"source":90,"target":14},{"source":92,"target":14},{"source":91,"target":13},{"source":15,"target":0},{"source":15,"target":93},{"source":93,"target":94},{"source":93,"target":15}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/burhanxz/UML-Synchronously-store-to-DB/model/Types.ecore
types Boolean boolean boolean Integer int int Real double double String java.lang.String java.lang.String UnlimitedNatural int int
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.eclipse.org/uml2/5.0.0/Types" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="Types"/> </eAnnotations> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UnlimitedNatural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.eclipse.org/uml2/5.0.0/Types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":5,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/org.eclipse.gmf.graphdef.jar_models.gmfgraph.ecore
gmfgraph Canvas figures nodes connections compartments labels FigureGallery figures descriptors borders layouts implementationBundle Identity name DiagramElement figure facets AbstractNode Node resizeConstraint NSEW affixedParentSide NONE contentPane Connection Compartment collapsible needsTitle accessor DiagramLabel elementIcon true accessor container external VisualFacet GeneralFacet identifier data AlignmentFacet alignment GradientFacet direction LabelOffsetFacet x y DefaultSizeFacet defaultSize Figure descriptor foregroundColor backgroundColor maximumSize minimumSize preferredSize font insets border location size AbstractFigure FigureDescriptor actualFigure accessors ChildAccess owner accessor figure RealFigure name children FigureRef figure ConnectionFigure DecorationFigure Shape outline true fill true lineWidth 1 lineKind xorFill xorOutline resolvedChildren Label text LabeledContainer Rectangle RoundedRectangle cornerWidth 8 cornerHeight 8 Ellipse Polyline template Polygon ScalablePolygon PolylineConnection sourceDecoration targetDecoration PolylineDecoration PolygonDecoration CustomClass qualifiedClassName attributes CustomAttribute name value null directAccess false multiStatementValue false FigureAccessor accessor typedFigure CustomFigure customChildren CustomDecoration CustomConnection Color RGBColor red green blue ConstantColor value ColorConstants white white black black lightGray lightGray gray gray darkGray darkGray red red orange orange yellow yellow green green lightGreen lightGreen darkGreen darkGreen cyan cyan lightBlue lightBlue blue blue darkBlue darkBlue Font BasicFont faceName height 9 style NORMAL FontStyle NORMAL NORMAL BOLD BOLD ITALIC ITALIC Point x y Dimension dx dy Insets top left bottom right Border BorderRef actual LineBorder color width 1 MarginBorder insets CompoundBorder outer inner CustomBorder Direction NONE NONE NORTH NORTH SOUTH SOUTH WEST WEST EAST EAST NORTH_EAST NORTH_EAST NORTH_WEST NORTH_WEST SOUTH_EAST SOUTH_EAST SOUTH_WEST SOUTH_WEST NORTH_SOUTH NORTH_SOUTH EAST_WEST EAST_WEST NSEW NSEW LineKind LINE_SOLID LINE_SOLID LINE_DASH LINE_DASH LINE_DOT LINE_DOT LINE_DASHDOT LINE_DASHDOT LINE_DASHDOTDOT LINE_DASHDOTDOT LINE_CUSTOM LINE_CUSTOM LayoutData owner CustomLayoutData GridLayoutData grabExcessHorizontalSpace false grabExcessVerticalSpace false verticalAlignment CENTER horizontalAlignment CENTER verticalSpan 1 horizontalSpan 1 horizontalIndent sizeHint BorderLayoutData alignment CENTER vertical false Alignment BEGINNING BEGINNING CENTER CENTER END END FILL FILL Layoutable layoutData layout Layout LayoutRef actual CustomLayout GridLayout numColumns 1 equalWidth true margins spacing BorderLayout spacing FlowLayout vertical false matchMinorSize false forceSingleLine false majorAlignment BEGINNING minorAlignment BEGINNING majorSpacing 5 minorSpacing 5 XYLayout XYLayoutData topLeft size StackLayout SVGFigure documentURI properties areaOfInterest noCanvasWidth noCanvasHeight SVGProperty query attribute type getter setter callSuper SVGPropertyType STRING STRING COLOR COLOR FLOAT FLOAT Rectangle2D x y width height
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gmfgraph" nsURI="http://www.eclipse.org/gmf/2006/GraphicalDefinition" nsPrefix="gmfgraph"> <eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//FigureGallery" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="containment here doesn't restrict nodes/connection from using figure galeries defined elsewhere. No assumption should be made whether or not node/connection figure is defined in the galery beloning to this canvas"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//Connection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1" eType="#//Compartment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//DiagramLabel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureGallery" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kind of explicit figure library notion. Bundle of figures. Allows to specify plugin id (allows importing it later from gmfgen code) in addition to figures"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//RealFigure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1" eType="#//FigureDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borders" upperBound="-1" eType="#//Border" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Borders for reuse"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layouts" upperBound="-1" eType="#//Layout" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layouts for reuse"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationBundle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identity" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Easy and readable way to reference element of the model from another one"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//FigureDescriptor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1" eType="#//VisualFacet" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="anything to further specify constraint or any other aspect of the element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeConstraint" eType="#//Direction" defaultValueLiteral="NSEW"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="affixedParentSide" eType="#//Direction" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPane" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Compartment" eSuperTypes="#//DiagramElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="needsTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLabel" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ChildAccess"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualFacet" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="provide means to attach arbitrary data to your diagram element definition. It's up to you (template author) to process it somehow."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlignmentFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Makes sense for DiagramLabels of Links only (now). Constants from {@link org.eclipse.draw2d.ConnectionLocator} are: MIDDLE = Alignment.CENTER, TARGET = Alignment.END, SOURCE = Alignment.BEGINNING"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradientFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelOffsetFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultSizeFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultSize" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Figure" abstract="true" interface="true" eSuperTypes="#//Layoutable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Anything you could combine visual representation from. Ordinary GEF figures, custom-defined or references to defined elsewhere. org.eclipse.draw2d.Figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//FigureDescriptor" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minimumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferredSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="border" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractFigure" abstract="true" eSuperTypes="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is merely an implementation artifact to get only one base implementation of Figure attributes"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureDescriptor" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The thing describes structure of a figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actualFigure" lowerBound="1" eType="#//Figure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1" eType="#//ChildAccess" containment="true" eOpposite="#//ChildAccess/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//FigureDescriptor" changeable="false" resolveProxies="false" eOpposite="#//FigureDescriptor/accessors"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This may also point to RealFigure from FigureAccessor#typedFigure"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealFigure" abstract="true" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is exact/specific/concrete figure, unlike proxy/reference-nature FigureRef"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Figure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureRef" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Need this to facilitate reuse of figures while keeping (so nice looking) containment relationship in the Figure class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not just Figure because don't want to reference figure references."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="DecorationFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Shape"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineKind" eType="#//LineKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorFill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorOutline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedChildren" upperBound="-1" eType="#//Figure" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as children, but resolves child FigureRefs, if any, to Figures"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Label"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledContainer" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.LabeledContainer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RectangleFigure"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RoundedRectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Ellipse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polyline" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polyline"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-1" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//Polyline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalablePolygon" eSuperTypes="#//Polygon"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marker interface to denote polygons with ability to autoscale to fit all available bounds. Separate class is needed instead of property in the Polygon class because of generalization PolygonDecoration extends Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineConnection" eSuperTypes="#//Polyline #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineConnection"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDecoration" eType="#//DecorationFigure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetDecoration" eType="#//DecorationFigure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineDecoration" eSuperTypes="#//Polyline #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolygonDecoration" eSuperTypes="#//Polygon #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolygonDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomClass" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//CustomAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="null"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directAccess" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiStatementValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureAccessor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFigure" lowerBound="1" eType="#//RealFigure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomFigure" eSuperTypes="#//RealFigure #//CustomClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any figure class provided by some bundle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="customChildren" upperBound="-1" eType="#//FigureAccessor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Childrent enumerated with this feature are mere 'access points' to actual structure of the CustomFigure. They are not created, unlike those contained in regular Figure#children"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDecoration" eSuperTypes="#//CustomFigure #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Decorations"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomConnection" eSuperTypes="#//CustomFigure #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Connections"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//ColorConstants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorConstants"> <eLiterals name="white"/> <eLiterals name="black" value="1"/> <eLiterals name="lightGray" value="2"/> <eLiterals name="gray" value="3"/> <eLiterals name="darkGray" value="4"/> <eLiterals name="red" value="5"/> <eLiterals name="orange" value="6"/> <eLiterals name="yellow" value="7"/> <eLiterals name="green" value="8"/> <eLiterals name="lightGreen" value="9"/> <eLiterals name="darkGreen" value="10"/> <eLiterals name="cyan" value="11"/> <eLiterals name="lightBlue" value="12"/> <eLiterals name="blue" value="13"/> <eLiterals name="darkBlue" value="14"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BasicFont" eSuperTypes="#//Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="9"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle" defaultValueLiteral="NORMAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontStyle"> <eLiterals name="NORMAL"/> <eLiterals name="BOLD" value="1"/> <eLiterals name="ITALIC" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Insets"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Border" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BorderRef" eSuperTypes="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Border reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another BorderRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarginBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Border" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomBorder" eSuperTypes="#//Border #//CustomClass"/> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Geographical bit constants from org.eclipse.draw2d.PositionConstants"/> </eAnnotations> <eLiterals name="NONE"/> <eLiterals name="NORTH" value="1"/> <eLiterals name="SOUTH" value="4"/> <eLiterals name="WEST" value="8"/> <eLiterals name="EAST" value="16"/> <eLiterals name="NORTH_EAST" value="17"/> <eLiterals name="NORTH_WEST" value="9"/> <eLiterals name="SOUTH_EAST" value="20"/> <eLiterals name="SOUTH_WEST" value="12"/> <eLiterals name="NORTH_SOUTH" value="5"/> <eLiterals name="EAST_WEST" value="24"/> <eLiterals name="NSEW" value="29"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Graphics.LINE_* (== org.eclipse.swt.SWT.LINE_*. Values are same as SWT constants"/> </eAnnotations> <eLiterals name="LINE_SOLID" value="1"/> <eLiterals name="LINE_DASH" value="2"/> <eLiterals name="LINE_DOT" value="3"/> <eLiterals name="LINE_DASHDOT" value="4"/> <eLiterals name="LINE_DASHDOTDOT" value="5"/> <eLiterals name="LINE_CUSTOM" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutData" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Layoutable" eOpposite="#//Layoutable/layoutData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayoutData" eSuperTypes="#//LayoutData #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeHint" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Alignment"> <eLiterals name="BEGINNING"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="END" value="2"/> <eLiterals name="FILL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layoutable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" eType="#//LayoutData" containment="true" eOpposite="#//LayoutData/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//Layout" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LayoutRef" eSuperTypes="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layout reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another LayoutRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//Layout #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="equalWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="margins" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchMinorSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forceSingleLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XYLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="XYLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" lowerBound="1" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="SVGFigure" eSuperTypes="#//RealFigure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//SVGProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="areaOfInterest" eType="#//Rectangle2D" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCanvasWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCanvasHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SVGProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SVGPropertyType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="getter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callSuper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SVGPropertyType"> <eLiterals name="STRING"/> <eLiterals name="COLOR" value="1"/> <eLiterals name="FLOAT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle2D"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gmfgraph","nsURI":"http://www.eclipse.org/gmf/2006/GraphicalDefinition","name":"gmfgraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureGallery","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compartment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLabel","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualFacet","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralFacet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentFacet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradientFacet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelOffsetFacet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSizeFacet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Figure","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFigure","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureDescriptor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildAccess","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealFigure","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionFigure","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationFigure","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalablePolygon","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineConnection","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineDecoration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolygonDecoration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomClass","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomAttribute","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureAccessor","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFigure","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDecoration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomConnection","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantColor","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorConstants","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicFont","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insets","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Border","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderRef","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineBorder","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarginBorder","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundBorder","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomBorder","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineKind","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":true,"id":60,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayoutData","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutData","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayoutData","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layoutable","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":66,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutRef","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayout","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowLayout","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayout","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayoutData","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGFigure","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGProperty","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SVGPropertyType","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle2D","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","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":"nodes","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":"connections","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":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layouts","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"implementationBundle","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":101,"derived":false},{"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":"figure","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":true,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSEW","unsettable":false,"transient":false,"unique":true,"name":"resizeConstraint","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"affixedParentSide","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPane","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"needsTitle","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessor","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"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"elementIcon","changeable":true,"lowerBound":0,"iD":false,"id":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":"accessor","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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"external","changeable":false,"lowerBound":0,"iD":false,"id":127,"derived":true},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":true,"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":"data","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"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":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"descriptor","changeable":false,"resolveProxies":false,"lowerBound":0,"id":152,"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":"foregroundColor","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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferredSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","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":"size","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"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":false,"resolveProxies":false,"lowerBound":1,"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":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineKind","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorFill","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorOutline","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedChildren","changeable":false,"resolveProxies":true,"lowerBound":0,"id":203,"derived":true},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedClassName","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"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":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"directAccess","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiStatementValue","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customChildren","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"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"white","id":272,"value":0,"literal":"white","eClass":"EEnumLiteral"},{"name":"black","id":273,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"lightGray","id":274,"value":2,"literal":"lightGray","eClass":"EEnumLiteral"},{"name":"gray","id":275,"value":3,"literal":"gray","eClass":"EEnumLiteral"},{"name":"darkGray","id":276,"value":4,"literal":"darkGray","eClass":"EEnumLiteral"},{"name":"red","id":277,"value":5,"literal":"red","eClass":"EEnumLiteral"},{"name":"orange","id":278,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"yellow","id":279,"value":7,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"green","id":280,"value":8,"literal":"green","eClass":"EEnumLiteral"},{"name":"lightGreen","id":281,"value":9,"literal":"lightGreen","eClass":"EEnumLiteral"},{"name":"darkGreen","id":282,"value":10,"literal":"darkGreen","eClass":"EEnumLiteral"},{"name":"cyan","id":283,"value":11,"literal":"cyan","eClass":"EEnumLiteral"},{"name":"lightBlue","id":284,"value":12,"literal":"lightBlue","eClass":"EEnumLiteral"},{"name":"blue","id":285,"value":13,"literal":"blue","eClass":"EEnumLiteral"},{"name":"darkBlue","id":286,"value":14,"literal":"darkBlue","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faceName","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":9,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"name":"NORMAL","id":294,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":295,"value":1,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":296,"value":2,"literal":"ITALIC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":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":"y","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dx","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dy","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"name":"NONE","id":331,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NORTH","id":332,"value":1,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":333,"value":4,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"WEST","id":334,"value":8,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"EAST","id":335,"value":16,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":336,"value":17,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":337,"value":9,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":338,"value":20,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":339,"value":12,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_SOUTH","id":340,"value":5,"literal":"NORTH_SOUTH","eClass":"EEnumLiteral"},{"name":"EAST_WEST","id":341,"value":24,"literal":"EAST_WEST","eClass":"EEnumLiteral"},{"name":"NSEW","id":342,"value":29,"literal":"NSEW","eClass":"EEnumLiteral"},{"name":"LINE_SOLID","id":343,"value":1,"literal":"LINE_SOLID","eClass":"EEnumLiteral"},{"name":"LINE_DASH","id":344,"value":2,"literal":"LINE_DASH","eClass":"EEnumLiteral"},{"name":"LINE_DOT","id":345,"value":3,"literal":"LINE_DOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOT","id":346,"value":4,"literal":"LINE_DASHDOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOTDOT","id":347,"value":5,"literal":"LINE_DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"LINE_CUSTOM","id":348,"value":6,"literal":"LINE_CUSTOM","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"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":"layoutData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessHorizontalSpace","changeable":true,"lowerBound":1,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessVerticalSpace","changeable":true,"lowerBound":1,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":1,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":1,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalIndent","changeable":true,"lowerBound":1,"iD":false,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeHint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":1,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"name":"BEGINNING","id":376,"value":0,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"CENTER","id":377,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"END","id":378,"value":2,"literal":"END","eClass":"EEnumLiteral"},{"name":"FILL","id":379,"value":3,"literal":"FILL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":1,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"equalWidth","changeable":true,"lowerBound":1,"iD":false,"id":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":"margins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"matchMinorSize","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forceSingleLine","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"majorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"minorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"majorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"minorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentURI","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"areaOfInterest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCanvasWidth","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCanvasHeight","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":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":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"getter","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":"setter","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":"callSuper","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"name":"STRING","id":445,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"COLOR","id":446,"value":1,"literal":"COLOR","eClass":"EEnumLiteral"},{"name":"FLOAT","id":447,"value":2,"literal":"FLOAT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":449,"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":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":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":1,"target":0},{"source":1,"target":3},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":79,"target":2},{"source":79,"target":85},{"source":79,"target":1},{"source":85,"target":2},{"source":80,"target":6},{"source":80,"target":86},{"source":80,"target":1},{"source":86,"target":6},{"source":81,"target":7},{"source":81,"target":87},{"source":81,"target":1},{"source":87,"target":7},{"source":82,"target":8},{"source":82,"target":88},{"source":82,"target":1},{"source":88,"target":8},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":1},{"source":89,"target":9},{"source":84,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":90,"target":20},{"source":90,"target":96},{"source":90,"target":2},{"source":96,"target":20},{"source":91,"target":18},{"source":91,"target":97},{"source":91,"target":2},{"source":97,"target":18},{"source":92,"target":52},{"source":92,"target":98},{"source":92,"target":2},{"source":98,"target":52},{"source":93,"target":66},{"source":93,"target":99},{"source":93,"target":2},{"source":99,"target":66},{"source":94,"target":100},{"source":94,"target":2},{"source":95,"target":3},{"source":3,"target":0},{"source":3,"target":101},{"source":101,"target":102},{"source":101,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":103,"target":18},{"source":103,"target":106},{"source":103,"target":4},{"source":106,"target":18},{"source":104,"target":10},{"source":104,"target":107},{"source":104,"target":4},{"source":107,"target":10},{"source":105,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":108},{"source":108,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":6,"target":112},{"source":109,"target":58},{"source":109,"target":113},{"source":109,"target":6},{"source":113,"target":58},{"source":110,"target":58},{"source":110,"target":114},{"source":110,"target":6},{"source":114,"target":58},{"source":111,"target":19},{"source":111,"target":115},{"source":111,"target":6},{"source":115,"target":19},{"source":112,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":116},{"source":116,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":117,"target":121},{"source":117,"target":8},{"source":118,"target":122},{"source":118,"target":8},{"source":119,"target":19},{"source":119,"target":123},{"source":119,"target":8},{"source":123,"target":19},{"source":120,"target":4},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":124,"target":129},{"source":124,"target":9},{"source":125,"target":19},{"source":125,"target":130},{"source":125,"target":9},{"source":130,"target":19},{"source":126,"target":19},{"source":126,"target":131},{"source":126,"target":9},{"source":131,"target":19},{"source":127,"target":132},{"source":127,"target":9},{"source":128,"target":6},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":133},{"source":11,"target":134},{"source":11,"target":135},{"source":133,"target":136},{"source":133,"target":11},{"source":134,"target":137},{"source":134,"target":11},{"source":135,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":138},{"source":12,"target":139},{"source":138,"target":64},{"source":138,"target":140},{"source":138,"target":12},{"source":140,"target":64},{"source":139,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":141},{"source":13,"target":142},{"source":141,"target":58},{"source":141,"target":143},{"source":141,"target":13},{"source":143,"target":58},{"source":142,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":144,"target":147},{"source":144,"target":14},{"source":145,"target":148},{"source":145,"target":14},{"source":146,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":149},{"source":15,"target":150},{"source":149,"target":50},{"source":149,"target":151},{"source":149,"target":15},{"source":151,"target":50},{"source":150,"target":10},{"source":16,"target":0},{"source":16,"target":65},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":16,"target":160},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":152,"target":18},{"source":152,"target":164},{"source":152,"target":16},{"source":164,"target":18},{"source":153,"target":42},{"source":153,"target":165},{"source":153,"target":16},{"source":165,"target":42},{"source":154,"target":42},{"source":154,"target":166},{"source":154,"target":16},{"source":166,"target":42},{"source":155,"target":50},{"source":155,"target":167},{"source":155,"target":16},{"source":167,"target":50},{"source":156,"target":50},{"source":156,"target":168},{"source":156,"target":16},{"source":168,"target":50},{"source":157,"target":50},{"source":157,"target":169},{"source":157,"target":16},{"source":169,"target":50},{"source":158,"target":46},{"source":158,"target":170},{"source":158,"target":16},{"source":170,"target":46},{"source":159,"target":51},{"source":159,"target":171},{"source":159,"target":16},{"source":171,"target":51},{"source":160,"target":52},{"source":160,"target":172},{"source":160,"target":16},{"source":172,"target":52},{"source":161,"target":49},{"source":161,"target":173},{"source":161,"target":16},{"source":173,"target":49},{"source":162,"target":49},{"source":162,"target":174},{"source":162,"target":16},{"source":174,"target":49},{"source":163,"target":65},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":175},{"source":175,"target":16},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":176,"target":16},{"source":176,"target":179},{"source":176,"target":18},{"source":179,"target":16},{"source":177,"target":19},{"source":177,"target":180},{"source":177,"target":18},{"source":177,"target":181},{"source":180,"target":19},{"source":178,"target":3},{"source":19,"target":0},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":181,"target":18},{"source":181,"target":184},{"source":181,"target":19},{"source":181,"target":177},{"source":184,"target":18},{"source":182,"target":185},{"source":182,"target":19},{"source":183,"target":16},{"source":183,"target":186},{"source":183,"target":19},{"source":186,"target":16},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":187},{"source":20,"target":188},{"source":20,"target":189},{"source":187,"target":190},{"source":187,"target":20},{"source":188,"target":16},{"source":188,"target":191},{"source":188,"target":20},{"source":191,"target":16},{"source":189,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":192},{"source":21,"target":193},{"source":192,"target":20},{"source":192,"target":194},{"source":192,"target":21},{"source":194,"target":20},{"source":193,"target":17},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":195},{"source":195,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":196},{"source":196,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":197},{"source":24,"target":198},{"source":24,"target":199},{"source":24,"target":200},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":24,"target":204},{"source":197,"target":205},{"source":197,"target":24},{"source":198,"target":206},{"source":198,"target":24},{"source":199,"target":207},{"source":199,"target":24},{"source":200,"target":59},{"source":200,"target":208},{"source":200,"target":24},{"source":208,"target":59},{"source":201,"target":209},{"source":201,"target":24},{"source":202,"target":210},{"source":202,"target":24},{"source":203,"target":16},{"source":203,"target":211},{"source":203,"target":24},{"source":211,"target":16},{"source":204,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":212},{"source":25,"target":213},{"source":212,"target":214},{"source":212,"target":25},{"source":213,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":215},{"source":215,"target":20},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":216},{"source":216,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":217},{"source":28,"target":218},{"source":28,"target":219},{"source":217,"target":220},{"source":217,"target":28},{"source":218,"target":221},{"source":218,"target":28},{"source":219,"target":24},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":222},{"source":222,"target":24},{"source":30,"target":0},{"source":30,"target":24},{"source":30,"target":223},{"source":30,"target":224},{"source":223,"target":49},{"source":223,"target":225},{"source":223,"target":30},{"source":225,"target":49},{"source":224,"target":24},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":226},{"source":226,"target":30},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":227},{"source":227,"target":31},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":22},{"source":33,"target":228},{"source":33,"target":229},{"source":33,"target":230},{"source":33,"target":231},{"source":228,"target":23},{"source":228,"target":232},{"source":228,"target":33},{"source":232,"target":23},{"source":229,"target":23},{"source":229,"target":233},{"source":229,"target":33},{"source":233,"target":23},{"source":230,"target":30},{"source":231,"target":22},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":23},{"source":34,"target":234},{"source":34,"target":235},{"source":234,"target":30},{"source":235,"target":23},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":23},{"source":35,"target":236},{"source":35,"target":237},{"source":236,"target":31},{"source":237,"target":23},{"source":36,"target":0},{"source":36,"target":238},{"source":36,"target":239},{"source":238,"target":240},{"source":238,"target":36},{"source":239,"target":37},{"source":239,"target":241},{"source":239,"target":36},{"source":241,"target":37},{"source":37,"target":0},{"source":37,"target":242},{"source":37,"target":243},{"source":37,"target":244},{"source":37,"target":245},{"source":242,"target":246},{"source":242,"target":37},{"source":243,"target":247},{"source":243,"target":37},{"source":244,"target":248},{"source":244,"target":37},{"source":245,"target":249},{"source":245,"target":37},{"source":38,"target":0},{"source":38,"target":250},{"source":38,"target":251},{"source":250,"target":252},{"source":250,"target":38},{"source":251,"target":20},{"source":251,"target":253},{"source":251,"target":38},{"source":253,"target":20},{"source":39,"target":0},{"source":39,"target":20},{"source":39,"target":36},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":254,"target":38},{"source":254,"target":257},{"source":254,"target":39},{"source":257,"target":38},{"source":255,"target":20},{"source":256,"target":36},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":23},{"source":40,"target":258},{"source":40,"target":259},{"source":258,"target":39},{"source":259,"target":23},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":22},{"source":41,"target":260},{"source":41,"target":261},{"source":260,"target":39},{"source":261,"target":22},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":262},{"source":43,"target":263},{"source":43,"target":264},{"source":43,"target":265},{"source":262,"target":266},{"source":262,"target":43},{"source":263,"target":267},{"source":263,"target":43},{"source":264,"target":268},{"source":264,"target":43},{"source":265,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":269},{"source":44,"target":270},{"source":269,"target":45},{"source":269,"target":271},{"source":269,"target":44},{"source":271,"target":45},{"source":270,"target":42},{"source":45,"target":0},{"source":45,"target":272},{"source":45,"target":273},{"source":45,"target":274},{"source":45,"target":275},{"source":45,"target":276},{"source":45,"target":277},{"source":45,"target":278},{"source":45,"target":279},{"source":45,"target":280},{"source":45,"target":281},{"source":45,"target":282},{"source":45,"target":283},{"source":45,"target":284},{"source":45,"target":285},{"source":45,"target":286},{"source":272,"target":45},{"source":273,"target":45},{"source":274,"target":45},{"source":275,"target":45},{"source":276,"target":45},{"source":277,"target":45},{"source":278,"target":45},{"source":279,"target":45},{"source":280,"target":45},{"source":281,"target":45},{"source":282,"target":45},{"source":283,"target":45},{"source":284,"target":45},{"source":285,"target":45},{"source":286,"target":45},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":287},{"source":47,"target":288},{"source":47,"target":289},{"source":47,"target":290},{"source":287,"target":291},{"source":287,"target":47},{"source":288,"target":292},{"source":288,"target":47},{"source":289,"target":48},{"source":289,"target":293},{"source":289,"target":47},{"source":293,"target":48},{"source":290,"target":46},{"source":48,"target":0},{"source":48,"target":294},{"source":48,"target":295},{"source":48,"target":296},{"source":294,"target":48},{"source":295,"target":48},{"source":296,"target":48},{"source":49,"target":0},{"source":49,"target":297},{"source":49,"target":298},{"source":297,"target":299},{"source":297,"target":49},{"source":298,"target":300},{"source":298,"target":49},{"source":50,"target":0},{"source":50,"target":301},{"source":50,"target":302},{"source":301,"target":303},{"source":301,"target":50},{"source":302,"target":304},{"source":302,"target":50},{"source":51,"target":0},{"source":51,"target":305},{"source":51,"target":306},{"source":51,"target":307},{"source":51,"target":308},{"source":305,"target":309},{"source":305,"target":51},{"source":306,"target":310},{"source":306,"target":51},{"source":307,"target":311},{"source":307,"target":51},{"source":308,"target":312},{"source":308,"target":51},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":313},{"source":53,"target":314},{"source":313,"target":52},{"source":313,"target":315},{"source":313,"target":53},{"source":315,"target":52},{"source":314,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":316},{"source":54,"target":317},{"source":54,"target":318},{"source":316,"target":42},{"source":316,"target":319},{"source":316,"target":54},{"source":319,"target":42},{"source":317,"target":320},{"source":317,"target":54},{"source":318,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":321},{"source":55,"target":322},{"source":321,"target":51},{"source":321,"target":323},{"source":321,"target":55},{"source":323,"target":51},{"source":322,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":324},{"source":56,"target":325},{"source":56,"target":326},{"source":324,"target":52},{"source":324,"target":327},{"source":324,"target":56},{"source":327,"target":52},{"source":325,"target":52},{"source":325,"target":328},{"source":325,"target":56},{"source":328,"target":52},{"source":326,"target":52},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":36},{"source":57,"target":329},{"source":57,"target":330},{"source":329,"target":52},{"source":330,"target":36},{"source":58,"target":0},{"source":58,"target":331},{"source":58,"target":332},{"source":58,"target":333},{"source":58,"target":334},{"source":58,"target":335},{"source":58,"target":336},{"source":58,"target":337},{"source":58,"target":338},{"source":58,"target":339},{"source":58,"target":340},{"source":58,"target":341},{"source":58,"target":342},{"source":331,"target":58},{"source":332,"target":58},{"source":333,"target":58},{"source":334,"target":58},{"source":335,"target":58},{"source":336,"target":58},{"source":337,"target":58},{"source":338,"target":58},{"source":339,"target":58},{"source":340,"target":58},{"source":341,"target":58},{"source":342,"target":58},{"source":59,"target":0},{"source":59,"target":343},{"source":59,"target":344},{"source":59,"target":345},{"source":59,"target":346},{"source":59,"target":347},{"source":59,"target":348},{"source":343,"target":59},{"source":344,"target":59},{"source":345,"target":59},{"source":346,"target":59},{"source":347,"target":59},{"source":348,"target":59},{"source":60,"target":0},{"source":60,"target":349},{"source":349,"target":65},{"source":349,"target":350},{"source":349,"target":60},{"source":349,"target":351},{"source":350,"target":65},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":36},{"source":61,"target":352},{"source":61,"target":353},{"source":352,"target":60},{"source":353,"target":36},{"source":62,"target":0},{"source":62,"target":60},{"source":62,"target":354},{"source":62,"target":355},{"source":62,"target":356},{"source":62,"target":357},{"source":62,"target":358},{"source":62,"target":359},{"source":62,"target":360},{"source":62,"target":361},{"source":62,"target":362},{"source":354,"target":363},{"source":354,"target":62},{"source":355,"target":364},{"source":355,"target":62},{"source":356,"target":64},{"source":356,"target":365},{"source":356,"target":62},{"source":365,"target":64},{"source":357,"target":64},{"source":357,"target":366},{"source":357,"target":62},{"source":366,"target":64},{"source":358,"target":367},{"source":358,"target":62},{"source":359,"target":368},{"source":359,"target":62},{"source":360,"target":369},{"source":360,"target":62},{"source":361,"target":50},{"source":361,"target":370},{"source":361,"target":62},{"source":370,"target":50},{"source":362,"target":60},{"source":63,"target":0},{"source":63,"target":60},{"source":63,"target":371},{"source":63,"target":372},{"source":63,"target":373},{"source":371,"target":64},{"source":371,"target":374},{"source":371,"target":63},{"source":374,"target":64},{"source":372,"target":375},{"source":372,"target":63},{"source":373,"target":60},{"source":64,"target":0},{"source":64,"target":376},{"source":64,"target":377},{"source":64,"target":378},{"source":64,"target":379},{"source":376,"target":64},{"source":377,"target":64},{"source":378,"target":64},{"source":379,"target":64},{"source":65,"target":0},{"source":65,"target":351},{"source":65,"target":380},{"source":351,"target":60},{"source":351,"target":381},{"source":351,"target":65},{"source":351,"target":349},{"source":381,"target":60},{"source":380,"target":66},{"source":380,"target":382},{"source":380,"target":65},{"source":382,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":383},{"source":67,"target":384},{"source":383,"target":66},{"source":383,"target":385},{"source":383,"target":67},{"source":385,"target":66},{"source":384,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":36},{"source":68,"target":386},{"source":68,"target":387},{"source":386,"target":66},{"source":387,"target":36},{"source":69,"target":0},{"source":69,"target":66},{"source":69,"target":388},{"source":69,"target":389},{"source":69,"target":390},{"source":69,"target":391},{"source":69,"target":392},{"source":388,"target":393},{"source":388,"target":69},{"source":389,"target":394},{"source":389,"target":69},{"source":390,"target":50},{"source":390,"target":395},{"source":390,"target":69},{"source":395,"target":50},{"source":391,"target":50},{"source":391,"target":396},{"source":391,"target":69},{"source":396,"target":50},{"source":392,"target":66},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":397},{"source":70,"target":398},{"source":397,"target":50},{"source":397,"target":399},{"source":397,"target":70},{"source":399,"target":50},{"source":398,"target":66},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":400},{"source":71,"target":401},{"source":71,"target":402},{"source":71,"target":403},{"source":71,"target":404},{"source":71,"target":405},{"source":71,"target":406},{"source":71,"target":407},{"source":400,"target":408},{"source":400,"target":71},{"source":401,"target":409},{"source":401,"target":71},{"source":402,"target":410},{"source":402,"target":71},{"source":403,"target":64},{"source":403,"target":411},{"source":403,"target":71},{"source":411,"target":64},{"source":404,"target":64},{"source":404,"target":412},{"source":404,"target":71},{"source":412,"target":64},{"source":405,"target":413},{"source":405,"target":71},{"source":406,"target":414},{"source":406,"target":71},{"source":407,"target":66},{"source":72,"target":0},{"source":72,"target":66},{"source":72,"target":415},{"source":415,"target":66},{"source":73,"target":0},{"source":73,"target":60},{"source":73,"target":416},{"source":73,"target":417},{"source":73,"target":418},{"source":416,"target":49},{"source":416,"target":419},{"source":416,"target":73},{"source":419,"target":49},{"source":417,"target":50},{"source":417,"target":420},{"source":417,"target":73},{"source":420,"target":50},{"source":418,"target":60},{"source":74,"target":0},{"source":74,"target":66},{"source":74,"target":421},{"source":421,"target":66},{"source":75,"target":0},{"source":75,"target":20},{"source":75,"target":422},{"source":75,"target":423},{"source":75,"target":424},{"source":75,"target":425},{"source":75,"target":426},{"source":75,"target":427},{"source":422,"target":428},{"source":422,"target":75},{"source":423,"target":76},{"source":423,"target":429},{"source":423,"target":75},{"source":429,"target":76},{"source":424,"target":78},{"source":424,"target":430},{"source":424,"target":75},{"source":430,"target":78},{"source":425,"target":431},{"source":425,"target":75},{"source":426,"target":432},{"source":426,"target":75},{"source":427,"target":20},{"source":76,"target":0},{"source":76,"target":433},{"source":76,"target":434},{"source":76,"target":435},{"source":76,"target":436},{"source":76,"target":437},{"source":76,"target":438},{"source":433,"target":439},{"source":433,"target":76},{"source":434,"target":440},{"source":434,"target":76},{"source":435,"target":77},{"source":435,"target":441},{"source":435,"target":76},{"source":441,"target":77},{"source":436,"target":442},{"source":436,"target":76},{"source":437,"target":443},{"source":437,"target":76},{"source":438,"target":444},{"source":438,"target":76},{"source":77,"target":0},{"source":77,"target":445},{"source":77,"target":446},{"source":77,"target":447},{"source":445,"target":77},{"source":446,"target":77},{"source":447,"target":77},{"source":78,"target":0},{"source":78,"target":448},{"source":78,"target":449},{"source":78,"target":450},{"source":78,"target":451},{"source":448,"target":452},{"source":448,"target":78},{"source":449,"target":453},{"source":449,"target":78},{"source":450,"target":454},{"source":450,"target":78},{"source":451,"target":455},{"source":451,"target":78}],"multigraph":true}
ecore
company
repo-ecore-all/data/dgu123/thomaskipar-emf4cpp-extensions/emf4cpp/emf4cpp/emf4cpp.tests/company/company.ecore
company Employee name Department employees manager number Company name departments
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="company" nsURI="http:///com.example.company.ecore" nsPrefix="company"> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Department"> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" lowerBound="1" eType="#//Employee"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="departments" upperBound="-1" eType="#//Department" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"company","nsURI":"http:///com.example.company.ecore","name":"company","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"departments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":5},{"source":4,"target":1},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":6,"target":1},{"source":6,"target":9},{"source":6,"target":2},{"source":9,"target":1},{"source":7,"target":1},{"source":7,"target":10},{"source":7,"target":2},{"source":10,"target":1},{"source":8,"target":11},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":13},{"source":12,"target":14},{"source":12,"target":3},{"source":13,"target":2},{"source":13,"target":15},{"source":13,"target":3},{"source":15,"target":2}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/huybuidac20593/yakindu/archive/SCT1/tags/SCT_1.1.0_RELEASE/com.yakindu.statechart.model/plugins/org.mda4e.statemachine.model/src/org/mda4e/statemachine/model/statemachine.ecore
statemachine Region state priority Node name id Transition targetNode priority expression id sourceNode State entry do exit region Pseudostate pseudoType DataElement name ioType port PseudoTypes initial initial deepHistory deepHistory shallowHistory shallowHistory join join fork fork junction junction choice choice entryPoint entryPoint exitPoint exitPoint terminate terminate DataTypes int int double double boolean boolean Variable dataType Event trigger IOTypes local local output output input input TriggerTypes either either rising rising falling falling functionCall functionCall Statechart dataElement region name transition UUID FinalState
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="statemachine" nsURI="org.mda4e.statemachine.model" nsPrefix="org.mda4e.statemachine.model"> <eClassifiers xsi:type="ecore:EClass" name="Region"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetNode" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceNode" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entry" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="do" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" upperBound="-1" eType="#//Region" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudoType" lowerBound="1" eType="#//PseudoTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataElement"> <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="ioType" lowerBound="1" eType="#//IOTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PseudoTypes"> <eLiterals name="initial" literal="initial"/> <eLiterals name="deepHistory" value="1"/> <eLiterals name="shallowHistory" value="2"/> <eLiterals name="join" value="3"/> <eLiterals name="fork" value="4"/> <eLiterals name="junction" value="5"/> <eLiterals name="choice" value="6"/> <eLiterals name="entryPoint" value="7"/> <eLiterals name="exitPoint" value="8"/> <eLiterals name="terminate" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataTypes"> <eLiterals name="int"/> <eLiterals name="double" value="1" literal="double"/> <eLiterals name="boolean" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//DataElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" lowerBound="1" eType="#//DataTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//DataElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="#//TriggerTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IOTypes"> <eLiterals name="local"/> <eLiterals name="output" value="1"/> <eLiterals name="input" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TriggerTypes"> <eLiterals name="either"/> <eLiterals name="rising" value="1"/> <eLiterals name="falling" value="2"/> <eLiterals name="functionCall" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statechart"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataElement" upperBound="-1" eType="#//DataElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" lowerBound="1" upperBound="-1" eType="#//Region" 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="transition" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="UUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.mda4e.statemachine.model","nsURI":"org.mda4e.statemachine.model","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PseudoTypes","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataTypes","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IOTypes","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerTypes","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statechart","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":"priority","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceNode","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"entry","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":"do","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":"exit","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pseudoType","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ioType","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":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":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"initial","id":51,"value":0,"literal":"initial","eClass":"EEnumLiteral"},{"name":"deepHistory","id":52,"value":1,"literal":"deepHistory","eClass":"EEnumLiteral"},{"name":"shallowHistory","id":53,"value":2,"literal":"shallowHistory","eClass":"EEnumLiteral"},{"name":"join","id":54,"value":3,"literal":"join","eClass":"EEnumLiteral"},{"name":"fork","id":55,"value":4,"literal":"fork","eClass":"EEnumLiteral"},{"name":"junction","id":56,"value":5,"literal":"junction","eClass":"EEnumLiteral"},{"name":"choice","id":57,"value":6,"literal":"choice","eClass":"EEnumLiteral"},{"name":"entryPoint","id":58,"value":7,"literal":"entryPoint","eClass":"EEnumLiteral"},{"name":"exitPoint","id":59,"value":8,"literal":"exitPoint","eClass":"EEnumLiteral"},{"name":"terminate","id":60,"value":9,"literal":"terminate","eClass":"EEnumLiteral"},{"name":"int","id":61,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"double","id":62,"value":1,"literal":"double","eClass":"EEnumLiteral"},{"name":"boolean","id":63,"value":2,"literal":"boolean","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"local","id":70,"value":0,"literal":"local","eClass":"EEnumLiteral"},{"name":"output","id":71,"value":1,"literal":"output","eClass":"EEnumLiteral"},{"name":"input","id":72,"value":2,"literal":"input","eClass":"EEnumLiteral"},{"name":"either","id":73,"value":0,"literal":"either","eClass":"EEnumLiteral"},{"name":"rising","id":74,"value":1,"literal":"rising","eClass":"EEnumLiteral"},{"name":"falling","id":75,"value":2,"literal":"falling","eClass":"EEnumLiteral"},{"name":"functionCall","id":76,"value":3,"literal":"functionCall","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":"dataElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"region","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"UUID","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":2},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":2},{"source":16,"target":18},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":22},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":23,"target":2},{"source":23,"target":28},{"source":23,"target":3},{"source":28,"target":2},{"source":24,"target":29},{"source":24,"target":3},{"source":25,"target":30},{"source":25,"target":3},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":2},{"source":27,"target":32},{"source":27,"target":3},{"source":32,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":33,"target":38},{"source":33,"target":4},{"source":34,"target":39},{"source":34,"target":4},{"source":35,"target":40},{"source":35,"target":4},{"source":36,"target":1},{"source":36,"target":41},{"source":36,"target":4},{"source":41,"target":1},{"source":37,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":5},{"source":44,"target":7},{"source":43,"target":2},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":45,"target":48},{"source":45,"target":6},{"source":46,"target":11},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":11},{"source":47,"target":50},{"source":47,"target":6},{"source":7,"target":0},{"source":7,"target":51},{"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":51,"target":7},{"source":52,"target":7},{"source":53,"target":7},{"source":54,"target":7},{"source":55,"target":7},{"source":56,"target":7},{"source":57,"target":7},{"source":58,"target":7},{"source":59,"target":7},{"source":60,"target":7},{"source":8,"target":0},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":61,"target":8},{"source":62,"target":8},{"source":63,"target":8},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":8},{"source":64,"target":66},{"source":64,"target":9},{"source":66,"target":8},{"source":65,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":67},{"source":10,"target":68},{"source":67,"target":12},{"source":67,"target":69},{"source":67,"target":10},{"source":69,"target":12},{"source":68,"target":6},{"source":11,"target":0},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":70,"target":11},{"source":71,"target":11},{"source":72,"target":11},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":73,"target":12},{"source":74,"target":12},{"source":75,"target":12},{"source":76,"target":12},{"source":13,"target":0},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":77,"target":6},{"source":77,"target":82},{"source":77,"target":13},{"source":82,"target":6},{"source":78,"target":1},{"source":78,"target":83},{"source":78,"target":13},{"source":83,"target":1},{"source":79,"target":84},{"source":79,"target":13},{"source":80,"target":3},{"source":80,"target":85},{"source":80,"target":13},{"source":85,"target":3},{"source":81,"target":86},{"source":81,"target":13},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":87},{"source":87,"target":4}],"multigraph":true}
ecore
projectplanning
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/unicase-ls1/unicase/core/org.unicase.model.migrator/migrator/release3/release2.ecore
metamodel Project modelElements cutElements UniqueIdentifier id Default Value Literal IdentifiableElement identifier ModelElement creator creationDate ModelElementId ModelVersion releaseNumber NonDomainElement AssociationClassElement model UnicaseModelElement name description state annotations attachments leafSection incomingDocumentReferences comments appliedStereotypeInstances Annotation annotatedModelElements Attachment referringModelElements NonDomainElement Project organization OrgUnit acOrgId groupMemberships participations assignments User email firstName lastName workItemsToReview Group orgUnits task WorkItem containingWorkpackage successors predecessors assignee reviewer participants dueDate estimate effort priority resolved associatedChangePackages WorkPackage startDate endDate containedWorkItems Milestone containedModelElements ActivityType NONE <please select> ANALYSIS Analysis SYSTEM_DESIGN System Design OBJECT_DESIGN Object Design IMPLEMENTATION Implementation TESTING Testing MANAGEMENT Management Checkable checked ActionItem done activity diagram MEDiagram elements gmfdiagram newElements diagramLayout type DiagramType CLASS_DIAGRAM CLASS_DIAGRAM USECASE_DIAGRAM USECASE_DIAGRAM COMPONENT_DIAGRAM COMPONENT_DIAGRAM STATE_DIAGRAM STATE_DIAGRAM ACTIVITY_DIAGRAM ACTIVITY_DIAGRAM WORKITEM_DIAGRAM WORKITEM_DIAGRAM classes PackageElement parentPackage outgoingDependencies incomingDependencies Class subClasses superClasses outgoingAssociations incomingAssociations attributes methods participatedUseCases demoParticipations Package facadeClass containedPackageElements Association source target sourceMultiplicity 1 targetMultiplicity 1 sourceRole 1 targetRole 1 type AssociationType UNDIRECTED_ASSOCIATION Undirected Association DIRECTED_ASSOCIATION Directed Association AGGREGATION Aggregation COMPOSITION Composition Attribute definingClass signature type defaultValue properties label visibility scope VisibilityType UNDEFINED Undefined PACKAGE # PRIVATE - GLOBAL + PROTECTED ~ ScopeType INSTANCE Instance CLASS Class Method visibility scope definingClass returnType signature properties label stubbed calledMethods callingMethods arguments demoParticipations MethodArgument type defaultValue signature label direction ArgumentDirectionType UNDEFINED Undefined IN in OUT out INOUT inout Dependency source target document Section parent LeafSection modelElements referencedModelElements CompositeSection subsections requirement FunctionalRequirement storyPoints priority refiningRequirements refinedRequirement reviewed stakeholder cost useCases scenarios UseCase precondition postcondition rules exception functionalRequirements identifiedClasses includedUseCases extendedUseCases scenarios initiatingActor participatingActors useCaseSteps realizedUserTask nonFunctionalRequirements Scenario instantiatedUseCases functionalRequirements participatingMethods participatingClasses initiatingActorInstance participatingActorInstances steps nonFunctionalRequirements Actor initiatedUseCases participatedUseCases instances participatedUserTasks initiatedUserTask ActorInstance initiatedScenarios participatedScenarios instantiatedActor Step userStep includedUseCase useCase includedSystemFunction SystemFunction input output exception UserTask initiatingActor participatingActor realizingUseCases NonFunctionalRequirement restrictedUseCases restrictedScenarios rationale Issue activity proposals solution criteria Proposal issue assessments Solution underlyingProposals issue Criterion assessments Assessment proposal criterion value Comment sender recipients commentedElement change ModelChangePackage sourceVersion targetVersion MergingIssue resolvingRevision MergingProposal conflictingProposals pendingChanges MergingSolution appliedChanges bug BugReport resolution severity resolutionType done Severity FEATURE FEATURE TRIVIAL TRIVIAL MINOR MINOR MAJOR MAJOR BLOCKER BLOCKER ResolutionType FIXED FIXED CANNOT_REPRODUCE CANNOT_REPRODUCE WONT_FIX WONT_FIX component Component packages subsystems offeredServices consumedServices ComponentService offeringComponent consumingComponents DeploymentNode components meeting Meeting location starttime endtime facilitator minutetaker timekeeper participants sections identifiedIssuesSection identifiedWorkItemsSection MeetingSection allocatedTime 0 CompositeMeetingSection subsections IssueMeetingSection includedIssues WorkItemMeetingSection includedWorkItems state Transition condition source target StateNode outgoingTransitions incomingTransitions State exitConditions activities entryConditions StateInitial StateEnd attachment UrlAttachment url FileAttachment fileName fileHash fileID fileSize requiredOffline profile Profile affectedContainers stereotypes Stereotype required profile stereotypeInstances stereotypeAttributes StereotypeInstance stereotype modelElement stereotypeAttributeInstances StereotypeAttribute stereotype stereotypeAttributeInstances StereotypeAttributeSimple type StereotypeAttributeInstance stereotypeInstance stereotypeAttribute StereotypeAttributeInstanceString value util ModelElementPath source target path activity ActivityObject outgoingTransitions incomingTransitions Transition source target condition Activity Fork Branch ActivityInitial ActivityEnd esmodel ProjectHistory projectId versions projectName projectDescription ProjectInfo name description projectId version SessionId ServerSpace groups projects openSessions users ProjectId VersionInfo emfStoreVersionString ClientVersionInfo version name FileIdentifier versioning TagVersionSpec name DateVersionSpec date PrimaryVersionSpec identifier VersionSpec LogMessage author message date clientDate ChangePackage operations events logMessage notifications versionProperties HistoryInfo primerySpec logMessage tagSpecs versionProperties changePackage HistoryQuery source target modelElements includeChangePackage Version projectState primarySpec tagSpecs nextVersion previousVersion changes logMessage HeadVersionSpec VersionProperty name value operations AbstractOperation name description modelElementId accepted clientDate CompositeOperation subOperations mainOperation compositeName compositeDescription reversed FeatureOperation featureName CreateDeleteOperation delete modelElement subOperations eObjectToIdMap AttributeOperation oldValue newValue MultiAttributeOperation add indexes referencedValues MultiAttributeSetOperation index oldValue newValue MultiAttributeMoveOperation oldIndex newIndex referencedValue SingleReferenceOperation oldValue newValue MultiReferenceSetOperation index oldValue newValue MultiReferenceOperation add index referencedModelElements MultiReferenceMoveOperation oldIndex newIndex referencedModelElementId ReferenceOperation bidirectional oppositeFeatureName containmentType DiagramLayoutOperation OperationId OperationGroup name operations ModelElementGroup name modelElements ContainmentType NONE NONE CONTAINER CONTAINER CONTAINMENT CONTAINMENT EObjectToModelElementIdMap java.util.Map$Entry java.util.Map$Entry key value semantic SemanticCompositeOperation events Event timestamp ReadEvent modelElement sourceView readView MergeEvent numberOfConflicts totalTime baseVersion targetVersion localChanges CheckoutEvent baseVersion ExceptionEvent ExceptionTitle ExceptionStackTrace ExceptionCauseTitle ExceptionCauseStackTrace PluginStartEvent pluginId UpdateEvent baseVersion targetVersion AnnotationEvent annotatedElement annotation RevertEvent revertedChangesCount ShowHistoryEvent sourceVersion targetVersion modelElement PerspectiveEvent DNDEvent sourceView targetView dragSourceElement dropTargetElement LinkEvent sourceView sourceElement targetElement createdNew TraceEvent sourceElement targetElement featureName NavigatorCreateEvent createdElement sourceSection dynamic PluginFocusEvent pluginId startDate PresentationSwitchEvent readView newPresentation UndoEvent operation Validate ShowChangesEvent sourceVersion targetVersion NotificationReadEvent notificationId NotificationGenerationEvent notifications NotificationIgnoreEvent notificationId URLEvent sourceModelElement sourceView sourceURL MergeChoiceEvent myAcceptedChanges theirRejectedChanges contextModelElement selection contextFeature createdIssueName MergeChoiceSelection Mine Mine Their Their Issue Issue MergedText MergedText MergeGlobalChoiceEvent selection MergeGlobalChoiceSelection AllMine AllMine AllTheir AllTheir Cancel Cancel OKNotFinished OKNotFinished OKFinished OKFinished server ServerEvent ServerProjectEvent projectId ProjectUpdatedEvent newVersion accesscontrol ACUser firstName lastName ACOrgUnit getId name roles description properties ACGroup members ACOrgUnitId OrgUnitProperty name value project roles Role canAdministrate projectId canCreate projectId modelElement canDelete projectId modelElement canModify projectId modelElement canRead projectId modelElement projects ReaderRole WriterRole ProjectAdminRole ServerAdmin notification ESNotification name message details seen creationDate provider sender recipient project relatedModelElements relatedOperations url ServerUrl hostName port ProjectUrlFragment name projectId ModelElementUrlFragment name modelElementId ModelElementUrl serverUrl projectUrlFragment modelElementUrlFragment
<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="metamodel" nsURI="http://unicase.org/metamodel" nsPrefix="org.unicase.metamodel"> <eAnnotations source="http://www.cs.tum.edu/cope"> <details key="historyURI" value="../../../resource/org.unicase.model/model/model.history"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" ordered="false" upperBound="-1" eType="#/0/ModelElement" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cutElements" upperBound="-1" eType="#/0/ModelElement" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueIdentifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Default Value Literal&#x9;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ModelVersion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="releaseNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonDomainElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassElement" abstract="true" interface="true"/> </ecore:EPackage> <ecore:EPackage name="model" nsURI="http://unicase.org/model" nsPrefix="org.unicase.model"> <eClassifiers xsi:type="ecore:EClass" name="UnicaseModelElement" abstract="true" eSuperTypes="#/0/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#/1/Annotation" eOpposite="#/1/Annotation/annotatedModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="100.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1" eType="#/1/Attachment" eOpposite="#/1/Attachment/referringModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="101.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="leafSection" eType="#/1/document/LeafSection" eOpposite="#/1/document/LeafSection/modelElements" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingDocumentReferences" upperBound="-1" eType="#/1/document/LeafSection" eOpposite="#/1/document/LeafSection/referencedModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="102.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#/1/rationale/Comment" containment="true" eOpposite="#/1/rationale/Comment/commentedElement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedStereotypeInstances" upperBound="-1" eType="#/1/profile/StereotypeInstance" containment="true" eOpposite="#/1/profile/StereotypeInstance/modelElement" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/annotations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="90.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attachment" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referringModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/attachments" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonDomainElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#/0/Project"/> <eSubpackages name="organization" nsURI="http://unicase.org/model/organization" nsPrefix="org.unicase.model.organization"> <eClassifiers xsi:type="ecore:EClass" name="OrgUnit" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acOrgId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupMemberships" upperBound="-1" eType="#/1/organization/Group" eOpposite="#/1/organization/Group/orgUnits" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participations" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/participants" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignments" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/assignee" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#/1/organization/OrgUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="workItemsToReview" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/reviewer" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#/1/organization/OrgUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="orgUnits" upperBound="-1" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/groupMemberships" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.5"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="task" nsURI="http://unicase.org/model/task" nsPrefix="org.unicase.model.task"> <eClassifiers xsi:type="ecore:EClass" name="WorkItem" abstract="true" interface="true" eSuperTypes="#/1/Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="containingWorkpackage" eType="#/1/task/WorkPackage" eOpposite="#/1/task/WorkPackage/containedWorkItems" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="successors" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/predecessors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessors" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/successors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/assignments" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewer" eType="#/1/organization/User" eOpposite="#/1/organization/User/workItemsToReview" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/participations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dueDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="18.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="19.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedChangePackages" upperBound="-1" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkPackage" eSuperTypes="#/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedWorkItems" upperBound="-1" eType="#/1/task/WorkItem" containment="true" eOpposite="#/1/task/WorkItem/containingWorkpackage" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivityType"> <eLiterals name="NONE" literal="&lt;please select>"/> <eLiterals name="ANALYSIS" value="1" literal="Analysis"/> <eLiterals name="SYSTEM_DESIGN" value="2" literal="System Design"/> <eLiterals name="OBJECT_DESIGN" value="3" literal="Object Design"/> <eLiterals name="IMPLEMENTATION" value="4" literal="Implementation"/> <eLiterals name="TESTING" value="5" literal="Testing"/> <eLiterals name="MANAGEMENT" value="6" literal="Management"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Checkable" abstract="true" interface="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionItem" eSuperTypes="#/1/task/WorkItem #/1/task/Checkable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="done" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="17.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activity" eType="#/1/task/ActivityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="diagram" nsURI="http://unicase.org/model/diagram" nsPrefix="org.unicase.model.diagram"> <eClassifiers xsi:type="ecore:EClass" name="MEDiagram" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gmfdiagram" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newElements" upperBound="-1" eType="#/1/UnicaseModelElement" transient="true" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diagramLayout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#/1/diagram/DiagramType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DiagramType"> <eLiterals name="CLASS_DIAGRAM" literal="CLASS_DIAGRAM"/> <eLiterals name="USECASE_DIAGRAM" value="1" literal="USECASE_DIAGRAM"/> <eLiterals name="COMPONENT_DIAGRAM" value="2" literal="COMPONENT_DIAGRAM"/> <eLiterals name="STATE_DIAGRAM" value="3" literal="STATE_DIAGRAM"/> <eLiterals name="ACTIVITY_DIAGRAM" value="4" literal="ACTIVITY_DIAGRAM"/> <eLiterals name="WORKITEM_DIAGRAM" value="5" literal="WORKITEM_DIAGRAM"/> </eClassifiers> </eSubpackages> <eSubpackages name="classes" nsURI="http://unicase.org/model/classes" nsPrefix="org.unicase.model.classes"> <eClassifiers xsi:type="ecore:EClass" name="PackageElement" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentPackage" eType="#/1/classes/Package" eOpposite="#/1/classes/Package/containedPackageElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingDependencies" upperBound="-1" eType="#/1/classes/Dependency" eOpposite="#/1/classes/Dependency/source" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingDependencies" upperBound="-1" eType="#/1/classes/Dependency" eOpposite="#/1/classes/Dependency/target" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#/1/classes/PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/superClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="22.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/subClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingAssociations" upperBound="-1" eType="#/1/classes/Association" eOpposite="#/1/classes/Association/source" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingAssociations" upperBound="-1" eType="#/1/classes/Association" eOpposite="#/1/classes/Association/target" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#/1/classes/Attribute" containment="true" eOpposite="#/1/classes/Attribute/definingClass" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="23.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#/1/classes/Method" containment="true" eOpposite="#/1/classes/Method/definingClass" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="24.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/identifiedClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="demoParticipations" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#/1/classes/PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="facadeClass" eType="#/1/classes/Class" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedPackageElements" upperBound="-1" eType="#/1/classes/PackageElement" containment="true" eOpposite="#/1/classes/PackageElement/parentPackage" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/outgoingAssociations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/incomingAssociations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#/1/classes/AssociationType" defaultValueLiteral=""> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssociationType"> <eLiterals name="UNDIRECTED_ASSOCIATION" literal="Undirected Association"/> <eLiterals name="DIRECTED_ASSOCIATION" value="1" literal="Directed Association"/> <eLiterals name="AGGREGATION" value="2" literal="Aggregation"/> <eLiterals name="COMPOSITION" value="3" literal="Composition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingClass" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/attributes" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" 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="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="15.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="16.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#/1/classes/VisibilityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#/1/classes/ScopeType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityType"> <eLiterals name="UNDEFINED" literal="Undefined"/> <eLiterals name="PACKAGE" value="1" literal="#"/> <eLiterals name="PRIVATE" value="2" literal="-"/> <eLiterals name="GLOBAL" value="3" literal="+"/> <eLiterals name="PROTECTED" value="4" literal="~"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeType"> <eLiterals name="INSTANCE" value="1" literal="Instance"/> <eLiterals name="CLASS" value="2" literal="Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#/1/classes/VisibilityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#/1/classes/ScopeType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="definingClass" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/methods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="15.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stubbed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calledMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/callingMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="callingMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/calledMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.2"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/classes/MethodArgument" containment="true" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="demoParticipations" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodArgument" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" unique="false" 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="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#/1/classes/ArgumentDirectionType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArgumentDirectionType"> <eLiterals name="UNDEFINED" literal="Undefined"/> <eLiterals name="IN" value="1" literal="in"/> <eLiterals name="OUT" value="2" literal="out"/> <eLiterals name="INOUT" value="3" literal="inout"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/classes/PackageElement" eOpposite="#/1/classes/PackageElement/outgoingDependencies" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/classes/PackageElement" eOpposite="#/1/classes/PackageElement/incomingDependencies" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="document" nsURI="http://unicase.org/model/document" nsPrefix="org.unicase.model.document"> <eClassifiers xsi:type="ecore:EClass" name="Section" abstract="true" interface="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#/1/document/CompositeSection" eOpposite="#/1/document/CompositeSection/subsections" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeafSection" eSuperTypes="#/1/document/Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/1/UnicaseModelElement" containment="true" eOpposite="#/1/UnicaseModelElement/leafSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/incomingDocumentReferences" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeSection" eSuperTypes="#/1/document/Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsections" upperBound="-1" eType="#/1/document/Section" containment="true" eOpposite="#/1/document/Section/parent" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="requirement" nsURI="http://unicase.org/model/requirement" nsPrefix="org.unicase.model.requirement"> <eClassifiers xsi:type="ecore:EClass" name="FunctionalRequirement" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storyPoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refiningRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" containment="true" eOpposite="#/1/requirement/FunctionalRequirement/refinedRequirement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedRequirement" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/refiningRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholder" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/functionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/functionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postcondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/useCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/participatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="includedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/instantiatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/initiatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActors" upperBound="-1" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/participatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="useCaseSteps" upperBound="-1" eType="#/1/requirement/Step" containment="true" eOpposite="#/1/requirement/Step/useCase" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedUserTask" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/realizingUseCases" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nonFunctionalRequirements" upperBound="-1" eType="#/1/requirement/NonFunctionalRequirement" eOpposite="#/1/requirement/NonFunctionalRequirement/restrictedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scenario" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/scenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/scenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/demoParticipations" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/demoParticipations" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActorInstance" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/initiatedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActorInstances" upperBound="-1" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/participatedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#/1/requirement/Step" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nonFunctionalRequirements" upperBound="-1" eType="#/1/requirement/NonFunctionalRequirement" eOpposite="#/1/requirement/NonFunctionalRequirement/restrictedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/initiatingActor" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/participatingActors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/instantiatedActor" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUserTasks" upperBound="-1" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/participatingActor" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedUserTask" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/initiatingActor" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorInstance" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/initiatingActorInstance" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingActorInstances" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/instances" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userStep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedUseCase" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCase" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/useCaseSteps" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedSystemFunction" eType="#/1/requirement/SystemFunction" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemFunction" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserTask" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/initiatedUserTask" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActor" upperBound="-1" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/participatedUserTasks" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizingUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/realizedUserTask" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonFunctionalRequirement" eSuperTypes="#/1/rationale/Criterion"> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/nonFunctionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.2"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/nonFunctionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="rationale" nsURI="http://unicase.org/model/rationale" nsPrefix="org.unicase.model.rationale"> <eClassifiers xsi:type="ecore:EClass" name="Issue" eSuperTypes="#/1/Annotation #/1/task/Checkable #/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activity" eType="#/1/task/ActivityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="proposals" upperBound="-1" eType="#/1/rationale/Proposal" containment="true" eOpposite="#/1/rationale/Proposal/issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="solution" eType="#/1/rationale/Solution" containment="true" eOpposite="#/1/rationale/Solution/issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="criteria" upperBound="-1" eType="#/1/rationale/Criterion" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="22.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proposal" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="issue" eType="#/1/rationale/Issue" eOpposite="#/1/rationale/Issue/proposals" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assessments" upperBound="-1" eType="#/1/rationale/Assessment" containment="true" eOpposite="#/1/rationale/Assessment/proposal" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Solution" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingProposals" upperBound="-1" eType="#/1/rationale/Proposal" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="issue" eType="#/1/rationale/Issue" eOpposite="#/1/rationale/Issue/solution" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Criterion" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assessments" upperBound="-1" eType="#/1/rationale/Assessment" eOpposite="#/1/rationale/Assessment/criterion" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assessment" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="proposal" eType="#/1/rationale/Proposal" eOpposite="#/1/rationale/Proposal/assessments" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="criterion" eType="#/1/rationale/Criterion" eOpposite="#/1/rationale/Criterion/assessments" eKeys="#/0/IdentifiableElement/identifier"/> <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="Comment" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sender" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recipients" upperBound="-1" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentedElement" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/comments" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="change" nsURI="http://unicase.org/model/change" nsPrefix="org.unicase.model.rationale"> <eClassifiers xsi:type="ecore:EClass" name="ModelChangePackage" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingIssue" eSuperTypes="#/1/rationale/Issue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolvingRevision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingProposal" eSuperTypes="#/1/rationale/Proposal"> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictingProposals" upperBound="-1" eType="#/1/change/MergingProposal" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pendingChanges" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingSolution" eSuperTypes="#/1/rationale/Solution"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedChanges" upperBound="-1" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="bug" nsURI="http://unicase.org/model/bug" nsPrefix="org.unicase.model.bug"> <eClassifiers xsi:type="ecore:EClass" name="BugReport" eSuperTypes="#/1/task/WorkItem #/1/task/Checkable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="16.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#/1/bug/Severity"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionType" eType="#/1/bug/ResolutionType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="17.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="done" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Severity"> <eLiterals name="FEATURE" literal="FEATURE"/> <eLiterals name="TRIVIAL" value="1" literal="TRIVIAL"/> <eLiterals name="MINOR" value="2" literal="MINOR"/> <eLiterals name="MAJOR" value="3" literal="MAJOR"/> <eLiterals name="BLOCKER" value="4" literal="BLOCKER"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResolutionType"> <eLiterals name="FIXED" literal="FIXED"/> <eLiterals name="CANNOT_REPRODUCE" value="1" literal="CANNOT_REPRODUCE"/> <eLiterals name="WONT_FIX" value="2" literal="WONT_FIX"/> </eClassifiers> </eSubpackages> <eSubpackages name="component" nsURI="http://unicase.org/model/component" nsPrefix="org.unicase.model.component"> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#/1/classes/Package" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystems" upperBound="-1" eType="#/1/classes/Package" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServices" upperBound="-1" eType="#/1/component/ComponentService" containment="true" eOpposite="#/1/component/ComponentService/offeringComponent" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consumedServices" upperBound="-1" eType="#/1/component/ComponentService" eOpposite="#/1/component/ComponentService/consumingComponents" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentService" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeringComponent" eType="#/1/component/Component" eOpposite="#/1/component/Component/offeredServices" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="consumingComponents" upperBound="-1" eType="#/1/component/Component" eOpposite="#/1/component/Component/consumedServices" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeploymentNode" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#/1/component/Component" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="meeting" nsURI="http://unicase.org/model/meeting" nsPrefix="org.unicase.model.meeting"> <eClassifiers xsi:type="ecore:EClass" name="Meeting" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="starttime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endtime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facilitator" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="minutetaker" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timekeeper" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#/1/meeting/MeetingSection" containment="true" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedIssuesSection" eType="#/1/meeting/IssueMeetingSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedWorkItemsSection" eType="#/1/meeting/WorkItemMeetingSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeetingSection" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allocatedTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsections" upperBound="-1" eType="#/1/meeting/MeetingSection" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IssueMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedIssues" upperBound="-1" eType="#/1/rationale/Issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkItemMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedWorkItems" upperBound="-1" eType="#/1/task/WorkItem" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="state" nsURI="http://unicase.org/model/state" nsPrefix="org.unicase.model.state"> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/state/StateNode" eOpposite="#/1/state/StateNode/outgoingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/state/StateNode" eOpposite="#/1/state/StateNode/incomingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateNode" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#/1/state/Transition" eOpposite="#/1/state/Transition/source" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#/1/state/Transition" eOpposite="#/1/state/Transition/target" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#/1/state/StateNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitConditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activities" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryConditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateInitial" eSuperTypes="#/1/state/StateNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateEnd" eSuperTypes="#/1/state/StateNode"/> </eSubpackages> <eSubpackages name="attachment" nsURI="http://unicase.org/model/attachment" nsPrefix="org.unicase.model.attachment"> <eClassifiers xsi:type="ecore:EClass" name="UrlAttachment" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileAttachment" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileHash" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredOffline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </eSubpackages> <eSubpackages name="profile" nsURI="http://unicase.org/model/profile" nsPrefix="org.unicase.model.profile"> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="affectedContainers" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" upperBound="-1" eType="#/1/profile/Stereotype" containment="true" eOpposite="#/1/profile/Stereotype/profile" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="profile" eType="#/1/profile/Profile" eOpposite="#/1/profile/Profile/stereotypes" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeInstances" upperBound="-1" eType="#/1/profile/StereotypeInstance" eOpposite="#/1/profile/StereotypeInstance/stereotype" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributes" upperBound="-1" eType="#/1/profile/StereotypeAttribute" containment="true" eOpposite="#/1/profile/StereotypeAttribute/stereotype" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeInstance" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="#/1/profile/Stereotype" eOpposite="#/1/profile/Stereotype/stereotypeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/appliedStereotypeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributeInstances" upperBound="-1" eType="#/1/profile/StereotypeAttributeInstance" containment="true" eOpposite="#/1/profile/StereotypeAttributeInstance/stereotypeInstance" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttribute" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="#/1/profile/Stereotype" eOpposite="#/1/profile/Stereotype/stereotypeAttributes" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributeInstances" upperBound="-1" eType="#/1/profile/StereotypeAttributeInstance" eOpposite="#/1/profile/StereotypeAttributeInstance/stereotypeAttribute" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttributeSimple" eSuperTypes="#/1/profile/StereotypeAttribute"> <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="StereotypeAttributeInstance" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeInstance" eType="#/1/profile/StereotypeInstance" eOpposite="#/1/profile/StereotypeInstance/stereotypeAttributeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttribute" eType="#/1/profile/StereotypeAttribute" eOpposite="#/1/profile/StereotypeAttribute/stereotypeAttributeInstances" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttributeInstanceString" eSuperTypes="#/1/profile/StereotypeAttributeInstance"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="util" nsURI="http://unicase.org/model/util" nsPrefix="org.unicase.model.util"> <eClassifiers xsi:type="ecore:EClass" name="ModelElementPath"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="activity" nsURI="http://unicase.org/model/activity" nsPrefix="org.unicase.model.activity"> <eClassifiers xsi:type="ecore:EClass" name="ActivityObject" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#/1/activity/Transition" eOpposite="#/1/activity/Transition/source" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#/1/activity/Transition" eOpposite="#/1/activity/Transition/target" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/activity/ActivityObject" eOpposite="#/1/activity/ActivityObject/outgoingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/activity/ActivityObject" eOpposite="#/1/activity/ActivityObject/incomingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="Fork" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityInitial" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEnd" eSuperTypes="#/1/activity/ActivityObject"/> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="esmodel" nsURI="http://unicase.org/emfstore/esmodel" nsPrefix="org.unicase.emfstore.esmodel"> <eClassifiers xsi:type="ecore:EClass" name="ProjectHistory"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1" upperBound="-1" eType="#/2/versioning/Version" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectInfo"> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" lowerBound="1" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SessionId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ServerSpace"> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#/2/accesscontrol/ACGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#/2/ProjectHistory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openSessions" upperBound="-1" eType="#/2/SessionId" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#/2/accesscontrol/ACUser" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="VersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emfStoreVersionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientVersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileIdentifier" eSuperTypes="#/0/IdentifiableElement"/> <eSubpackages name="versioning" nsURI="http://unicase.org/esmodel/versioning" nsPrefix="org.unicase.emfstore.esmodel.versioning"> <eClassifiers xsi:type="ecore:EClass" name="TagVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <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="DateVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionSpec" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LogMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangePackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#/2/versioning/events/Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#/2/versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#/2/notification/ESNotification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#/2/versioning/VersionProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="primerySpec" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" lowerBound="1" eType="#/2/versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#/2/versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#/2/versioning/VersionProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changePackage" eType="#/2/versioning/ChangePackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeChangePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectState" eType="#/0/Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#/2/versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#/2/versioning/Version" eOpposite="#/2/versioning/Version/previousVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#/2/versioning/Version" eOpposite="#/2/versioning/Version/nextVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changes" eType="#/2/versioning/ChangePackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#/2/versioning/LogMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeadVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"/> <eClassifiers xsi:type="ecore:EClass" name="VersionProperty"> <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> <eSubpackages name="operations" nsURI="http://unicase.org/esmodel/versioning/operations" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations"> <eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accepted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeOperation" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainOperation" eType="#/2/versioning/operations/AbstractOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reversed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" abstract="true" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateDeleteOperation" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#/2/versioning/operations/ReferenceOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eObjectToIdMap" upperBound="-1" eType="#/2/versioning/operations/EObjectToModelElementIdMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValues" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeSetOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeMoveOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValue" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleReferenceOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceSetOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceMoveOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElementId" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceOperation" abstract="true" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oppositeFeatureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentType" eType="#/2/versioning/operations/ContainmentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLayoutOperation" eSuperTypes="#/2/versioning/operations/AttributeOperation"/> <eClassifiers xsi:type="ecore:EClass" name="OperationId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OperationGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/0/ModelElementId"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContainmentType"> <eLiterals name="NONE"/> <eLiterals name="CONTAINER" value="1"/> <eLiterals name="CONTAINMENT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObjectToModelElementIdMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eSubpackages name="semantic" nsURI="http://unicase.org/esmodel/versioning/operations/semantic" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations.semantic"> <eClassifiers xsi:type="ecore:EClass" name="SemanticCompositeOperation" abstract="true" eSuperTypes="#/2/versioning/operations/CompositeOperation"/> </eSubpackages> </eSubpackages> <eSubpackages name="events" nsURI="http://unicase.org/esmodel/versioning/events" nsPrefix="org.unicase.emfstore.esmodel.versioning.events"> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfConflicts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localChanges" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckoutEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginStartEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RevertEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revertedChangesCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowHistoryEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerspectiveEvent" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="DNDEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dragSourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropTargetElement" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigatorCreateEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="createdElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceSection" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginFocusEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationSwitchEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newPresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UndoEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ShowChangesEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationReadEvent" eSuperTypes="#/2/versioning/events/ReadEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationGenerationEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#/2/notification/ESNotification" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationIgnoreEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceModelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceURL" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeChoiceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="myAcceptedChanges" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theirRejectedChanges" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextModelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#/2/versioning/events/MergeChoiceSelection"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdIssueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeChoiceSelection"> <eLiterals name="Mine"/> <eLiterals name="Their" value="1"/> <eLiterals name="Issue" value="2" literal="Issue"/> <eLiterals name="MergedText" value="3" literal="MergedText"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeGlobalChoiceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#/2/versioning/events/MergeGlobalChoiceSelection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeGlobalChoiceSelection"> <eLiterals name="AllMine" literal="AllMine"/> <eLiterals name="AllTheir" value="1" literal="AllTheir"/> <eLiterals name="Cancel" value="2"/> <eLiterals name="OKNotFinished" value="3" literal="OKNotFinished"/> <eLiterals name="OKFinished" value="4" literal="OKFinished"/> </eClassifiers> <eSubpackages name="server" nsURI="http://unicase.org/esmodel/versioning/events/server/" nsPrefix="org.unicase.esmodel.versioning.events.server"> <eClassifiers xsi:type="ecore:EClass" name="ServerEvent" abstract="true" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ServerProjectEvent" abstract="true" eSuperTypes="#/2/versioning/events/server/ServerEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUpdatedEvent" eSuperTypes="#/2/versioning/events/server/ServerProjectEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="newVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> <eSubpackages name="accesscontrol" nsURI="http://unicase.org/esmodel/accesscontrol" nsPrefix="org.unicase.accesscontrol"> <eClassifiers xsi:type="ecore:EClass" name="ACUser" eSuperTypes="#/2/accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnit" eSuperTypes="#/0/IdentifiableElement"> <eOperations name="getId" eType="#/2/accesscontrol/ACOrgUnitId"/> <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="roles" upperBound="-1" eType="#/2/accesscontrol/roles/Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#/2/accesscontrol/OrgUnitProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACGroup" eSuperTypes="#/2/accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#/2/accesscontrol/ACOrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnitId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OrgUnitProperty"> <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="project" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eSubpackages name="roles" nsURI="http://unicase.org/esmodel/accesscontrol/roles" nsPrefix="org.unicase.accesscontrol.roles"> <eClassifiers xsi:type="ecore:EClass" name="Role" abstract="true"> <eOperations name="canAdministrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> </eOperations> <eOperations name="canCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canModify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReaderRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="WriterRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ProjectAdminRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ServerAdmin" eSuperTypes="#/2/accesscontrol/roles/Role"/> </eSubpackages> </eSubpackages> <eSubpackages name="notification" nsURI="http://unicase.org/esmodel/notification" nsPrefix="org.unicase.notification"> <eClassifiers xsi:type="ecore:EClass" name="ESNotification" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="details" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recipient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedModelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedOperations" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="url" nsURI="http://unicase.org/emfstore/esmodel/url" nsPrefix="org.unicase.emfstore.esmodel.url"> <eClassifiers xsi:type="ecore:EClass" name="ServerUrl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrl"> <eStructuralFeatures xsi:type="ecore:EReference" name="serverUrl" eType="#/2/url/ServerUrl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectUrlFragment" eType="#/2/url/ProjectUrlFragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementUrlFragment" eType="#/2/url/ModelElementUrlFragment" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"org.unicase.metamodel","nsURI":"http://unicase.org/metamodel","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueIdentifier","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementId","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelVersion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDomainElement","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassElement","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cutElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":true,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Default Value Literal\t","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Default Value Literal\t","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"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":"creator","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":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"releaseNumber","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"nsPrefix":"org.unicase.model","nsURI":"http://unicase.org/model","name":"model","id":25,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnicaseModelElement","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attachment","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDomainElement","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.model.organization","nsURI":"http://unicase.org/model/organization","name":"organization","id":31,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.task","nsURI":"http://unicase.org/model/task","name":"task","id":32,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.diagram","nsURI":"http://unicase.org/model/diagram","name":"diagram","id":33,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.classes","nsURI":"http://unicase.org/model/classes","name":"classes","id":34,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.document","nsURI":"http://unicase.org/model/document","name":"document","id":35,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.requirement","nsURI":"http://unicase.org/model/requirement","name":"requirement","id":36,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.rationale","nsURI":"http://unicase.org/model/rationale","name":"rationale","id":37,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.rationale","nsURI":"http://unicase.org/model/change","name":"change","id":38,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.bug","nsURI":"http://unicase.org/model/bug","name":"bug","id":39,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.component","nsURI":"http://unicase.org/model/component","name":"component","id":40,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.meeting","nsURI":"http://unicase.org/model/meeting","name":"meeting","id":41,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.state","nsURI":"http://unicase.org/model/state","name":"state","id":42,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.attachment","nsURI":"http://unicase.org/model/attachment","name":"attachment","id":43,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.profile","nsURI":"http://unicase.org/model/profile","name":"profile","id":44,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.util","nsURI":"http://unicase.org/model/util","name":"util","id":45,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.activity","nsURI":"http://unicase.org/model/activity","name":"activity","id":46,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"state","changeable":false,"lowerBound":0,"iD":false,"id":49,"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":"annotations","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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"leafSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingDocumentReferences","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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appliedStereotypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"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":"referringModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeafSection","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"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":"commentedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeInstance","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnit","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":82,"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":"acOrgId","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupMemberships","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":false,"unsettable":false,"transient":false,"unique":true,"name":"participations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"orgUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkItem","instanceClass":null,"abstract":true,"id":91,"interface":true,"eClass":"EClass"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","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":"firstName","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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workItemsToReview","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkPackage","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"id":110,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checkable","instanceClass":null,"abstract":true,"id":111,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionItem","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"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":"containingWorkpackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessors","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":"dueDate","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimate","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effort","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedChangePackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedWorkItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelChangePackage","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"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":"startDate","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":"endDate","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"name":"NONE","id":146,"value":0,"literal":"<please select>","eClass":"EEnumLiteral"},{"name":"ANALYSIS","id":147,"value":1,"literal":"Analysis","eClass":"EEnumLiteral"},{"name":"SYSTEM_DESIGN","id":148,"value":2,"literal":"System Design","eClass":"EEnumLiteral"},{"name":"OBJECT_DESIGN","id":149,"value":3,"literal":"Object Design","eClass":"EEnumLiteral"},{"name":"IMPLEMENTATION","id":150,"value":4,"literal":"Implementation","eClass":"EEnumLiteral"},{"name":"TESTING","id":151,"value":5,"literal":"Testing","eClass":"EEnumLiteral"},{"name":"MANAGEMENT","id":152,"value":6,"literal":"Management","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"checked","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":true},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"done","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEDiagram","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DiagramType","instanceClass":null,"id":163,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"gmfdiagram","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":true,"unique":true,"name":"newElements","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":"diagramLayout","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":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"},{"name":"CLASS_DIAGRAM","id":175,"value":0,"literal":"CLASS_DIAGRAM","eClass":"EEnumLiteral"},{"name":"USECASE_DIAGRAM","id":176,"value":1,"literal":"USECASE_DIAGRAM","eClass":"EEnumLiteral"},{"name":"COMPONENT_DIAGRAM","id":177,"value":2,"literal":"COMPONENT_DIAGRAM","eClass":"EEnumLiteral"},{"name":"STATE_DIAGRAM","id":178,"value":3,"literal":"STATE_DIAGRAM","eClass":"EEnumLiteral"},{"name":"ACTIVITY_DIAGRAM","id":179,"value":4,"literal":"ACTIVITY_DIAGRAM","eClass":"EEnumLiteral"},{"name":"WORKITEM_DIAGRAM","id":180,"value":5,"literal":"WORKITEM_DIAGRAM","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageElement","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationType","instanceClass":null,"id":185,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityType","instanceClass":null,"id":187,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeType","instanceClass":null,"id":188,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodArgument","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArgumentDirectionType","instanceClass":null,"id":191,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"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":"parentPackage","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":"outgoingDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"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":"containedPackageElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingAssociations","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demoParticipations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scenario","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingClasses","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":"facadeClass","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":"1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"sourceMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":232,"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":"targetMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":233,"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":"sourceRole","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"targetRole","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":"","unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"name":"UNDIRECTED_ASSOCIATION","id":245,"value":0,"literal":"Undirected Association","eClass":"EEnumLiteral"},{"name":"DIRECTED_ASSOCIATION","id":246,"value":1,"literal":"Directed Association","eClass":"EEnumLiteral"},{"name":"AGGREGATION","id":247,"value":2,"literal":"Aggregation","eClass":"EEnumLiteral"},{"name":"COMPOSITION","id":248,"value":3,"literal":"Composition","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":249,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"UNDEFINED","id":265,"value":0,"literal":"Undefined","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":266,"value":1,"literal":"#","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":267,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"GLOBAL","id":268,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":269,"value":4,"literal":"~","eClass":"EEnumLiteral"},{"name":"INSTANCE","id":270,"value":1,"literal":"Instance","eClass":"EEnumLiteral"},{"name":"CLASS","id":271,"value":2,"literal":"Class","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":275,"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":"properties","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stubbed","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":"calledMethods","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":"callingMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demoParticipations","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"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":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":297,"derived":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":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":299,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"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":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"name":"UNDEFINED","id":308,"value":0,"literal":"Undefined","eClass":"EEnumLiteral"},{"name":"IN","id":309,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"OUT","id":310,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"INOUT","id":311,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":true,"id":315,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeSection","instanceClass":null,"abstract":false,"id":316,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalRequirement","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorInstance","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemFunction","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTask","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonFunctionalRequirement","instanceClass":null,"abstract":false,"id":332,"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":"storyPoints","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refiningRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"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":"refinedRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"reviewed","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stakeholder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cost","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":"useCases","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":"scenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedUseCases","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":false,"unsettable":false,"transient":false,"unique":true,"name":"scenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"useCaseSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedUserTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nonFunctionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"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":"useCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizingUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActorInstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActorInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nonFunctionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUserTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedUserTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActor","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userStep","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedUseCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedSystemFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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":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":"output","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":"exception","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Criterion","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Issue","instanceClass":null,"abstract":false,"id":445,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposal","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solution","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assessment","instanceClass":null,"abstract":false,"id":448,"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":"activity","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"criteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assessments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"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":"proposal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingProposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assessments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"criterion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recipients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingIssue","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingProposal","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingSolution","instanceClass":null,"abstract":false,"id":492,"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":"sourceVersion","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":"resolvingRevision","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflictingProposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pendingChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugReport","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Severity","instanceClass":null,"id":510,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolutionType","instanceClass":null,"id":511,"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":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"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":513,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionType","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"done","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"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"name":"FEATURE","id":522,"value":0,"literal":"FEATURE","eClass":"EEnumLiteral"},{"name":"TRIVIAL","id":523,"value":1,"literal":"TRIVIAL","eClass":"EEnumLiteral"},{"name":"MINOR","id":524,"value":2,"literal":"MINOR","eClass":"EEnumLiteral"},{"name":"MAJOR","id":525,"value":3,"literal":"MAJOR","eClass":"EEnumLiteral"},{"name":"BLOCKER","id":526,"value":4,"literal":"BLOCKER","eClass":"EEnumLiteral"},{"name":"FIXED","id":527,"value":0,"literal":"FIXED","eClass":"EEnumLiteral"},{"name":"CANNOT_REPRODUCE","id":528,"value":1,"literal":"CANNOT_REPRODUCE","eClass":"EEnumLiteral"},{"name":"WONT_FIX","id":529,"value":2,"literal":"WONT_FIX","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":530,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentService","instanceClass":null,"abstract":false,"id":531,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentNode","instanceClass":null,"abstract":false,"id":532,"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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumedServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"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":"offeringComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumingComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meeting","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeetingSection","instanceClass":null,"abstract":true,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMeetingSection","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IssueMeetingSection","instanceClass":null,"abstract":false,"id":553,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkItemMeetingSection","instanceClass":null,"abstract":false,"id":554,"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":"location","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":"starttime","changeable":true,"lowerBound":0,"iD":false,"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":"endtime","changeable":true,"lowerBound":0,"iD":false,"id":557,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facilitator","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":false,"unsettable":false,"transient":false,"unique":true,"name":"minutetaker","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":false,"unsettable":false,"transient":false,"unique":true,"name":"timekeeper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedIssuesSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedWorkItemsSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"allocatedTime","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedIssues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedWorkItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateNode","instanceClass":null,"abstract":true,"id":589,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInitial","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateEnd","instanceClass":null,"abstract":false,"id":592,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":593,"derived":false},{"container":false,"ordered":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":594,"derived":false},{"container":false,"ordered":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":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exitConditions","changeable":true,"lowerBound":0,"iD":false,"id":605,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"lowerBound":0,"iD":false,"id":606,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entryConditions","changeable":true,"lowerBound":0,"iD":false,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlAttachment","instanceClass":null,"abstract":false,"id":614,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileAttachment","instanceClass":null,"abstract":false,"id":615,"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":"url","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":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":619,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileHash","changeable":true,"lowerBound":0,"iD":false,"id":620,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileID","changeable":true,"lowerBound":0,"iD":false,"id":621,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileSize","changeable":true,"lowerBound":0,"iD":false,"id":622,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredOffline","changeable":true,"lowerBound":0,"iD":false,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":630,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":631,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttribute","instanceClass":null,"abstract":true,"id":632,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeSimple","instanceClass":null,"abstract":false,"id":633,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeInstance","instanceClass":null,"abstract":true,"id":634,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeInstanceString","instanceClass":null,"abstract":false,"id":635,"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":"affectedContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"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":"profile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":642,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeInstances","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":"stereotypeAttributes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"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":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":651,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"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":"stereotypeInstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementPath","instanceClass":null,"abstract":false,"id":672,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":674,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityObject","instanceClass":null,"abstract":true,"id":679,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":680,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":681,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":682,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":683,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityInitial","instanceClass":null,"abstract":false,"id":684,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEnd","instanceClass":null,"abstract":false,"id":685,"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":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":686,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"nsPrefix":"org.unicase.emfstore.esmodel","nsURI":"http://unicase.org/emfstore/esmodel","name":"esmodel","id":703,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectHistory","instanceClass":null,"abstract":false,"id":704,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectInfo","instanceClass":null,"abstract":false,"id":705,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionId","instanceClass":null,"abstract":false,"id":706,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerSpace","instanceClass":null,"abstract":false,"id":707,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectId","instanceClass":null,"abstract":false,"id":708,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionInfo","instanceClass":null,"abstract":false,"id":709,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientVersionInfo","instanceClass":null,"abstract":false,"id":710,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileIdentifier","instanceClass":null,"abstract":false,"id":711,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning","nsURI":"http://unicase.org/esmodel/versioning","name":"versioning","id":712,"eClass":"EPackage"},{"nsPrefix":"org.unicase.accesscontrol","nsURI":"http://unicase.org/esmodel/accesscontrol","name":"accesscontrol","id":713,"eClass":"EPackage"},{"nsPrefix":"org.unicase.notification","nsURI":"http://unicase.org/esmodel/notification","name":"notification","id":714,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.url","nsURI":"http://unicase.org/emfstore/esmodel/url","name":"url","id":715,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":716,"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":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":717,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":718,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectDescription","changeable":true,"lowerBound":1,"iD":false,"id":719,"derived":false},{"id":720,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":721,"interface":false,"eClass":"EClass"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"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":725,"derived":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":726,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":727,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":728,"derived":false},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVersionSpec","instanceClass":null,"abstract":false,"id":732,"interface":false,"eClass":"EClass"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"container":false,"ordered":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":735,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":736,"derived":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":"openSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":737,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":738,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACGroup","instanceClass":null,"abstract":false,"id":739,"interface":false,"eClass":"EClass"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACUser","instanceClass":null,"abstract":false,"id":743,"interface":false,"eClass":"EClass"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emfStoreVersionString","changeable":true,"lowerBound":0,"iD":false,"id":746,"derived":false},{"id":747,"eClass":"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":748,"derived":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":749,"derived":false},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagVersionSpec","instanceClass":null,"abstract":false,"id":753,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateVersionSpec","instanceClass":null,"abstract":false,"id":754,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionSpec","instanceClass":null,"abstract":true,"id":755,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogMessage","instanceClass":null,"abstract":false,"id":756,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackage","instanceClass":null,"abstract":false,"id":757,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryInfo","instanceClass":null,"abstract":false,"id":758,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQuery","instanceClass":null,"abstract":false,"id":759,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadVersionSpec","instanceClass":null,"abstract":false,"id":760,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionProperty","instanceClass":null,"abstract":false,"id":761,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations","nsURI":"http://unicase.org/esmodel/versioning/operations","name":"operations","id":762,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.events","nsURI":"http://unicase.org/esmodel/versioning/events","name":"events","id":763,"eClass":"EPackage"},{"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":764,"derived":false},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"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":767,"derived":false},{"id":768,"eClass":"EGenericType"},{"id":769,"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":770,"derived":false},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":773,"derived":false},{"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":774,"derived":false},{"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":775,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":776,"derived":false},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"container":false,"ordered":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":781,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":782,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":783,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":784,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":786,"interface":false,"eClass":"EClass"},{"id":787,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":788,"interface":false,"eClass":"EClass"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESNotification","instanceClass":null,"abstract":false,"id":791,"interface":false,"eClass":"EClass"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primerySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":794,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":795,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":796,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":798,"derived":false},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":804,"derived":false},{"container":false,"ordered":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":805,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":806,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeChangePackage","changeable":true,"lowerBound":0,"iD":false,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":812,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":813,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":816,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":817,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":818,"derived":false},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":827,"derived":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":828,"derived":false},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeOperation","instanceClass":null,"abstract":false,"id":831,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":true,"id":832,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDeleteOperation","instanceClass":null,"abstract":false,"id":833,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":834,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeOperation","instanceClass":null,"abstract":false,"id":835,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeSetOperation","instanceClass":null,"abstract":false,"id":836,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeMoveOperation","instanceClass":null,"abstract":false,"id":837,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleReferenceOperation","instanceClass":null,"abstract":false,"id":838,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceSetOperation","instanceClass":null,"abstract":false,"id":839,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceOperation","instanceClass":null,"abstract":false,"id":840,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceMoveOperation","instanceClass":null,"abstract":false,"id":841,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOperation","instanceClass":null,"abstract":true,"id":842,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLayoutOperation","instanceClass":null,"abstract":false,"id":843,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationId","instanceClass":null,"abstract":false,"id":844,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":845,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementGroup","instanceClass":null,"abstract":false,"id":846,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainmentType","instanceClass":null,"id":847,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToModelElementIdMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":848,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations.semantic","nsURI":"http://unicase.org/esmodel/versioning/operations/semantic","name":"semantic","id":849,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":850,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":851,"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":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":852,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"accepted","changeable":true,"lowerBound":0,"iD":false,"id":853,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":854,"derived":false},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":861,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":862,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeName","changeable":true,"lowerBound":0,"iD":false,"id":863,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeDescription","changeable":true,"lowerBound":0,"iD":false,"id":864,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reversed","changeable":true,"lowerBound":0,"iD":false,"id":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":872,"derived":false},{"id":873,"eClass":"EGenericType"},{"id":874,"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":"delete","changeable":true,"lowerBound":0,"iD":false,"id":875,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":876,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":877,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eObjectToIdMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":878,"derived":false},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":884,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"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":"add","changeable":true,"lowerBound":0,"iD":false,"id":889,"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":"indexes","changeable":true,"lowerBound":0,"iD":false,"id":890,"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":"referencedValues","changeable":true,"lowerBound":0,"iD":false,"id":891,"derived":false},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"id":894,"eClass":"EGenericType"},{"id":895,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":896,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":897,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":898,"derived":false},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":903,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":904,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValue","changeable":true,"lowerBound":0,"iD":false,"id":905,"derived":false},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"id":908,"eClass":"EGenericType"},{"id":909,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":910,"derived":false},{"container":false,"ordered":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":911,"derived":false},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":915,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":916,"derived":false},{"container":false,"ordered":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":917,"derived":false},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"id":921,"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":"add","changeable":true,"lowerBound":0,"iD":false,"id":922,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":923,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":924,"derived":false},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"},{"id":927,"eClass":"EGenericType"},{"id":928,"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":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":929,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":930,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":931,"derived":false},{"id":932,"eClass":"EGenericType"},{"id":933,"eClass":"EGenericType"},{"id":934,"eClass":"EGenericType"},{"id":935,"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":"bidirectional","changeable":true,"lowerBound":0,"iD":false,"id":936,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oppositeFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":937,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentType","changeable":true,"lowerBound":0,"iD":false,"id":938,"derived":false},{"id":939,"eClass":"EGenericType"},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":945,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":946,"derived":false},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":949,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":950,"derived":false},{"id":951,"eClass":"EGenericType"},{"id":952,"eClass":"EGenericType"},{"name":"NONE","id":953,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CONTAINER","id":954,"value":1,"literal":"CONTAINER","eClass":"EEnumLiteral"},{"name":"CONTAINMENT","id":955,"value":2,"literal":"CONTAINMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":956,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":957,"derived":false},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticCompositeOperation","instanceClass":null,"abstract":true,"id":960,"interface":false,"eClass":"EClass"},{"id":961,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEvent","instanceClass":null,"abstract":false,"id":962,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeEvent","instanceClass":null,"abstract":false,"id":963,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckoutEvent","instanceClass":null,"abstract":false,"id":964,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionEvent","instanceClass":null,"abstract":false,"id":965,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginStartEvent","instanceClass":null,"abstract":false,"id":966,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateEvent","instanceClass":null,"abstract":false,"id":967,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEvent","instanceClass":null,"abstract":false,"id":968,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevertEvent","instanceClass":null,"abstract":false,"id":969,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowHistoryEvent","instanceClass":null,"abstract":false,"id":970,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerspectiveEvent","instanceClass":null,"abstract":false,"id":971,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNDEvent","instanceClass":null,"abstract":false,"id":972,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEvent","instanceClass":null,"abstract":false,"id":973,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEvent","instanceClass":null,"abstract":false,"id":974,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatorCreateEvent","instanceClass":null,"abstract":false,"id":975,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginFocusEvent","instanceClass":null,"abstract":false,"id":976,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSwitchEvent","instanceClass":null,"abstract":false,"id":977,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndoEvent","instanceClass":null,"abstract":false,"id":978,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":979,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowChangesEvent","instanceClass":null,"abstract":false,"id":980,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationReadEvent","instanceClass":null,"abstract":false,"id":981,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationGenerationEvent","instanceClass":null,"abstract":false,"id":982,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationIgnoreEvent","instanceClass":null,"abstract":false,"id":983,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLEvent","instanceClass":null,"abstract":false,"id":984,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeChoiceEvent","instanceClass":null,"abstract":false,"id":985,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeChoiceSelection","instanceClass":null,"id":986,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeGlobalChoiceEvent","instanceClass":null,"abstract":false,"id":987,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeGlobalChoiceSelection","instanceClass":null,"id":988,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.unicase.esmodel.versioning.events.server","nsURI":"http://unicase.org/esmodel/versioning/events/server/","name":"server","id":989,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":990,"derived":false},{"id":991,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":992,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":993,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":994,"derived":false},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfConflicts","changeable":true,"lowerBound":0,"iD":false,"id":999,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":1000,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1001,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1002,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1003,"derived":false},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"id":1009,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1010,"derived":false},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionTitle","changeable":true,"lowerBound":0,"iD":false,"id":1013,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":1014,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseTitle","changeable":true,"lowerBound":0,"iD":false,"id":1015,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":1016,"derived":false},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"id":1021,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":1022,"derived":false},{"id":1023,"eClass":"EGenericType"},{"id":1024,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1025,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1026,"derived":false},{"id":1027,"eClass":"EGenericType"},{"id":1028,"eClass":"EGenericType"},{"id":1029,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1030,"derived":false},{"container":false,"ordered":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":1031,"derived":false},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"id":1034,"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":"revertedChangesCount","changeable":true,"lowerBound":0,"iD":false,"id":1035,"derived":false},{"id":1036,"eClass":"EGenericType"},{"id":1037,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1038,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1039,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1040,"derived":false},{"id":1041,"eClass":"EGenericType"},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"id":1044,"eClass":"EGenericType"},{"id":1045,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1046,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetView","changeable":true,"lowerBound":0,"iD":false,"id":1047,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dragSourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1048,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropTargetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1049,"derived":false},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"id":1052,"eClass":"EGenericType"},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1055,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1056,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1057,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdNew","changeable":true,"lowerBound":0,"iD":false,"id":1058,"derived":false},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1064,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1065,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":1066,"derived":false},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createdElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1071,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1072,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":1073,"derived":false},{"id":1074,"eClass":"EGenericType"},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":1078,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":1079,"derived":false},{"id":1080,"eClass":"EGenericType"},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":1083,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newPresentation","changeable":true,"lowerBound":0,"iD":false,"id":1084,"derived":false},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1088,"derived":false},{"id":1089,"eClass":"EGenericType"},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1092,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1093,"derived":false},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":1097,"derived":false},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1100,"derived":false},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":1103,"derived":false},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceURL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1108,"derived":false},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"id":1112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"myAcceptedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theirRejectedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1115,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextFeature","changeable":true,"lowerBound":0,"iD":false,"id":1117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdIssueName","changeable":true,"lowerBound":0,"iD":false,"id":1118,"derived":false},{"id":1119,"eClass":"EGenericType"},{"id":1120,"eClass":"EGenericType"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"id":1125,"eClass":"EGenericType"},{"name":"Mine","id":1126,"value":0,"literal":"Mine","eClass":"EEnumLiteral"},{"name":"Their","id":1127,"value":1,"literal":"Their","eClass":"EEnumLiteral"},{"name":"Issue","id":1128,"value":2,"literal":"Issue","eClass":"EEnumLiteral"},{"name":"MergedText","id":1129,"value":3,"literal":"MergedText","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1130,"derived":false},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"name":"AllMine","id":1133,"value":0,"literal":"AllMine","eClass":"EEnumLiteral"},{"name":"AllTheir","id":1134,"value":1,"literal":"AllTheir","eClass":"EEnumLiteral"},{"name":"Cancel","id":1135,"value":2,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"OKNotFinished","id":1136,"value":3,"literal":"OKNotFinished","eClass":"EEnumLiteral"},{"name":"OKFinished","id":1137,"value":4,"literal":"OKFinished","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerEvent","instanceClass":null,"abstract":true,"id":1138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerProjectEvent","instanceClass":null,"abstract":true,"id":1139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUpdatedEvent","instanceClass":null,"abstract":false,"id":1140,"interface":false,"eClass":"EClass"},{"id":1141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1142,"derived":false},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1145,"derived":false},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnit","instanceClass":null,"abstract":false,"id":1148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnitId","instanceClass":null,"abstract":false,"id":1149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnitProperty","instanceClass":null,"abstract":false,"id":1150,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.accesscontrol.roles","nsURI":"http://unicase.org/esmodel/accesscontrol/roles","name":"roles","id":1151,"eClass":"EPackage"},{"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":1152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":1153,"derived":false},{"id":1154,"eClass":"EGenericType"},{"id":1155,"eClass":"EGenericType"},{"id":1156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":1157,"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":1158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":1160,"derived":false},{"container":false,"ordered":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":1161,"derived":false},{"id":1162,"eClass":"EGenericType"},{"id":1163,"eClass":"EGenericType"},{"id":1164,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":1165,"interface":false,"eClass":"EClass"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"id":1168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1169,"derived":false},{"id":1170,"eClass":"EGenericType"},{"id":1171,"eClass":"EGenericType"},{"id":1172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":1174,"derived":false},{"container":false,"ordered":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":1175,"derived":false},{"id":1176,"eClass":"EGenericType"},{"id":1177,"eClass":"EGenericType"},{"id":1178,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderRole","instanceClass":null,"abstract":false,"id":1179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterRole","instanceClass":null,"abstract":false,"id":1180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectAdminRole","instanceClass":null,"abstract":false,"id":1181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerAdmin","instanceClass":null,"abstract":false,"id":1182,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAdministrate","lowerBound":0,"id":1183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreate","lowerBound":0,"id":1184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canDelete","lowerBound":0,"id":1185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canModify","lowerBound":0,"id":1186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canRead","lowerBound":0,"id":1187,"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":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1188,"derived":false},{"id":1189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1190,"many":false,"required":false,"eClass":"EParameter"},{"id":1191,"eClass":"EGenericType"},{"id":1192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1193,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1194,"many":false,"required":false,"eClass":"EParameter"},{"id":1195,"eClass":"EGenericType"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1198,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1199,"many":false,"required":false,"eClass":"EParameter"},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1203,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1204,"many":false,"required":false,"eClass":"EParameter"},{"id":1205,"eClass":"EGenericType"},{"id":1206,"eClass":"EGenericType"},{"id":1207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1208,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1209,"many":false,"required":false,"eClass":"EParameter"},{"id":1210,"eClass":"EGenericType"},{"id":1211,"eClass":"EGenericType"},{"id":1212,"eClass":"EGenericType"},{"id":1213,"eClass":"EGenericType"},{"id":1214,"eClass":"EGenericType"},{"id":1215,"eClass":"EGenericType"},{"id":1216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1217,"derived":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":1218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"lowerBound":0,"iD":false,"id":1219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seen","changeable":true,"lowerBound":0,"iD":false,"id":1220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":1221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":1222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"lowerBound":0,"iD":false,"id":1223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recipient","changeable":true,"lowerBound":0,"iD":false,"id":1224,"derived":false},{"container":false,"ordered":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":1225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1227,"derived":false},{"id":1228,"eClass":"EGenericType"},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"id":1231,"eClass":"EGenericType"},{"id":1232,"eClass":"EGenericType"},{"id":1233,"eClass":"EGenericType"},{"id":1234,"eClass":"EGenericType"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"eClass":"EGenericType"},{"id":1238,"eClass":"EGenericType"},{"id":1239,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerUrl","instanceClass":null,"abstract":false,"id":1240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUrlFragment","instanceClass":null,"abstract":false,"id":1241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrlFragment","instanceClass":null,"abstract":false,"id":1242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrl","instanceClass":null,"abstract":false,"id":1243,"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":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":1244,"derived":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":1245,"derived":false},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1249,"derived":false},{"id":1250,"eClass":"EGenericType"},{"id":1251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1253,"derived":false},{"id":1254,"eClass":"EGenericType"},{"id":1255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverUrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1258,"derived":false},{"id":1259,"eClass":"EGenericType"},{"id":1260,"eClass":"EGenericType"},{"id":1261,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":4},{"source":9,"target":11},{"source":9,"target":1},{"source":9,"target":12},{"source":11,"target":4},{"source":10,"target":4},{"source":10,"target":13},{"source":10,"target":1},{"source":10,"target":12},{"source":13,"target":4},{"source":2,"target":0},{"source":2,"target":14},{"source":14,"target":15},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":12},{"source":12,"target":16},{"source":12,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":17,"target":20},{"source":17,"target":4},{"source":18,"target":21},{"source":18,"target":4},{"source":19,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":22},{"source":22,"target":2},{"source":6,"target":0},{"source":6,"target":23},{"source":23,"target":24},{"source":23,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":25,"target":26},{"source":25,"target":27},{"source":25,"target":28},{"source":25,"target":29},{"source":25,"target":30},{"source":25,"target":31},{"source":25,"target":32},{"source":25,"target":33},{"source":25,"target":34},{"source":25,"target":35},{"source":25,"target":36},{"source":25,"target":37},{"source":25,"target":38},{"source":25,"target":39},{"source":25,"target":40},{"source":25,"target":41},{"source":25,"target":42},{"source":25,"target":43},{"source":25,"target":44},{"source":25,"target":45},{"source":25,"target":46},{"source":26,"target":25},{"source":26,"target":4},{"source":26,"target":47},{"source":26,"target":48},{"source":26,"target":49},{"source":26,"target":50},{"source":26,"target":51},{"source":26,"target":52},{"source":26,"target":53},{"source":26,"target":54},{"source":26,"target":55},{"source":26,"target":56},{"source":47,"target":57},{"source":47,"target":26},{"source":48,"target":58},{"source":48,"target":26},{"source":49,"target":59},{"source":49,"target":26},{"source":50,"target":27},{"source":50,"target":60},{"source":50,"target":26},{"source":50,"target":61},{"source":50,"target":12},{"source":60,"target":27},{"source":51,"target":28},{"source":51,"target":62},{"source":51,"target":26},{"source":51,"target":63},{"source":51,"target":12},{"source":62,"target":28},{"source":52,"target":64},{"source":52,"target":65},{"source":52,"target":26},{"source":52,"target":66},{"source":52,"target":12},{"source":65,"target":64},{"source":53,"target":64},{"source":53,"target":67},{"source":53,"target":26},{"source":53,"target":68},{"source":53,"target":12},{"source":67,"target":64},{"source":54,"target":69},{"source":54,"target":70},{"source":54,"target":26},{"source":54,"target":71},{"source":54,"target":12},{"source":70,"target":69},{"source":55,"target":72},{"source":55,"target":73},{"source":55,"target":26},{"source":55,"target":74},{"source":55,"target":12},{"source":73,"target":72},{"source":56,"target":4},{"source":27,"target":25},{"source":27,"target":26},{"source":27,"target":61},{"source":27,"target":75},{"source":61,"target":26},{"source":61,"target":76},{"source":61,"target":27},{"source":61,"target":50},{"source":61,"target":12},{"source":76,"target":26},{"source":75,"target":26},{"source":28,"target":25},{"source":28,"target":26},{"source":28,"target":63},{"source":28,"target":77},{"source":63,"target":26},{"source":63,"target":78},{"source":63,"target":28},{"source":63,"target":51},{"source":63,"target":12},{"source":78,"target":26},{"source":77,"target":26},{"source":29,"target":25},{"source":30,"target":25},{"source":30,"target":1},{"source":30,"target":79},{"source":79,"target":1},{"source":31,"target":80},{"source":31,"target":81},{"source":31,"target":82},{"source":31,"target":25},{"source":80,"target":31},{"source":80,"target":26},{"source":80,"target":83},{"source":80,"target":84},{"source":80,"target":85},{"source":80,"target":86},{"source":80,"target":87},{"source":83,"target":88},{"source":83,"target":80},{"source":84,"target":82},{"source":84,"target":89},{"source":84,"target":80},{"source":84,"target":90},{"source":84,"target":12},{"source":89,"target":82},{"source":85,"target":91},{"source":85,"target":92},{"source":85,"target":80},{"source":85,"target":93},{"source":85,"target":12},{"source":92,"target":91},{"source":86,"target":91},{"source":86,"target":94},{"source":86,"target":80},{"source":86,"target":95},{"source":86,"target":12},{"source":94,"target":91},{"source":87,"target":26},{"source":81,"target":31},{"source":81,"target":80},{"source":81,"target":96},{"source":81,"target":97},{"source":81,"target":98},{"source":81,"target":99},{"source":81,"target":100},{"source":96,"target":101},{"source":96,"target":81},{"source":97,"target":102},{"source":97,"target":81},{"source":98,"target":103},{"source":98,"target":81},{"source":99,"target":91},{"source":99,"target":104},{"source":99,"target":81},{"source":99,"target":105},{"source":99,"target":12},{"source":104,"target":91},{"source":100,"target":80},{"source":82,"target":31},{"source":82,"target":80},{"source":82,"target":90},{"source":82,"target":106},{"source":90,"target":80},{"source":90,"target":107},{"source":90,"target":82},{"source":90,"target":84},{"source":90,"target":12},{"source":107,"target":80},{"source":106,"target":80},{"source":32,"target":91},{"source":32,"target":108},{"source":32,"target":109},{"source":32,"target":110},{"source":32,"target":111},{"source":32,"target":112},{"source":32,"target":25},{"source":91,"target":32},{"source":91,"target":27},{"source":91,"target":113},{"source":91,"target":114},{"source":91,"target":115},{"source":91,"target":95},{"source":91,"target":105},{"source":91,"target":93},{"source":91,"target":116},{"source":91,"target":117},{"source":91,"target":118},{"source":91,"target":119},{"source":91,"target":120},{"source":91,"target":121},{"source":91,"target":122},{"source":113,"target":108},{"source":113,"target":123},{"source":113,"target":91},{"source":113,"target":124},{"source":113,"target":12},{"source":123,"target":108},{"source":114,"target":91},{"source":114,"target":125},{"source":114,"target":91},{"source":114,"target":115},{"source":114,"target":12},{"source":125,"target":91},{"source":115,"target":91},{"source":115,"target":126},{"source":115,"target":91},{"source":115,"target":114},{"source":115,"target":12},{"source":126,"target":91},{"source":95,"target":80},{"source":95,"target":127},{"source":95,"target":91},{"source":95,"target":86},{"source":95,"target":12},{"source":127,"target":80},{"source":105,"target":81},{"source":105,"target":128},{"source":105,"target":91},{"source":105,"target":99},{"source":105,"target":12},{"source":128,"target":81},{"source":93,"target":80},{"source":93,"target":129},{"source":93,"target":91},{"source":93,"target":85},{"source":93,"target":12},{"source":129,"target":80},{"source":116,"target":130},{"source":116,"target":91},{"source":117,"target":131},{"source":117,"target":91},{"source":118,"target":132},{"source":118,"target":91},{"source":119,"target":133},{"source":119,"target":91},{"source":120,"target":134},{"source":120,"target":91},{"source":121,"target":135},{"source":121,"target":136},{"source":121,"target":91},{"source":121,"target":12},{"source":136,"target":135},{"source":122,"target":27},{"source":108,"target":32},{"source":108,"target":91},{"source":108,"target":137},{"source":108,"target":138},{"source":108,"target":124},{"source":108,"target":139},{"source":137,"target":140},{"source":137,"target":108},{"source":138,"target":141},{"source":138,"target":108},{"source":124,"target":91},{"source":124,"target":142},{"source":124,"target":108},{"source":124,"target":113},{"source":124,"target":12},{"source":142,"target":91},{"source":139,"target":91},{"source":109,"target":32},{"source":109,"target":91},{"source":109,"target":143},{"source":109,"target":144},{"source":143,"target":26},{"source":143,"target":145},{"source":143,"target":109},{"source":143,"target":12},{"source":145,"target":26},{"source":144,"target":91},{"source":110,"target":32},{"source":110,"target":146},{"source":110,"target":147},{"source":110,"target":148},{"source":110,"target":149},{"source":110,"target":150},{"source":110,"target":151},{"source":110,"target":152},{"source":146,"target":110},{"source":147,"target":110},{"source":148,"target":110},{"source":149,"target":110},{"source":150,"target":110},{"source":151,"target":110},{"source":152,"target":110},{"source":111,"target":32},{"source":111,"target":26},{"source":111,"target":153},{"source":111,"target":154},{"source":153,"target":155},{"source":153,"target":111},{"source":154,"target":26},{"source":112,"target":32},{"source":112,"target":91},{"source":112,"target":111},{"source":112,"target":156},{"source":112,"target":157},{"source":112,"target":158},{"source":112,"target":159},{"source":156,"target":160},{"source":156,"target":112},{"source":157,"target":110},{"source":157,"target":161},{"source":157,"target":112},{"source":161,"target":110},{"source":158,"target":91},{"source":159,"target":111},{"source":33,"target":162},{"source":33,"target":163},{"source":33,"target":25},{"source":162,"target":33},{"source":162,"target":28},{"source":162,"target":164},{"source":162,"target":165},{"source":162,"target":166},{"source":162,"target":167},{"source":162,"target":168},{"source":162,"target":169},{"source":164,"target":26},{"source":164,"target":170},{"source":164,"target":162},{"source":164,"target":12},{"source":170,"target":26},{"source":165,"target":171},{"source":165,"target":162},{"source":166,"target":26},{"source":166,"target":172},{"source":166,"target":162},{"source":166,"target":12},{"source":172,"target":26},{"source":167,"target":173},{"source":167,"target":162},{"source":168,"target":163},{"source":168,"target":174},{"source":168,"target":162},{"source":174,"target":163},{"source":169,"target":28},{"source":163,"target":33},{"source":163,"target":175},{"source":163,"target":176},{"source":163,"target":177},{"source":163,"target":178},{"source":163,"target":179},{"source":163,"target":180},{"source":175,"target":163},{"source":176,"target":163},{"source":177,"target":163},{"source":178,"target":163},{"source":179,"target":163},{"source":180,"target":163},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":34,"target":184},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":34,"target":189},{"source":34,"target":190},{"source":34,"target":191},{"source":34,"target":192},{"source":34,"target":25},{"source":181,"target":34},{"source":181,"target":26},{"source":181,"target":193},{"source":181,"target":194},{"source":181,"target":195},{"source":181,"target":196},{"source":193,"target":183},{"source":193,"target":197},{"source":193,"target":181},{"source":193,"target":198},{"source":193,"target":12},{"source":197,"target":183},{"source":194,"target":192},{"source":194,"target":199},{"source":194,"target":181},{"source":194,"target":200},{"source":194,"target":12},{"source":199,"target":192},{"source":195,"target":192},{"source":195,"target":201},{"source":195,"target":181},{"source":195,"target":202},{"source":195,"target":12},{"source":201,"target":192},{"source":196,"target":26},{"source":182,"target":34},{"source":182,"target":181},{"source":182,"target":203},{"source":182,"target":204},{"source":182,"target":205},{"source":182,"target":206},{"source":182,"target":207},{"source":182,"target":208},{"source":182,"target":209},{"source":182,"target":210},{"source":182,"target":211},{"source":203,"target":182},{"source":203,"target":212},{"source":203,"target":182},{"source":203,"target":204},{"source":203,"target":12},{"source":212,"target":182},{"source":204,"target":182},{"source":204,"target":213},{"source":204,"target":182},{"source":204,"target":203},{"source":204,"target":12},{"source":213,"target":182},{"source":205,"target":184},{"source":205,"target":214},{"source":205,"target":182},{"source":205,"target":215},{"source":205,"target":12},{"source":214,"target":184},{"source":206,"target":184},{"source":206,"target":216},{"source":206,"target":182},{"source":206,"target":217},{"source":206,"target":12},{"source":216,"target":184},{"source":207,"target":186},{"source":207,"target":218},{"source":207,"target":182},{"source":207,"target":219},{"source":207,"target":12},{"source":218,"target":186},{"source":208,"target":189},{"source":208,"target":220},{"source":208,"target":182},{"source":208,"target":221},{"source":208,"target":12},{"source":220,"target":189},{"source":209,"target":222},{"source":209,"target":223},{"source":209,"target":182},{"source":209,"target":224},{"source":209,"target":12},{"source":223,"target":222},{"source":210,"target":225},{"source":210,"target":226},{"source":210,"target":182},{"source":210,"target":227},{"source":210,"target":12},{"source":226,"target":225},{"source":211,"target":181},{"source":183,"target":34},{"source":183,"target":181},{"source":183,"target":228},{"source":183,"target":198},{"source":183,"target":229},{"source":228,"target":182},{"source":228,"target":230},{"source":228,"target":183},{"source":228,"target":12},{"source":230,"target":182},{"source":198,"target":181},{"source":198,"target":231},{"source":198,"target":183},{"source":198,"target":193},{"source":198,"target":12},{"source":231,"target":181},{"source":229,"target":181},{"source":184,"target":34},{"source":184,"target":26},{"source":184,"target":215},{"source":184,"target":217},{"source":184,"target":232},{"source":184,"target":233},{"source":184,"target":234},{"source":184,"target":235},{"source":184,"target":236},{"source":184,"target":237},{"source":215,"target":182},{"source":215,"target":238},{"source":215,"target":184},{"source":215,"target":205},{"source":215,"target":12},{"source":238,"target":182},{"source":217,"target":182},{"source":217,"target":239},{"source":217,"target":184},{"source":217,"target":206},{"source":217,"target":12},{"source":239,"target":182},{"source":232,"target":240},{"source":232,"target":184},{"source":233,"target":241},{"source":233,"target":184},{"source":234,"target":242},{"source":234,"target":184},{"source":235,"target":243},{"source":235,"target":184},{"source":236,"target":185},{"source":236,"target":244},{"source":236,"target":184},{"source":244,"target":185},{"source":237,"target":26},{"source":185,"target":34},{"source":185,"target":245},{"source":185,"target":246},{"source":185,"target":247},{"source":185,"target":248},{"source":245,"target":185},{"source":246,"target":185},{"source":247,"target":185},{"source":248,"target":185},{"source":186,"target":34},{"source":186,"target":26},{"source":186,"target":219},{"source":186,"target":249},{"source":186,"target":250},{"source":186,"target":251},{"source":186,"target":252},{"source":186,"target":253},{"source":186,"target":254},{"source":186,"target":255},{"source":186,"target":256},{"source":219,"target":182},{"source":219,"target":257},{"source":219,"target":186},{"source":219,"target":207},{"source":219,"target":12},{"source":257,"target":182},{"source":249,"target":258},{"source":249,"target":186},{"source":250,"target":259},{"source":250,"target":186},{"source":251,"target":260},{"source":251,"target":186},{"source":252,"target":261},{"source":252,"target":186},{"source":253,"target":262},{"source":253,"target":186},{"source":254,"target":187},{"source":254,"target":263},{"source":254,"target":186},{"source":263,"target":187},{"source":255,"target":188},{"source":255,"target":264},{"source":255,"target":186},{"source":264,"target":188},{"source":256,"target":26},{"source":187,"target":34},{"source":187,"target":265},{"source":187,"target":266},{"source":187,"target":267},{"source":187,"target":268},{"source":187,"target":269},{"source":265,"target":187},{"source":266,"target":187},{"source":267,"target":187},{"source":268,"target":187},{"source":269,"target":187},{"source":188,"target":34},{"source":188,"target":270},{"source":188,"target":271},{"source":270,"target":188},{"source":271,"target":188},{"source":189,"target":34},{"source":189,"target":26},{"source":189,"target":272},{"source":189,"target":273},{"source":189,"target":221},{"source":189,"target":274},{"source":189,"target":275},{"source":189,"target":276},{"source":189,"target":277},{"source":189,"target":278},{"source":189,"target":279},{"source":189,"target":280},{"source":189,"target":281},{"source":189,"target":282},{"source":189,"target":283},{"source":272,"target":187},{"source":272,"target":284},{"source":272,"target":189},{"source":284,"target":187},{"source":273,"target":188},{"source":273,"target":285},{"source":273,"target":189},{"source":285,"target":188},{"source":221,"target":182},{"source":221,"target":286},{"source":221,"target":189},{"source":221,"target":208},{"source":221,"target":12},{"source":286,"target":182},{"source":274,"target":287},{"source":274,"target":189},{"source":275,"target":288},{"source":275,"target":189},{"source":276,"target":289},{"source":276,"target":189},{"source":277,"target":290},{"source":277,"target":189},{"source":278,"target":291},{"source":278,"target":189},{"source":279,"target":189},{"source":279,"target":292},{"source":279,"target":189},{"source":279,"target":280},{"source":279,"target":12},{"source":292,"target":189},{"source":280,"target":189},{"source":280,"target":293},{"source":280,"target":189},{"source":280,"target":279},{"source":280,"target":12},{"source":293,"target":189},{"source":281,"target":190},{"source":281,"target":294},{"source":281,"target":189},{"source":281,"target":12},{"source":294,"target":190},{"source":282,"target":225},{"source":282,"target":295},{"source":282,"target":189},{"source":282,"target":296},{"source":282,"target":12},{"source":295,"target":225},{"source":283,"target":26},{"source":190,"target":34},{"source":190,"target":26},{"source":190,"target":297},{"source":190,"target":298},{"source":190,"target":299},{"source":190,"target":300},{"source":190,"target":301},{"source":190,"target":302},{"source":297,"target":303},{"source":297,"target":190},{"source":298,"target":304},{"source":298,"target":190},{"source":299,"target":305},{"source":299,"target":190},{"source":300,"target":306},{"source":300,"target":190},{"source":301,"target":191},{"source":301,"target":307},{"source":301,"target":190},{"source":307,"target":191},{"source":302,"target":26},{"source":191,"target":34},{"source":191,"target":308},{"source":191,"target":309},{"source":191,"target":310},{"source":191,"target":311},{"source":308,"target":191},{"source":309,"target":191},{"source":310,"target":191},{"source":311,"target":191},{"source":192,"target":34},{"source":192,"target":26},{"source":192,"target":200},{"source":192,"target":202},{"source":192,"target":312},{"source":200,"target":181},{"source":200,"target":313},{"source":200,"target":192},{"source":200,"target":194},{"source":200,"target":12},{"source":313,"target":181},{"source":202,"target":181},{"source":202,"target":314},{"source":202,"target":192},{"source":202,"target":195},{"source":202,"target":12},{"source":314,"target":181},{"source":312,"target":26},{"source":35,"target":315},{"source":35,"target":64},{"source":35,"target":316},{"source":35,"target":25},{"source":315,"target":35},{"source":315,"target":26},{"source":315,"target":317},{"source":315,"target":318},{"source":317,"target":316},{"source":317,"target":319},{"source":317,"target":315},{"source":317,"target":320},{"source":317,"target":12},{"source":319,"target":316},{"source":318,"target":26},{"source":64,"target":35},{"source":64,"target":315},{"source":64,"target":66},{"source":64,"target":68},{"source":64,"target":321},{"source":66,"target":26},{"source":66,"target":322},{"source":66,"target":64},{"source":66,"target":52},{"source":66,"target":12},{"source":322,"target":26},{"source":68,"target":26},{"source":68,"target":323},{"source":68,"target":64},{"source":68,"target":53},{"source":68,"target":12},{"source":323,"target":26},{"source":321,"target":315},{"source":316,"target":35},{"source":316,"target":315},{"source":316,"target":320},{"source":316,"target":324},{"source":320,"target":315},{"source":320,"target":325},{"source":320,"target":316},{"source":320,"target":317},{"source":320,"target":12},{"source":325,"target":315},{"source":324,"target":315},{"source":36,"target":326},{"source":36,"target":222},{"source":36,"target":225},{"source":36,"target":327},{"source":36,"target":328},{"source":36,"target":329},{"source":36,"target":330},{"source":36,"target":331},{"source":36,"target":332},{"source":36,"target":25},{"source":326,"target":36},{"source":326,"target":26},{"source":326,"target":333},{"source":326,"target":334},{"source":326,"target":335},{"source":326,"target":336},{"source":326,"target":337},{"source":326,"target":338},{"source":326,"target":339},{"source":326,"target":340},{"source":326,"target":341},{"source":326,"target":342},{"source":333,"target":343},{"source":333,"target":326},{"source":334,"target":344},{"source":334,"target":326},{"source":335,"target":326},{"source":335,"target":345},{"source":335,"target":326},{"source":335,"target":336},{"source":335,"target":12},{"source":345,"target":326},{"source":336,"target":326},{"source":336,"target":346},{"source":336,"target":326},{"source":336,"target":335},{"source":336,"target":12},{"source":346,"target":326},{"source":337,"target":347},{"source":337,"target":326},{"source":338,"target":80},{"source":338,"target":348},{"source":338,"target":326},{"source":338,"target":12},{"source":348,"target":80},{"source":339,"target":349},{"source":339,"target":326},{"source":340,"target":222},{"source":340,"target":350},{"source":340,"target":326},{"source":340,"target":351},{"source":340,"target":12},{"source":350,"target":222},{"source":341,"target":225},{"source":341,"target":352},{"source":341,"target":326},{"source":341,"target":353},{"source":341,"target":12},{"source":352,"target":225},{"source":342,"target":26},{"source":222,"target":36},{"source":222,"target":26},{"source":222,"target":354},{"source":222,"target":355},{"source":222,"target":356},{"source":222,"target":357},{"source":222,"target":351},{"source":222,"target":224},{"source":222,"target":358},{"source":222,"target":359},{"source":222,"target":360},{"source":222,"target":361},{"source":222,"target":362},{"source":222,"target":363},{"source":222,"target":364},{"source":222,"target":365},{"source":222,"target":366},{"source":354,"target":367},{"source":354,"target":222},{"source":355,"target":368},{"source":355,"target":222},{"source":356,"target":369},{"source":356,"target":222},{"source":357,"target":370},{"source":357,"target":222},{"source":351,"target":326},{"source":351,"target":371},{"source":351,"target":222},{"source":351,"target":340},{"source":351,"target":12},{"source":371,"target":326},{"source":224,"target":182},{"source":224,"target":372},{"source":224,"target":222},{"source":224,"target":209},{"source":224,"target":12},{"source":372,"target":182},{"source":358,"target":222},{"source":358,"target":373},{"source":358,"target":222},{"source":358,"target":12},{"source":373,"target":222},{"source":359,"target":222},{"source":359,"target":374},{"source":359,"target":222},{"source":359,"target":12},{"source":374,"target":222},{"source":360,"target":225},{"source":360,"target":375},{"source":360,"target":222},{"source":360,"target":376},{"source":360,"target":12},{"source":375,"target":225},{"source":361,"target":327},{"source":361,"target":377},{"source":361,"target":222},{"source":361,"target":378},{"source":361,"target":12},{"source":377,"target":327},{"source":362,"target":327},{"source":362,"target":379},{"source":362,"target":222},{"source":362,"target":380},{"source":362,"target":12},{"source":379,"target":327},{"source":363,"target":329},{"source":363,"target":381},{"source":363,"target":222},{"source":363,"target":382},{"source":363,"target":12},{"source":381,"target":329},{"source":364,"target":331},{"source":364,"target":383},{"source":364,"target":222},{"source":364,"target":384},{"source":364,"target":12},{"source":383,"target":331},{"source":365,"target":332},{"source":365,"target":385},{"source":365,"target":222},{"source":365,"target":386},{"source":365,"target":12},{"source":385,"target":332},{"source":366,"target":26},{"source":225,"target":36},{"source":225,"target":26},{"source":225,"target":376},{"source":225,"target":353},{"source":225,"target":296},{"source":225,"target":227},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":389},{"source":225,"target":390},{"source":225,"target":391},{"source":376,"target":222},{"source":376,"target":392},{"source":376,"target":225},{"source":376,"target":360},{"source":376,"target":12},{"source":392,"target":222},{"source":353,"target":326},{"source":353,"target":393},{"source":353,"target":225},{"source":353,"target":341},{"source":353,"target":12},{"source":393,"target":326},{"source":296,"target":189},{"source":296,"target":394},{"source":296,"target":225},{"source":296,"target":282},{"source":296,"target":12},{"source":394,"target":189},{"source":227,"target":182},{"source":227,"target":395},{"source":227,"target":225},{"source":227,"target":210},{"source":227,"target":12},{"source":395,"target":182},{"source":387,"target":328},{"source":387,"target":396},{"source":387,"target":225},{"source":387,"target":397},{"source":387,"target":12},{"source":396,"target":328},{"source":388,"target":328},{"source":388,"target":398},{"source":388,"target":225},{"source":388,"target":399},{"source":388,"target":12},{"source":398,"target":328},{"source":389,"target":329},{"source":389,"target":400},{"source":389,"target":225},{"source":389,"target":12},{"source":400,"target":329},{"source":390,"target":332},{"source":390,"target":401},{"source":390,"target":225},{"source":390,"target":402},{"source":390,"target":12},{"source":401,"target":332},{"source":391,"target":26},{"source":327,"target":36},{"source":327,"target":26},{"source":327,"target":378},{"source":327,"target":380},{"source":327,"target":403},{"source":327,"target":404},{"source":327,"target":405},{"source":327,"target":406},{"source":378,"target":222},{"source":378,"target":407},{"source":378,"target":327},{"source":378,"target":361},{"source":378,"target":12},{"source":407,"target":222},{"source":380,"target":222},{"source":380,"target":408},{"source":380,"target":327},{"source":380,"target":362},{"source":380,"target":12},{"source":408,"target":222},{"source":403,"target":328},{"source":403,"target":409},{"source":403,"target":327},{"source":403,"target":410},{"source":403,"target":12},{"source":409,"target":328},{"source":404,"target":331},{"source":404,"target":411},{"source":404,"target":327},{"source":404,"target":412},{"source":404,"target":12},{"source":411,"target":331},{"source":405,"target":331},{"source":405,"target":413},{"source":405,"target":327},{"source":405,"target":414},{"source":405,"target":12},{"source":413,"target":331},{"source":406,"target":26},{"source":328,"target":36},{"source":328,"target":26},{"source":328,"target":397},{"source":328,"target":399},{"source":328,"target":410},{"source":328,"target":415},{"source":397,"target":225},{"source":397,"target":416},{"source":397,"target":328},{"source":397,"target":387},{"source":397,"target":12},{"source":416,"target":225},{"source":399,"target":225},{"source":399,"target":417},{"source":399,"target":328},{"source":399,"target":388},{"source":399,"target":12},{"source":417,"target":225},{"source":410,"target":327},{"source":410,"target":418},{"source":410,"target":328},{"source":410,"target":403},{"source":410,"target":12},{"source":418,"target":327},{"source":415,"target":26},{"source":329,"target":36},{"source":329,"target":26},{"source":329,"target":29},{"source":329,"target":419},{"source":329,"target":420},{"source":329,"target":382},{"source":329,"target":421},{"source":329,"target":422},{"source":329,"target":423},{"source":419,"target":424},{"source":419,"target":329},{"source":420,"target":222},{"source":420,"target":425},{"source":420,"target":329},{"source":420,"target":12},{"source":425,"target":222},{"source":382,"target":222},{"source":382,"target":426},{"source":382,"target":329},{"source":382,"target":363},{"source":382,"target":12},{"source":426,"target":222},{"source":421,"target":330},{"source":421,"target":427},{"source":421,"target":329},{"source":421,"target":12},{"source":427,"target":330},{"source":422,"target":26},{"source":423,"target":29},{"source":330,"target":36},{"source":330,"target":26},{"source":330,"target":29},{"source":330,"target":428},{"source":330,"target":429},{"source":330,"target":430},{"source":330,"target":431},{"source":330,"target":432},{"source":428,"target":433},{"source":428,"target":330},{"source":429,"target":434},{"source":429,"target":330},{"source":430,"target":435},{"source":430,"target":330},{"source":431,"target":26},{"source":432,"target":29},{"source":331,"target":36},{"source":331,"target":26},{"source":331,"target":29},{"source":331,"target":414},{"source":331,"target":412},{"source":331,"target":384},{"source":331,"target":436},{"source":331,"target":437},{"source":414,"target":327},{"source":414,"target":438},{"source":414,"target":331},{"source":414,"target":405},{"source":414,"target":12},{"source":438,"target":327},{"source":412,"target":327},{"source":412,"target":439},{"source":412,"target":331},{"source":412,"target":404},{"source":412,"target":12},{"source":439,"target":327},{"source":384,"target":222},{"source":384,"target":440},{"source":384,"target":331},{"source":384,"target":364},{"source":384,"target":12},{"source":440,"target":222},{"source":436,"target":26},{"source":437,"target":29},{"source":332,"target":36},{"source":332,"target":441},{"source":332,"target":386},{"source":332,"target":402},{"source":332,"target":442},{"source":386,"target":222},{"source":386,"target":443},{"source":386,"target":332},{"source":386,"target":365},{"source":386,"target":12},{"source":443,"target":222},{"source":402,"target":225},{"source":402,"target":444},{"source":402,"target":332},{"source":402,"target":390},{"source":402,"target":12},{"source":444,"target":225},{"source":442,"target":441},{"source":37,"target":445},{"source":37,"target":446},{"source":37,"target":447},{"source":37,"target":441},{"source":37,"target":448},{"source":37,"target":69},{"source":37,"target":25},{"source":445,"target":37},{"source":445,"target":27},{"source":445,"target":111},{"source":445,"target":91},{"source":445,"target":449},{"source":445,"target":450},{"source":445,"target":451},{"source":445,"target":452},{"source":445,"target":453},{"source":445,"target":454},{"source":445,"target":455},{"source":449,"target":110},{"source":449,"target":456},{"source":449,"target":445},{"source":456,"target":110},{"source":450,"target":446},{"source":450,"target":457},{"source":450,"target":445},{"source":450,"target":458},{"source":450,"target":12},{"source":457,"target":446},{"source":451,"target":447},{"source":451,"target":459},{"source":451,"target":445},{"source":451,"target":460},{"source":451,"target":12},{"source":459,"target":447},{"source":452,"target":441},{"source":452,"target":461},{"source":452,"target":445},{"source":452,"target":12},{"source":461,"target":441},{"source":453,"target":27},{"source":454,"target":111},{"source":455,"target":91},{"source":446,"target":37},{"source":446,"target":26},{"source":446,"target":29},{"source":446,"target":458},{"source":446,"target":462},{"source":446,"target":463},{"source":446,"target":464},{"source":458,"target":445},{"source":458,"target":465},{"source":458,"target":446},{"source":458,"target":450},{"source":458,"target":12},{"source":465,"target":445},{"source":462,"target":448},{"source":462,"target":466},{"source":462,"target":446},{"source":462,"target":467},{"source":462,"target":12},{"source":466,"target":448},{"source":463,"target":26},{"source":464,"target":29},{"source":447,"target":37},{"source":447,"target":26},{"source":447,"target":29},{"source":447,"target":468},{"source":447,"target":460},{"source":447,"target":469},{"source":447,"target":470},{"source":468,"target":446},{"source":468,"target":471},{"source":468,"target":447},{"source":468,"target":12},{"source":471,"target":446},{"source":460,"target":445},{"source":460,"target":472},{"source":460,"target":447},{"source":460,"target":451},{"source":460,"target":12},{"source":472,"target":445},{"source":469,"target":26},{"source":470,"target":29},{"source":441,"target":37},{"source":441,"target":26},{"source":441,"target":473},{"source":441,"target":474},{"source":473,"target":448},{"source":473,"target":475},{"source":473,"target":441},{"source":473,"target":476},{"source":473,"target":12},{"source":475,"target":448},{"source":474,"target":26},{"source":448,"target":37},{"source":448,"target":26},{"source":448,"target":29},{"source":448,"target":467},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":448,"target":479},{"source":467,"target":446},{"source":467,"target":480},{"source":467,"target":448},{"source":467,"target":462},{"source":467,"target":12},{"source":480,"target":446},{"source":476,"target":441},{"source":476,"target":481},{"source":476,"target":448},{"source":476,"target":473},{"source":476,"target":12},{"source":481,"target":441},{"source":477,"target":482},{"source":477,"target":448},{"source":478,"target":26},{"source":479,"target":29},{"source":69,"target":37},{"source":69,"target":26},{"source":69,"target":29},{"source":69,"target":483},{"source":69,"target":484},{"source":69,"target":71},{"source":69,"target":485},{"source":69,"target":486},{"source":483,"target":80},{"source":483,"target":487},{"source":483,"target":69},{"source":483,"target":12},{"source":487,"target":80},{"source":484,"target":80},{"source":484,"target":488},{"source":484,"target":69},{"source":484,"target":12},{"source":488,"target":80},{"source":71,"target":26},{"source":71,"target":489},{"source":71,"target":69},{"source":71,"target":54},{"source":71,"target":12},{"source":489,"target":26},{"source":485,"target":26},{"source":486,"target":29},{"source":38,"target":135},{"source":38,"target":490},{"source":38,"target":491},{"source":38,"target":492},{"source":38,"target":25},{"source":135,"target":38},{"source":135,"target":26},{"source":135,"target":493},{"source":135,"target":494},{"source":135,"target":495},{"source":493,"target":496},{"source":493,"target":135},{"source":494,"target":497},{"source":494,"target":135},{"source":495,"target":26},{"source":490,"target":38},{"source":490,"target":445},{"source":490,"target":498},{"source":490,"target":499},{"source":498,"target":500},{"source":498,"target":490},{"source":499,"target":445},{"source":491,"target":38},{"source":491,"target":446},{"source":491,"target":501},{"source":491,"target":502},{"source":491,"target":503},{"source":501,"target":491},{"source":501,"target":504},{"source":501,"target":491},{"source":501,"target":12},{"source":504,"target":491},{"source":502,"target":135},{"source":502,"target":505},{"source":502,"target":491},{"source":502,"target":12},{"source":505,"target":135},{"source":503,"target":446},{"source":492,"target":38},{"source":492,"target":447},{"source":492,"target":506},{"source":492,"target":507},{"source":506,"target":135},{"source":506,"target":508},{"source":506,"target":492},{"source":506,"target":12},{"source":508,"target":135},{"source":507,"target":447},{"source":39,"target":509},{"source":39,"target":510},{"source":39,"target":511},{"source":39,"target":25},{"source":509,"target":39},{"source":509,"target":91},{"source":509,"target":111},{"source":509,"target":512},{"source":509,"target":513},{"source":509,"target":514},{"source":509,"target":515},{"source":509,"target":516},{"source":509,"target":517},{"source":512,"target":518},{"source":512,"target":509},{"source":513,"target":510},{"source":513,"target":519},{"source":513,"target":509},{"source":519,"target":510},{"source":514,"target":511},{"source":514,"target":520},{"source":514,"target":509},{"source":520,"target":511},{"source":515,"target":521},{"source":515,"target":509},{"source":516,"target":91},{"source":517,"target":111},{"source":510,"target":39},{"source":510,"target":522},{"source":510,"target":523},{"source":510,"target":524},{"source":510,"target":525},{"source":510,"target":526},{"source":522,"target":510},{"source":523,"target":510},{"source":524,"target":510},{"source":525,"target":510},{"source":526,"target":510},{"source":511,"target":39},{"source":511,"target":527},{"source":511,"target":528},{"source":511,"target":529},{"source":527,"target":511},{"source":528,"target":511},{"source":529,"target":511},{"source":40,"target":530},{"source":40,"target":531},{"source":40,"target":532},{"source":40,"target":25},{"source":530,"target":40},{"source":530,"target":26},{"source":530,"target":533},{"source":530,"target":534},{"source":530,"target":535},{"source":530,"target":536},{"source":530,"target":537},{"source":533,"target":183},{"source":533,"target":538},{"source":533,"target":530},{"source":533,"target":12},{"source":538,"target":183},{"source":534,"target":183},{"source":534,"target":539},{"source":534,"target":530},{"source":534,"target":12},{"source":539,"target":183},{"source":535,"target":531},{"source":535,"target":540},{"source":535,"target":530},{"source":535,"target":541},{"source":535,"target":12},{"source":540,"target":531},{"source":536,"target":531},{"source":536,"target":542},{"source":536,"target":530},{"source":536,"target":543},{"source":536,"target":12},{"source":542,"target":531},{"source":537,"target":26},{"source":531,"target":40},{"source":531,"target":26},{"source":531,"target":541},{"source":531,"target":543},{"source":531,"target":544},{"source":541,"target":530},{"source":541,"target":545},{"source":541,"target":531},{"source":541,"target":535},{"source":541,"target":12},{"source":545,"target":530},{"source":543,"target":530},{"source":543,"target":546},{"source":543,"target":531},{"source":543,"target":536},{"source":543,"target":12},{"source":546,"target":530},{"source":544,"target":26},{"source":532,"target":40},{"source":532,"target":26},{"source":532,"target":547},{"source":532,"target":548},{"source":547,"target":530},{"source":547,"target":549},{"source":547,"target":532},{"source":547,"target":12},{"source":549,"target":530},{"source":548,"target":26},{"source":41,"target":550},{"source":41,"target":551},{"source":41,"target":552},{"source":41,"target":553},{"source":41,"target":554},{"source":41,"target":25},{"source":550,"target":41},{"source":550,"target":26},{"source":550,"target":555},{"source":550,"target":556},{"source":550,"target":557},{"source":550,"target":558},{"source":550,"target":559},{"source":550,"target":560},{"source":550,"target":561},{"source":550,"target":562},{"source":550,"target":563},{"source":550,"target":564},{"source":550,"target":565},{"source":555,"target":566},{"source":555,"target":550},{"source":556,"target":567},{"source":556,"target":550},{"source":557,"target":568},{"source":557,"target":550},{"source":558,"target":81},{"source":558,"target":569},{"source":558,"target":550},{"source":558,"target":12},{"source":569,"target":81},{"source":559,"target":81},{"source":559,"target":570},{"source":559,"target":550},{"source":559,"target":12},{"source":570,"target":81},{"source":560,"target":81},{"source":560,"target":571},{"source":560,"target":550},{"source":560,"target":12},{"source":571,"target":81},{"source":561,"target":80},{"source":561,"target":572},{"source":561,"target":550},{"source":561,"target":12},{"source":572,"target":80},{"source":562,"target":551},{"source":562,"target":573},{"source":562,"target":550},{"source":562,"target":12},{"source":573,"target":551},{"source":563,"target":553},{"source":563,"target":574},{"source":563,"target":550},{"source":563,"target":12},{"source":574,"target":553},{"source":564,"target":554},{"source":564,"target":575},{"source":564,"target":550},{"source":564,"target":12},{"source":575,"target":554},{"source":565,"target":26},{"source":551,"target":41},{"source":551,"target":26},{"source":551,"target":576},{"source":551,"target":577},{"source":576,"target":578},{"source":576,"target":551},{"source":577,"target":26},{"source":552,"target":41},{"source":552,"target":551},{"source":552,"target":579},{"source":552,"target":580},{"source":579,"target":551},{"source":579,"target":581},{"source":579,"target":552},{"source":579,"target":12},{"source":581,"target":551},{"source":580,"target":551},{"source":553,"target":41},{"source":553,"target":551},{"source":553,"target":582},{"source":553,"target":583},{"source":582,"target":445},{"source":582,"target":584},{"source":582,"target":553},{"source":582,"target":12},{"source":584,"target":445},{"source":583,"target":551},{"source":554,"target":41},{"source":554,"target":551},{"source":554,"target":585},{"source":554,"target":586},{"source":585,"target":91},{"source":585,"target":587},{"source":585,"target":554},{"source":585,"target":12},{"source":587,"target":91},{"source":586,"target":551},{"source":42,"target":588},{"source":42,"target":589},{"source":42,"target":590},{"source":42,"target":591},{"source":42,"target":592},{"source":42,"target":25},{"source":588,"target":42},{"source":588,"target":26},{"source":588,"target":593},{"source":588,"target":594},{"source":588,"target":595},{"source":588,"target":596},{"source":593,"target":597},{"source":593,"target":588},{"source":594,"target":589},{"source":594,"target":598},{"source":594,"target":588},{"source":594,"target":599},{"source":594,"target":12},{"source":598,"target":589},{"source":595,"target":589},{"source":595,"target":600},{"source":595,"target":588},{"source":595,"target":601},{"source":595,"target":12},{"source":600,"target":589},{"source":596,"target":26},{"source":589,"target":42},{"source":589,"target":26},{"source":589,"target":599},{"source":589,"target":601},{"source":589,"target":602},{"source":599,"target":588},{"source":599,"target":603},{"source":599,"target":589},{"source":599,"target":594},{"source":599,"target":12},{"source":603,"target":588},{"source":601,"target":588},{"source":601,"target":604},{"source":601,"target":589},{"source":601,"target":595},{"source":601,"target":12},{"source":604,"target":588},{"source":602,"target":26},{"source":590,"target":42},{"source":590,"target":589},{"source":590,"target":605},{"source":590,"target":606},{"source":590,"target":607},{"source":590,"target":608},{"source":605,"target":609},{"source":605,"target":590},{"source":606,"target":610},{"source":606,"target":590},{"source":607,"target":611},{"source":607,"target":590},{"source":608,"target":589},{"source":591,"target":42},{"source":591,"target":589},{"source":591,"target":612},{"source":612,"target":589},{"source":592,"target":42},{"source":592,"target":589},{"source":592,"target":613},{"source":613,"target":589},{"source":43,"target":614},{"source":43,"target":615},{"source":43,"target":25},{"source":614,"target":43},{"source":614,"target":28},{"source":614,"target":616},{"source":614,"target":617},{"source":616,"target":618},{"source":616,"target":614},{"source":617,"target":28},{"source":615,"target":43},{"source":615,"target":28},{"source":615,"target":619},{"source":615,"target":620},{"source":615,"target":621},{"source":615,"target":622},{"source":615,"target":623},{"source":615,"target":624},{"source":619,"target":625},{"source":619,"target":615},{"source":620,"target":626},{"source":620,"target":615},{"source":621,"target":627},{"source":621,"target":615},{"source":622,"target":628},{"source":622,"target":615},{"source":623,"target":629},{"source":623,"target":615},{"source":624,"target":28},{"source":44,"target":630},{"source":44,"target":631},{"source":44,"target":72},{"source":44,"target":632},{"source":44,"target":633},{"source":44,"target":634},{"source":44,"target":635},{"source":44,"target":25},{"source":630,"target":44},{"source":630,"target":26},{"source":630,"target":636},{"source":630,"target":637},{"source":630,"target":638},{"source":636,"target":26},{"source":636,"target":639},{"source":636,"target":630},{"source":636,"target":12},{"source":639,"target":26},{"source":637,"target":631},{"source":637,"target":640},{"source":637,"target":630},{"source":637,"target":641},{"source":637,"target":12},{"source":640,"target":631},{"source":638,"target":26},{"source":631,"target":44},{"source":631,"target":26},{"source":631,"target":642},{"source":631,"target":641},{"source":631,"target":643},{"source":631,"target":644},{"source":631,"target":645},{"source":642,"target":646},{"source":642,"target":631},{"source":641,"target":630},{"source":641,"target":647},{"source":641,"target":631},{"source":641,"target":637},{"source":641,"target":12},{"source":647,"target":630},{"source":643,"target":72},{"source":643,"target":648},{"source":643,"target":631},{"source":643,"target":649},{"source":643,"target":12},{"source":648,"target":72},{"source":644,"target":632},{"source":644,"target":650},{"source":644,"target":631},{"source":644,"target":651},{"source":644,"target":12},{"source":650,"target":632},{"source":645,"target":26},{"source":72,"target":44},{"source":72,"target":26},{"source":72,"target":649},{"source":72,"target":74},{"source":72,"target":652},{"source":72,"target":653},{"source":649,"target":631},{"source":649,"target":654},{"source":649,"target":72},{"source":649,"target":643},{"source":649,"target":12},{"source":654,"target":631},{"source":74,"target":26},{"source":74,"target":655},{"source":74,"target":72},{"source":74,"target":55},{"source":74,"target":12},{"source":655,"target":26},{"source":652,"target":634},{"source":652,"target":656},{"source":652,"target":72},{"source":652,"target":657},{"source":652,"target":12},{"source":656,"target":634},{"source":653,"target":26},{"source":632,"target":44},{"source":632,"target":26},{"source":632,"target":651},{"source":632,"target":658},{"source":632,"target":659},{"source":651,"target":631},{"source":651,"target":660},{"source":651,"target":632},{"source":651,"target":644},{"source":651,"target":12},{"source":660,"target":631},{"source":658,"target":634},{"source":658,"target":661},{"source":658,"target":632},{"source":658,"target":662},{"source":658,"target":12},{"source":661,"target":634},{"source":659,"target":26},{"source":633,"target":44},{"source":633,"target":632},{"source":633,"target":663},{"source":633,"target":664},{"source":663,"target":665},{"source":663,"target":633},{"source":664,"target":632},{"source":634,"target":44},{"source":634,"target":26},{"source":634,"target":657},{"source":634,"target":662},{"source":634,"target":666},{"source":657,"target":72},{"source":657,"target":667},{"source":657,"target":634},{"source":657,"target":652},{"source":657,"target":12},{"source":667,"target":72},{"source":662,"target":632},{"source":662,"target":668},{"source":662,"target":634},{"source":662,"target":658},{"source":662,"target":12},{"source":668,"target":632},{"source":666,"target":26},{"source":635,"target":44},{"source":635,"target":634},{"source":635,"target":669},{"source":635,"target":670},{"source":669,"target":671},{"source":669,"target":635},{"source":670,"target":634},{"source":45,"target":672},{"source":45,"target":25},{"source":672,"target":45},{"source":672,"target":673},{"source":672,"target":674},{"source":672,"target":675},{"source":673,"target":5},{"source":673,"target":676},{"source":673,"target":672},{"source":676,"target":5},{"source":674,"target":5},{"source":674,"target":677},{"source":674,"target":672},{"source":677,"target":5},{"source":675,"target":5},{"source":675,"target":678},{"source":675,"target":672},{"source":678,"target":5},{"source":46,"target":679},{"source":46,"target":680},{"source":46,"target":681},{"source":46,"target":682},{"source":46,"target":683},{"source":46,"target":684},{"source":46,"target":685},{"source":46,"target":25},{"source":679,"target":46},{"source":679,"target":26},{"source":679,"target":686},{"source":679,"target":687},{"source":679,"target":688},{"source":686,"target":680},{"source":686,"target":689},{"source":686,"target":679},{"source":686,"target":690},{"source":686,"target":12},{"source":689,"target":680},{"source":687,"target":680},{"source":687,"target":691},{"source":687,"target":679},{"source":687,"target":692},{"source":687,"target":12},{"source":691,"target":680},{"source":688,"target":26},{"source":680,"target":46},{"source":680,"target":26},{"source":680,"target":690},{"source":680,"target":692},{"source":680,"target":693},{"source":680,"target":694},{"source":690,"target":679},{"source":690,"target":695},{"source":690,"target":680},{"source":690,"target":686},{"source":690,"target":12},{"source":695,"target":679},{"source":692,"target":679},{"source":692,"target":696},{"source":692,"target":680},{"source":692,"target":687},{"source":692,"target":12},{"source":696,"target":679},{"source":693,"target":697},{"source":693,"target":680},{"source":694,"target":26},{"source":681,"target":46},{"source":681,"target":679},{"source":681,"target":698},{"source":698,"target":679},{"source":682,"target":46},{"source":682,"target":679},{"source":682,"target":699},{"source":699,"target":679},{"source":683,"target":46},{"source":683,"target":679},{"source":683,"target":700},{"source":700,"target":679},{"source":684,"target":46},{"source":684,"target":679},{"source":684,"target":701},{"source":701,"target":679},{"source":685,"target":46},{"source":685,"target":679},{"source":685,"target":702},{"source":702,"target":679},{"source":703,"target":704},{"source":703,"target":705},{"source":703,"target":706},{"source":703,"target":707},{"source":703,"target":708},{"source":703,"target":709},{"source":703,"target":710},{"source":703,"target":711},{"source":703,"target":712},{"source":703,"target":713},{"source":703,"target":714},{"source":703,"target":715},{"source":704,"target":703},{"source":704,"target":716},{"source":704,"target":717},{"source":704,"target":718},{"source":704,"target":719},{"source":716,"target":708},{"source":716,"target":720},{"source":716,"target":704},{"source":720,"target":708},{"source":717,"target":721},{"source":717,"target":722},{"source":717,"target":704},{"source":722,"target":721},{"source":718,"target":723},{"source":718,"target":704},{"source":719,"target":724},{"source":719,"target":704},{"source":705,"target":703},{"source":705,"target":725},{"source":705,"target":726},{"source":705,"target":727},{"source":705,"target":728},{"source":725,"target":729},{"source":725,"target":705},{"source":726,"target":730},{"source":726,"target":705},{"source":727,"target":708},{"source":727,"target":731},{"source":727,"target":705},{"source":731,"target":708},{"source":728,"target":732},{"source":728,"target":733},{"source":728,"target":705},{"source":733,"target":732},{"source":706,"target":703},{"source":706,"target":2},{"source":706,"target":734},{"source":734,"target":2},{"source":707,"target":703},{"source":707,"target":735},{"source":707,"target":736},{"source":707,"target":737},{"source":707,"target":738},{"source":735,"target":739},{"source":735,"target":740},{"source":735,"target":707},{"source":740,"target":739},{"source":736,"target":704},{"source":736,"target":741},{"source":736,"target":707},{"source":741,"target":704},{"source":737,"target":706},{"source":737,"target":742},{"source":737,"target":707},{"source":742,"target":706},{"source":738,"target":743},{"source":738,"target":744},{"source":738,"target":707},{"source":744,"target":743},{"source":708,"target":703},{"source":708,"target":2},{"source":708,"target":745},{"source":745,"target":2},{"source":709,"target":703},{"source":709,"target":746},{"source":746,"target":747},{"source":746,"target":709},{"source":710,"target":703},{"source":710,"target":748},{"source":710,"target":749},{"source":748,"target":750},{"source":748,"target":710},{"source":749,"target":751},{"source":749,"target":710},{"source":711,"target":703},{"source":711,"target":3},{"source":711,"target":752},{"source":752,"target":3},{"source":712,"target":753},{"source":712,"target":754},{"source":712,"target":732},{"source":712,"target":755},{"source":712,"target":756},{"source":712,"target":757},{"source":712,"target":758},{"source":712,"target":759},{"source":712,"target":721},{"source":712,"target":760},{"source":712,"target":761},{"source":712,"target":762},{"source":712,"target":763},{"source":712,"target":703},{"source":753,"target":712},{"source":753,"target":755},{"source":753,"target":764},{"source":753,"target":765},{"source":764,"target":766},{"source":764,"target":753},{"source":765,"target":755},{"source":754,"target":712},{"source":754,"target":755},{"source":754,"target":767},{"source":754,"target":768},{"source":767,"target":769},{"source":767,"target":754},{"source":768,"target":755},{"source":732,"target":712},{"source":732,"target":755},{"source":732,"target":770},{"source":732,"target":771},{"source":770,"target":772},{"source":770,"target":732},{"source":771,"target":755},{"source":755,"target":712},{"source":756,"target":712},{"source":756,"target":773},{"source":756,"target":774},{"source":756,"target":775},{"source":756,"target":776},{"source":773,"target":777},{"source":773,"target":756},{"source":774,"target":778},{"source":774,"target":756},{"source":775,"target":779},{"source":775,"target":756},{"source":776,"target":780},{"source":776,"target":756},{"source":757,"target":712},{"source":757,"target":781},{"source":757,"target":782},{"source":757,"target":783},{"source":757,"target":784},{"source":757,"target":785},{"source":781,"target":786},{"source":781,"target":787},{"source":781,"target":757},{"source":787,"target":786},{"source":782,"target":788},{"source":782,"target":789},{"source":782,"target":757},{"source":789,"target":788},{"source":783,"target":756},{"source":783,"target":790},{"source":783,"target":757},{"source":790,"target":756},{"source":784,"target":791},{"source":784,"target":792},{"source":784,"target":757},{"source":792,"target":791},{"source":785,"target":761},{"source":785,"target":793},{"source":785,"target":757},{"source":793,"target":761},{"source":758,"target":712},{"source":758,"target":794},{"source":758,"target":795},{"source":758,"target":796},{"source":758,"target":797},{"source":758,"target":798},{"source":794,"target":732},{"source":794,"target":799},{"source":794,"target":758},{"source":799,"target":732},{"source":795,"target":756},{"source":795,"target":800},{"source":795,"target":758},{"source":800,"target":756},{"source":796,"target":753},{"source":796,"target":801},{"source":796,"target":758},{"source":801,"target":753},{"source":797,"target":761},{"source":797,"target":802},{"source":797,"target":758},{"source":802,"target":761},{"source":798,"target":757},{"source":798,"target":803},{"source":798,"target":758},{"source":803,"target":757},{"source":759,"target":712},{"source":759,"target":804},{"source":759,"target":805},{"source":759,"target":806},{"source":759,"target":807},{"source":804,"target":732},{"source":804,"target":808},{"source":804,"target":759},{"source":808,"target":732},{"source":805,"target":732},{"source":805,"target":809},{"source":805,"target":759},{"source":809,"target":732},{"source":806,"target":5},{"source":806,"target":810},{"source":806,"target":759},{"source":810,"target":5},{"source":807,"target":811},{"source":807,"target":759},{"source":721,"target":712},{"source":721,"target":812},{"source":721,"target":813},{"source":721,"target":814},{"source":721,"target":815},{"source":721,"target":816},{"source":721,"target":817},{"source":721,"target":818},{"source":812,"target":1},{"source":812,"target":819},{"source":812,"target":721},{"source":819,"target":1},{"source":813,"target":732},{"source":813,"target":820},{"source":813,"target":721},{"source":820,"target":732},{"source":814,"target":753},{"source":814,"target":821},{"source":814,"target":721},{"source":821,"target":753},{"source":815,"target":721},{"source":815,"target":822},{"source":815,"target":721},{"source":815,"target":816},{"source":822,"target":721},{"source":816,"target":721},{"source":816,"target":823},{"source":816,"target":721},{"source":816,"target":815},{"source":823,"target":721},{"source":817,"target":757},{"source":817,"target":824},{"source":817,"target":721},{"source":824,"target":757},{"source":818,"target":756},{"source":818,"target":825},{"source":818,"target":721},{"source":825,"target":756},{"source":760,"target":712},{"source":760,"target":755},{"source":760,"target":826},{"source":826,"target":755},{"source":761,"target":712},{"source":761,"target":827},{"source":761,"target":828},{"source":827,"target":829},{"source":827,"target":761},{"source":828,"target":830},{"source":828,"target":761},{"source":762,"target":786},{"source":762,"target":831},{"source":762,"target":832},{"source":762,"target":833},{"source":762,"target":834},{"source":762,"target":835},{"source":762,"target":836},{"source":762,"target":837},{"source":762,"target":838},{"source":762,"target":839},{"source":762,"target":840},{"source":762,"target":841},{"source":762,"target":842},{"source":762,"target":843},{"source":762,"target":844},{"source":762,"target":845},{"source":762,"target":846},{"source":762,"target":847},{"source":762,"target":848},{"source":762,"target":849},{"source":762,"target":712},{"source":786,"target":762},{"source":786,"target":3},{"source":786,"target":850},{"source":786,"target":851},{"source":786,"target":852},{"source":786,"target":853},{"source":786,"target":854},{"source":786,"target":855},{"source":850,"target":856},{"source":850,"target":786},{"source":851,"target":857},{"source":851,"target":786},{"source":852,"target":5},{"source":852,"target":858},{"source":852,"target":786},{"source":858,"target":5},{"source":853,"target":859},{"source":853,"target":786},{"source":854,"target":860},{"source":854,"target":786},{"source":855,"target":3},{"source":831,"target":762},{"source":831,"target":786},{"source":831,"target":861},{"source":831,"target":862},{"source":831,"target":863},{"source":831,"target":864},{"source":831,"target":865},{"source":831,"target":866},{"source":861,"target":786},{"source":861,"target":867},{"source":861,"target":831},{"source":867,"target":786},{"source":862,"target":786},{"source":862,"target":868},{"source":862,"target":831},{"source":868,"target":786},{"source":863,"target":869},{"source":863,"target":831},{"source":864,"target":870},{"source":864,"target":831},{"source":865,"target":871},{"source":865,"target":831},{"source":866,"target":786},{"source":832,"target":762},{"source":832,"target":786},{"source":832,"target":872},{"source":832,"target":873},{"source":872,"target":874},{"source":872,"target":832},{"source":873,"target":786},{"source":833,"target":762},{"source":833,"target":786},{"source":833,"target":875},{"source":833,"target":876},{"source":833,"target":877},{"source":833,"target":878},{"source":833,"target":879},{"source":875,"target":880},{"source":875,"target":833},{"source":876,"target":881},{"source":876,"target":833},{"source":877,"target":842},{"source":877,"target":882},{"source":877,"target":833},{"source":882,"target":842},{"source":878,"target":848},{"source":878,"target":883},{"source":878,"target":833},{"source":883,"target":848},{"source":879,"target":786},{"source":834,"target":762},{"source":834,"target":832},{"source":834,"target":884},{"source":834,"target":885},{"source":834,"target":886},{"source":884,"target":887},{"source":884,"target":834},{"source":885,"target":888},{"source":885,"target":834},{"source":886,"target":832},{"source":835,"target":762},{"source":835,"target":832},{"source":835,"target":889},{"source":835,"target":890},{"source":835,"target":891},{"source":835,"target":892},{"source":889,"target":893},{"source":889,"target":835},{"source":890,"target":894},{"source":890,"target":835},{"source":891,"target":895},{"source":891,"target":835},{"source":892,"target":832},{"source":836,"target":762},{"source":836,"target":832},{"source":836,"target":896},{"source":836,"target":897},{"source":836,"target":898},{"source":836,"target":899},{"source":896,"target":900},{"source":896,"target":836},{"source":897,"target":901},{"source":897,"target":836},{"source":898,"target":902},{"source":898,"target":836},{"source":899,"target":832},{"source":837,"target":762},{"source":837,"target":832},{"source":837,"target":903},{"source":837,"target":904},{"source":837,"target":905},{"source":837,"target":906},{"source":903,"target":907},{"source":903,"target":837},{"source":904,"target":908},{"source":904,"target":837},{"source":905,"target":909},{"source":905,"target":837},{"source":906,"target":832},{"source":838,"target":762},{"source":838,"target":842},{"source":838,"target":910},{"source":838,"target":911},{"source":838,"target":912},{"source":910,"target":5},{"source":910,"target":913},{"source":910,"target":838},{"source":913,"target":5},{"source":911,"target":5},{"source":911,"target":914},{"source":911,"target":838},{"source":914,"target":5},{"source":912,"target":842},{"source":839,"target":762},{"source":839,"target":842},{"source":839,"target":915},{"source":839,"target":916},{"source":839,"target":917},{"source":839,"target":918},{"source":915,"target":919},{"source":915,"target":839},{"source":916,"target":5},{"source":916,"target":920},{"source":916,"target":839},{"source":920,"target":5},{"source":917,"target":5},{"source":917,"target":921},{"source":917,"target":839},{"source":921,"target":5},{"source":918,"target":842},{"source":840,"target":762},{"source":840,"target":842},{"source":840,"target":922},{"source":840,"target":923},{"source":840,"target":924},{"source":840,"target":925},{"source":922,"target":926},{"source":922,"target":840},{"source":923,"target":927},{"source":923,"target":840},{"source":924,"target":5},{"source":924,"target":928},{"source":924,"target":840},{"source":928,"target":5},{"source":925,"target":842},{"source":841,"target":762},{"source":841,"target":832},{"source":841,"target":929},{"source":841,"target":930},{"source":841,"target":931},{"source":841,"target":932},{"source":929,"target":933},{"source":929,"target":841},{"source":930,"target":934},{"source":930,"target":841},{"source":931,"target":5},{"source":931,"target":935},{"source":931,"target":841},{"source":935,"target":5},{"source":932,"target":832},{"source":842,"target":762},{"source":842,"target":832},{"source":842,"target":936},{"source":842,"target":937},{"source":842,"target":938},{"source":842,"target":939},{"source":936,"target":940},{"source":936,"target":842},{"source":937,"target":941},{"source":937,"target":842},{"source":938,"target":847},{"source":938,"target":942},{"source":938,"target":842},{"source":942,"target":847},{"source":939,"target":832},{"source":843,"target":762},{"source":843,"target":834},{"source":843,"target":943},{"source":943,"target":834},{"source":844,"target":762},{"source":844,"target":2},{"source":844,"target":944},{"source":944,"target":2},{"source":845,"target":762},{"source":845,"target":945},{"source":845,"target":946},{"source":945,"target":947},{"source":945,"target":845},{"source":946,"target":786},{"source":946,"target":948},{"source":946,"target":845},{"source":948,"target":786},{"source":846,"target":762},{"source":846,"target":949},{"source":846,"target":950},{"source":949,"target":951},{"source":949,"target":846},{"source":950,"target":5},{"source":950,"target":952},{"source":950,"target":846},{"source":952,"target":5},{"source":847,"target":762},{"source":847,"target":953},{"source":847,"target":954},{"source":847,"target":955},{"source":953,"target":847},{"source":954,"target":847},{"source":955,"target":847},{"source":848,"target":762},{"source":848,"target":956},{"source":848,"target":957},{"source":956,"target":958},{"source":956,"target":848},{"source":957,"target":5},{"source":957,"target":959},{"source":957,"target":848},{"source":959,"target":5},{"source":849,"target":960},{"source":849,"target":762},{"source":960,"target":849},{"source":960,"target":831},{"source":960,"target":961},{"source":961,"target":831},{"source":763,"target":788},{"source":763,"target":962},{"source":763,"target":963},{"source":763,"target":964},{"source":763,"target":965},{"source":763,"target":966},{"source":763,"target":967},{"source":763,"target":968},{"source":763,"target":969},{"source":763,"target":970},{"source":763,"target":971},{"source":763,"target":972},{"source":763,"target":973},{"source":763,"target":974},{"source":763,"target":975},{"source":763,"target":976},{"source":763,"target":977},{"source":763,"target":978},{"source":763,"target":979},{"source":763,"target":980},{"source":763,"target":981},{"source":763,"target":982},{"source":763,"target":983},{"source":763,"target":984},{"source":763,"target":985},{"source":763,"target":986},{"source":763,"target":987},{"source":763,"target":988},{"source":763,"target":989},{"source":763,"target":712},{"source":788,"target":763},{"source":788,"target":990},{"source":990,"target":991},{"source":990,"target":788},{"source":962,"target":763},{"source":962,"target":788},{"source":962,"target":992},{"source":962,"target":993},{"source":962,"target":994},{"source":962,"target":995},{"source":992,"target":5},{"source":992,"target":996},{"source":992,"target":962},{"source":996,"target":5},{"source":993,"target":997},{"source":993,"target":962},{"source":994,"target":998},{"source":994,"target":962},{"source":995,"target":788},{"source":963,"target":763},{"source":963,"target":788},{"source":963,"target":999},{"source":963,"target":1000},{"source":963,"target":1001},{"source":963,"target":1002},{"source":963,"target":1003},{"source":963,"target":1004},{"source":999,"target":1005},{"source":999,"target":963},{"source":1000,"target":1006},{"source":1000,"target":963},{"source":1001,"target":732},{"source":1001,"target":1007},{"source":1001,"target":963},{"source":1007,"target":732},{"source":1002,"target":732},{"source":1002,"target":1008},{"source":1002,"target":963},{"source":1008,"target":732},{"source":1003,"target":786},{"source":1003,"target":1009},{"source":1003,"target":963},{"source":1009,"target":786},{"source":1004,"target":788},{"source":964,"target":763},{"source":964,"target":788},{"source":964,"target":1010},{"source":964,"target":1011},{"source":1010,"target":732},{"source":1010,"target":1012},{"source":1010,"target":964},{"source":1012,"target":732},{"source":1011,"target":788},{"source":965,"target":763},{"source":965,"target":788},{"source":965,"target":1013},{"source":965,"target":1014},{"source":965,"target":1015},{"source":965,"target":1016},{"source":965,"target":1017},{"source":1013,"target":1018},{"source":1013,"target":965},{"source":1014,"target":1019},{"source":1014,"target":965},{"source":1015,"target":1020},{"source":1015,"target":965},{"source":1016,"target":1021},{"source":1016,"target":965},{"source":1017,"target":788},{"source":966,"target":763},{"source":966,"target":788},{"source":966,"target":1022},{"source":966,"target":1023},{"source":1022,"target":1024},{"source":1022,"target":966},{"source":1023,"target":788},{"source":967,"target":763},{"source":967,"target":788},{"source":967,"target":1025},{"source":967,"target":1026},{"source":967,"target":1027},{"source":1025,"target":732},{"source":1025,"target":1028},{"source":1025,"target":967},{"source":1028,"target":732},{"source":1026,"target":732},{"source":1026,"target":1029},{"source":1026,"target":967},{"source":1029,"target":732},{"source":1027,"target":788},{"source":968,"target":763},{"source":968,"target":788},{"source":968,"target":1030},{"source":968,"target":1031},{"source":968,"target":1032},{"source":1030,"target":5},{"source":1030,"target":1033},{"source":1030,"target":968},{"source":1033,"target":5},{"source":1031,"target":5},{"source":1031,"target":1034},{"source":1031,"target":968},{"source":1034,"target":5},{"source":1032,"target":788},{"source":969,"target":763},{"source":969,"target":788},{"source":969,"target":1035},{"source":969,"target":1036},{"source":1035,"target":1037},{"source":1035,"target":969},{"source":1036,"target":788},{"source":970,"target":763},{"source":970,"target":788},{"source":970,"target":1038},{"source":970,"target":1039},{"source":970,"target":1040},{"source":970,"target":1041},{"source":1038,"target":732},{"source":1038,"target":1042},{"source":1038,"target":970},{"source":1042,"target":732},{"source":1039,"target":732},{"source":1039,"target":1043},{"source":1039,"target":970},{"source":1043,"target":732},{"source":1040,"target":5},{"source":1040,"target":1044},{"source":1040,"target":970},{"source":1044,"target":5},{"source":1041,"target":788},{"source":971,"target":763},{"source":971,"target":788},{"source":971,"target":1045},{"source":1045,"target":788},{"source":972,"target":763},{"source":972,"target":788},{"source":972,"target":1046},{"source":972,"target":1047},{"source":972,"target":1048},{"source":972,"target":1049},{"source":972,"target":1050},{"source":1046,"target":1051},{"source":1046,"target":972},{"source":1047,"target":1052},{"source":1047,"target":972},{"source":1048,"target":5},{"source":1048,"target":1053},{"source":1048,"target":972},{"source":1053,"target":5},{"source":1049,"target":5},{"source":1049,"target":1054},{"source":1049,"target":972},{"source":1054,"target":5},{"source":1050,"target":788},{"source":973,"target":763},{"source":973,"target":788},{"source":973,"target":1055},{"source":973,"target":1056},{"source":973,"target":1057},{"source":973,"target":1058},{"source":973,"target":1059},{"source":1055,"target":1060},{"source":1055,"target":973},{"source":1056,"target":5},{"source":1056,"target":1061},{"source":1056,"target":973},{"source":1061,"target":5},{"source":1057,"target":5},{"source":1057,"target":1062},{"source":1057,"target":973},{"source":1062,"target":5},{"source":1058,"target":1063},{"source":1058,"target":973},{"source":1059,"target":788},{"source":974,"target":763},{"source":974,"target":788},{"source":974,"target":1064},{"source":974,"target":1065},{"source":974,"target":1066},{"source":974,"target":1067},{"source":1064,"target":5},{"source":1064,"target":1068},{"source":1064,"target":974},{"source":1068,"target":5},{"source":1065,"target":5},{"source":1065,"target":1069},{"source":1065,"target":974},{"source":1069,"target":5},{"source":1066,"target":1070},{"source":1066,"target":974},{"source":1067,"target":788},{"source":975,"target":763},{"source":975,"target":788},{"source":975,"target":1071},{"source":975,"target":1072},{"source":975,"target":1073},{"source":975,"target":1074},{"source":1071,"target":5},{"source":1071,"target":1075},{"source":1071,"target":975},{"source":1075,"target":5},{"source":1072,"target":5},{"source":1072,"target":1076},{"source":1072,"target":975},{"source":1076,"target":5},{"source":1073,"target":1077},{"source":1073,"target":975},{"source":1074,"target":788},{"source":976,"target":763},{"source":976,"target":788},{"source":976,"target":1078},{"source":976,"target":1079},{"source":976,"target":1080},{"source":1078,"target":1081},{"source":1078,"target":976},{"source":1079,"target":1082},{"source":1079,"target":976},{"source":1080,"target":788},{"source":977,"target":763},{"source":977,"target":788},{"source":977,"target":1083},{"source":977,"target":1084},{"source":977,"target":1085},{"source":1083,"target":1086},{"source":1083,"target":977},{"source":1084,"target":1087},{"source":1084,"target":977},{"source":1085,"target":788},{"source":978,"target":763},{"source":978,"target":788},{"source":978,"target":1088},{"source":978,"target":1089},{"source":1088,"target":786},{"source":1088,"target":1090},{"source":1088,"target":978},{"source":1090,"target":786},{"source":1089,"target":788},{"source":979,"target":763},{"source":979,"target":788},{"source":979,"target":1091},{"source":1091,"target":788},{"source":980,"target":763},{"source":980,"target":788},{"source":980,"target":1092},{"source":980,"target":1093},{"source":980,"target":1094},{"source":1092,"target":732},{"source":1092,"target":1095},{"source":1092,"target":980},{"source":1095,"target":732},{"source":1093,"target":732},{"source":1093,"target":1096},{"source":1093,"target":980},{"source":1096,"target":732},{"source":1094,"target":788},{"source":981,"target":763},{"source":981,"target":962},{"source":981,"target":1097},{"source":981,"target":1098},{"source":1097,"target":1099},{"source":1097,"target":981},{"source":1098,"target":962},{"source":982,"target":763},{"source":982,"target":788},{"source":982,"target":1100},{"source":982,"target":1101},{"source":1100,"target":791},{"source":1100,"target":1102},{"source":1100,"target":982},{"source":1100,"target":12},{"source":1102,"target":791},{"source":1101,"target":788},{"source":983,"target":763},{"source":983,"target":788},{"source":983,"target":1103},{"source":983,"target":1104},{"source":1103,"target":1105},{"source":1103,"target":983},{"source":1104,"target":788},{"source":984,"target":763},{"source":984,"target":788},{"source":984,"target":1106},{"source":984,"target":1107},{"source":984,"target":1108},{"source":984,"target":1109},{"source":1106,"target":5},{"source":1106,"target":1110},{"source":1106,"target":984},{"source":1110,"target":5},{"source":1107,"target":1111},{"source":1107,"target":984},{"source":1108,"target":5},{"source":1108,"target":1112},{"source":1108,"target":984},{"source":1112,"target":5},{"source":1109,"target":788},{"source":985,"target":763},{"source":985,"target":788},{"source":985,"target":1113},{"source":985,"target":1114},{"source":985,"target":1115},{"source":985,"target":1116},{"source":985,"target":1117},{"source":985,"target":1118},{"source":985,"target":1119},{"source":1113,"target":844},{"source":1113,"target":1120},{"source":1113,"target":985},{"source":1120,"target":844},{"source":1114,"target":844},{"source":1114,"target":1121},{"source":1114,"target":985},{"source":1121,"target":844},{"source":1115,"target":5},{"source":1115,"target":1122},{"source":1115,"target":985},{"source":1122,"target":5},{"source":1116,"target":986},{"source":1116,"target":1123},{"source":1116,"target":985},{"source":1123,"target":986},{"source":1117,"target":1124},{"source":1117,"target":985},{"source":1118,"target":1125},{"source":1118,"target":985},{"source":1119,"target":788},{"source":986,"target":763},{"source":986,"target":1126},{"source":986,"target":1127},{"source":986,"target":1128},{"source":986,"target":1129},{"source":1126,"target":986},{"source":1127,"target":986},{"source":1128,"target":986},{"source":1129,"target":986},{"source":987,"target":763},{"source":987,"target":788},{"source":987,"target":1130},{"source":987,"target":1131},{"source":1130,"target":988},{"source":1130,"target":1132},{"source":1130,"target":987},{"source":1132,"target":988},{"source":1131,"target":788},{"source":988,"target":763},{"source":988,"target":1133},{"source":988,"target":1134},{"source":988,"target":1135},{"source":988,"target":1136},{"source":988,"target":1137},{"source":1133,"target":988},{"source":1134,"target":988},{"source":1135,"target":988},{"source":1136,"target":988},{"source":1137,"target":988},{"source":989,"target":1138},{"source":989,"target":1139},{"source":989,"target":1140},{"source":989,"target":763},{"source":1138,"target":989},{"source":1138,"target":788},{"source":1138,"target":1141},{"source":1141,"target":788},{"source":1139,"target":989},{"source":1139,"target":1138},{"source":1139,"target":1142},{"source":1139,"target":1143},{"source":1142,"target":708},{"source":1142,"target":1144},{"source":1142,"target":1139},{"source":1144,"target":708},{"source":1143,"target":1138},{"source":1140,"target":989},{"source":1140,"target":1139},{"source":1140,"target":1145},{"source":1140,"target":1146},{"source":1145,"target":732},{"source":1145,"target":1147},{"source":1145,"target":1140},{"source":1147,"target":732},{"source":1146,"target":1139},{"source":713,"target":743},{"source":713,"target":1148},{"source":713,"target":739},{"source":713,"target":1149},{"source":713,"target":1150},{"source":713,"target":1151},{"source":713,"target":703},{"source":743,"target":713},{"source":743,"target":1148},{"source":743,"target":1152},{"source":743,"target":1153},{"source":743,"target":1154},{"source":1152,"target":1155},{"source":1152,"target":743},{"source":1153,"target":1156},{"source":1153,"target":743},{"source":1154,"target":1148},{"source":1148,"target":713},{"source":1148,"target":3},{"source":1148,"target":1157},{"source":1148,"target":1158},{"source":1148,"target":1159},{"source":1148,"target":1160},{"source":1148,"target":1161},{"source":1148,"target":1162},{"source":1157,"target":1149},{"source":1157,"target":1163},{"source":1157,"target":1148},{"source":1163,"target":1149},{"source":1158,"target":1164},{"source":1158,"target":1148},{"source":1159,"target":1165},{"source":1159,"target":1166},{"source":1159,"target":1148},{"source":1166,"target":1165},{"source":1160,"target":1167},{"source":1160,"target":1148},{"source":1161,"target":1150},{"source":1161,"target":1168},{"source":1161,"target":1148},{"source":1168,"target":1150},{"source":1162,"target":3},{"source":739,"target":713},{"source":739,"target":1148},{"source":739,"target":1169},{"source":739,"target":1170},{"source":1169,"target":1148},{"source":1169,"target":1171},{"source":1169,"target":739},{"source":1169,"target":12},{"source":1171,"target":1148},{"source":1170,"target":1148},{"source":1149,"target":713},{"source":1149,"target":2},{"source":1149,"target":1172},{"source":1172,"target":2},{"source":1150,"target":713},{"source":1150,"target":1173},{"source":1150,"target":1174},{"source":1150,"target":1175},{"source":1173,"target":1176},{"source":1173,"target":1150},{"source":1174,"target":1177},{"source":1174,"target":1150},{"source":1175,"target":708},{"source":1175,"target":1178},{"source":1175,"target":1150},{"source":1175,"target":14},{"source":1178,"target":708},{"source":1151,"target":1165},{"source":1151,"target":1179},{"source":1151,"target":1180},{"source":1151,"target":1181},{"source":1151,"target":1182},{"source":1151,"target":713},{"source":1165,"target":1151},{"source":1165,"target":1183},{"source":1165,"target":1184},{"source":1165,"target":1185},{"source":1165,"target":1186},{"source":1165,"target":1187},{"source":1165,"target":1188},{"source":1183,"target":1189},{"source":1183,"target":1165},{"source":1183,"target":1190},{"source":1190,"target":708},{"source":1190,"target":1191},{"source":1190,"target":1183},{"source":1191,"target":708},{"source":1184,"target":1192},{"source":1184,"target":1165},{"source":1184,"target":1193},{"source":1184,"target":1194},{"source":1193,"target":708},{"source":1193,"target":1195},{"source":1193,"target":1184},{"source":1195,"target":708},{"source":1194,"target":1196},{"source":1194,"target":1184},{"source":1185,"target":1197},{"source":1185,"target":1165},{"source":1185,"target":1198},{"source":1185,"target":1199},{"source":1198,"target":708},{"source":1198,"target":1200},{"source":1198,"target":1185},{"source":1200,"target":708},{"source":1199,"target":1201},{"source":1199,"target":1185},{"source":1186,"target":1202},{"source":1186,"target":1165},{"source":1186,"target":1203},{"source":1186,"target":1204},{"source":1203,"target":708},{"source":1203,"target":1205},{"source":1203,"target":1186},{"source":1205,"target":708},{"source":1204,"target":1206},{"source":1204,"target":1186},{"source":1187,"target":1207},{"source":1187,"target":1165},{"source":1187,"target":1208},{"source":1187,"target":1209},{"source":1208,"target":708},{"source":1208,"target":1210},{"source":1208,"target":1187},{"source":1210,"target":708},{"source":1209,"target":1211},{"source":1209,"target":1187},{"source":1188,"target":708},{"source":1188,"target":1212},{"source":1188,"target":1165},{"source":1188,"target":14},{"source":1212,"target":708},{"source":1179,"target":1151},{"source":1179,"target":1165},{"source":1179,"target":1213},{"source":1213,"target":1165},{"source":1180,"target":1151},{"source":1180,"target":1165},{"source":1180,"target":1214},{"source":1214,"target":1165},{"source":1181,"target":1151},{"source":1181,"target":1165},{"source":1181,"target":1215},{"source":1215,"target":1165},{"source":1182,"target":1151},{"source":1182,"target":1165},{"source":1182,"target":1216},{"source":1216,"target":1165},{"source":714,"target":791},{"source":714,"target":703},{"source":791,"target":714},{"source":791,"target":3},{"source":791,"target":1217},{"source":791,"target":1218},{"source":791,"target":1219},{"source":791,"target":1220},{"source":791,"target":1221},{"source":791,"target":1222},{"source":791,"target":1223},{"source":791,"target":1224},{"source":791,"target":1225},{"source":791,"target":1226},{"source":791,"target":1227},{"source":791,"target":1228},{"source":1217,"target":1229},{"source":1217,"target":791},{"source":1218,"target":1230},{"source":1218,"target":791},{"source":1219,"target":1231},{"source":1219,"target":791},{"source":1220,"target":1232},{"source":1220,"target":791},{"source":1221,"target":1233},{"source":1221,"target":791},{"source":1222,"target":1234},{"source":1222,"target":791},{"source":1223,"target":1235},{"source":1223,"target":791},{"source":1224,"target":1236},{"source":1224,"target":791},{"source":1225,"target":708},{"source":1225,"target":1237},{"source":1225,"target":791},{"source":1237,"target":708},{"source":1226,"target":5},{"source":1226,"target":1238},{"source":1226,"target":791},{"source":1238,"target":5},{"source":1227,"target":844},{"source":1227,"target":1239},{"source":1227,"target":791},{"source":1239,"target":844},{"source":1228,"target":3},{"source":715,"target":1240},{"source":715,"target":1241},{"source":715,"target":1242},{"source":715,"target":1243},{"source":715,"target":703},{"source":1240,"target":715},{"source":1240,"target":1244},{"source":1240,"target":1245},{"source":1244,"target":1246},{"source":1244,"target":1240},{"source":1245,"target":1247},{"source":1245,"target":1240},{"source":1241,"target":715},{"source":1241,"target":1248},{"source":1241,"target":1249},{"source":1248,"target":1250},{"source":1248,"target":1241},{"source":1249,"target":708},{"source":1249,"target":1251},{"source":1249,"target":1241},{"source":1249,"target":14},{"source":1251,"target":708},{"source":1242,"target":715},{"source":1242,"target":1252},{"source":1242,"target":1253},{"source":1252,"target":1254},{"source":1252,"target":1242},{"source":1253,"target":5},{"source":1253,"target":1255},{"source":1253,"target":1242},{"source":1255,"target":5},{"source":1243,"target":715},{"source":1243,"target":1256},{"source":1243,"target":1257},{"source":1243,"target":1258},{"source":1256,"target":1240},{"source":1256,"target":1259},{"source":1256,"target":1243},{"source":1259,"target":1240},{"source":1257,"target":1241},{"source":1257,"target":1260},{"source":1257,"target":1243},{"source":1260,"target":1241},{"source":1258,"target":1242},{"source":1258,"target":1261},{"source":1258,"target":1243},{"source":1261,"target":1242}],"multigraph":true}
ecore
textprocessing
repo-ecore-all/data/TransformationToolContest/ttc2019-live/metamodels/ttc2019.live.metamodels/models/DocBook.ecore
docbook DocBook books Book articles TitledElement title Article sections_1 Section paras Sect1 sections_2 Sect2 Para content Identifiable id
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="docbook" nsURI="https://www.transformation-tool-contest.eu/2019/docbook" nsPrefix="docb"> <eClassifiers xsi:type="ecore:EClass" name="DocBook" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" lowerBound="1" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="articles" lowerBound="1" upperBound="-1" eType="#//Article" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TitledElement" abstract="true" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="#//TitledElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections_1" lowerBound="1" upperBound="-1" eType="#//Sect1" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" abstract="true" eSuperTypes="#//TitledElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="paras" lowerBound="1" upperBound="-1" eType="#//Para" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sect1" eSuperTypes="#//Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections_2" lowerBound="1" upperBound="-1" eType="#//Sect2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sect2" eSuperTypes="#//Section"/> <eClassifiers xsi:type="ecore:EClass" name="Para" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identifiable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"docb","nsURI":"https://www.transformation-tool-contest.eu/2019/docbook","name":"docbook","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocBook","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitledElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sect1","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sect2","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Para","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"id":9,"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":"books","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"articles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections_1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"paras","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections_2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":2},{"source":11,"target":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":4},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":4},{"source":14,"target":9},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":18},{"source":16,"target":3},{"source":17,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":6},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":6},{"source":20,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":22},{"source":5,"target":23},{"source":22,"target":8},{"source":22,"target":24},{"source":22,"target":5},{"source":24,"target":8},{"source":23,"target":3},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":7},{"source":25,"target":27},{"source":25,"target":6},{"source":27,"target":7},{"source":26,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":28},{"source":28,"target":5},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":29},{"source":8,"target":30},{"source":29,"target":31},{"source":29,"target":8},{"source":30,"target":9},{"source":9,"target":0},{"source":9,"target":32},{"source":32,"target":33},{"source":32,"target":9}],"multigraph":true}
ecore
visualization
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/t-ho/textbe/model_gv/trunk/org.be.textbe.gv.model/metamodel/gv.ecore
gv AbstractGraph statements AList attribute tail AssignmentStatement left right Attributable attributes Attribute key value AttributeList list next AttributeStatement context attributes Commentable comments Compass NORTH n NORTH_EAST ne EAST e SOUTH_EAST se SOUTH s SOUTH_WEST sw WEST w NORTH_WEST nw CENTER c APPROPRIATE _ Connectable EdgeStatement source target Graph type strict Identifiable id NodeStatement node_id NodeID port Port compass Statement StatementList statement tail StrictIdentifiable id Subgraph type Target operation next_target target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gv" nsURI="http://org.be.textbe/gv" nsPrefix="gv"> <eClassifiers xsi:type="ecore:EClass" name="AbstractGraph" abstract="true" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AList" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#//AList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentStatement" eSuperTypes="#//Statement #//Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attributable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//AttributeList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeList" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" lowerBound="1" eType="#//AList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//AttributeList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeStatement" eSuperTypes="#//Statement #//Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" eType="#//AttributeList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Compass"> <eLiterals name="NORTH" literal="n"/> <eLiterals name="NORTH_EAST" value="1" literal="ne"/> <eLiterals name="EAST" value="2" literal="e"/> <eLiterals name="SOUTH_EAST" value="3" literal="se"/> <eLiterals name="SOUTH" value="4" literal="s"/> <eLiterals name="SOUTH_WEST" value="5" literal="sw"/> <eLiterals name="WEST" value="6" literal="w"/> <eLiterals name="NORTH_WEST" value="7" literal="nw"/> <eLiterals name="CENTER" value="8" literal="c"/> <eLiterals name="APPROPRIATE" value="9" literal="_"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connectable" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="EdgeStatement" eSuperTypes="#//Statement #//Attributable #//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Connectable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Target" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//AbstractGraph #//Commentable"> <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="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identifiable" 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:EClass" name="NodeStatement" eSuperTypes="#//Statement #//Attributable #//Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="node_id" lowerBound="1" eType="#//NodeID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeID" eSuperTypes="#//Connectable #//StrictIdentifiable #//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//Port" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Identifiable #//Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compass" eType="#//Compass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="StatementList" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrictIdentifiable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subgraph" eSuperTypes="#//AbstractGraph #//Connectable #//Commentable"> <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="Target" eSuperTypes="#//Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next_target" eType="#//Target" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Connectable" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gv","nsURI":"http://org.be.textbe/gv","name":"gv","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractGraph","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AList","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentStatement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attributable","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeList","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeStatement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Compass","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connectable","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeStatement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeID","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementList","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrictIdentifiable","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subgraph","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":21,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"name":"NORTH","id":56,"value":0,"literal":"n","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":57,"value":1,"literal":"ne","eClass":"EEnumLiteral"},{"name":"EAST","id":58,"value":2,"literal":"e","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":59,"value":3,"literal":"se","eClass":"EEnumLiteral"},{"name":"SOUTH","id":60,"value":4,"literal":"s","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":61,"value":5,"literal":"sw","eClass":"EEnumLiteral"},{"name":"WEST","id":62,"value":6,"literal":"w","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":63,"value":7,"literal":"nw","eClass":"EEnumLiteral"},{"name":"CENTER","id":64,"value":8,"literal":"c","eClass":"EEnumLiteral"},{"name":"APPROPRIATE","id":65,"value":9,"literal":"_","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":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":"strict","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"},{"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"node_id","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compass","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":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":"next_target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":18},{"source":22,"target":24},{"source":22,"target":1},{"source":24,"target":18},{"source":23,"target":13},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":5},{"source":26,"target":2},{"source":26,"target":29},{"source":26,"target":2},{"source":29,"target":2},{"source":27,"target":8},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":8},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":35},{"source":31,"target":3},{"source":32,"target":17},{"source":33,"target":8},{"source":4,"target":0},{"source":4,"target":36},{"source":36,"target":6},{"source":36,"target":37},{"source":36,"target":4},{"source":37,"target":6},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":38,"target":41},{"source":38,"target":5},{"source":39,"target":42},{"source":39,"target":5},{"source":40,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":43,"target":2},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":2},{"source":44,"target":6},{"source":44,"target":47},{"source":44,"target":6},{"source":47,"target":6},{"source":45,"target":8},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":8},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":48,"target":52},{"source":48,"target":7},{"source":49,"target":6},{"source":49,"target":53},{"source":49,"target":7},{"source":53,"target":6},{"source":50,"target":17},{"source":51,"target":8},{"source":8,"target":0},{"source":8,"target":54},{"source":54,"target":55},{"source":54,"target":8},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":56,"target":9},{"source":57,"target":9},{"source":58,"target":9},{"source":59,"target":9},{"source":60,"target":9},{"source":61,"target":9},{"source":62,"target":9},{"source":63,"target":9},{"source":64,"target":9},{"source":65,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":4},{"source":11,"target":8},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":66,"target":10},{"source":66,"target":71},{"source":66,"target":11},{"source":71,"target":10},{"source":67,"target":21},{"source":67,"target":72},{"source":67,"target":11},{"source":72,"target":21},{"source":68,"target":17},{"source":69,"target":4},{"source":70,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":73,"target":77},{"source":73,"target":12},{"source":74,"target":78},{"source":74,"target":12},{"source":75,"target":1},{"source":76,"target":8},{"source":13,"target":0},{"source":13,"target":79},{"source":79,"target":80},{"source":79,"target":13},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":4},{"source":14,"target":5},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":81,"target":15},{"source":81,"target":85},{"source":81,"target":14},{"source":85,"target":15},{"source":82,"target":17},{"source":83,"target":4},{"source":84,"target":5},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":19},{"source":15,"target":8},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":86,"target":16},{"source":86,"target":90},{"source":86,"target":15},{"source":90,"target":16},{"source":87,"target":10},{"source":88,"target":19},{"source":89,"target":8},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":8},{"source":16,"target":91},{"source":16,"target":92},{"source":16,"target":93},{"source":91,"target":9},{"source":91,"target":94},{"source":91,"target":16},{"source":94,"target":9},{"source":92,"target":13},{"source":93,"target":8},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":95},{"source":18,"target":96},{"source":18,"target":97},{"source":95,"target":17},{"source":95,"target":98},{"source":95,"target":18},{"source":98,"target":17},{"source":96,"target":18},{"source":96,"target":99},{"source":96,"target":18},{"source":99,"target":18},{"source":97,"target":8},{"source":19,"target":0},{"source":19,"target":100},{"source":100,"target":101},{"source":100,"target":19},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":10},{"source":20,"target":8},{"source":20,"target":102},{"source":20,"target":103},{"source":20,"target":104},{"source":20,"target":105},{"source":102,"target":106},{"source":102,"target":20},{"source":103,"target":1},{"source":104,"target":10},{"source":105,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":107},{"source":21,"target":108},{"source":21,"target":109},{"source":21,"target":110},{"source":107,"target":111},{"source":107,"target":21},{"source":108,"target":21},{"source":108,"target":112},{"source":108,"target":21},{"source":112,"target":21},{"source":109,"target":10},{"source":109,"target":113},{"source":109,"target":21},{"source":113,"target":10},{"source":110,"target":8}],"multigraph":true}
ecore
app
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/examples/empirical-study/puzzle.empirical.study/githubmetamodels/ApplauseDsl.ecore
applauseDsl Model application elements ModelElement name PropertyPathPart name TypeDescription type many Parameter description value ObjectReference object tail Expression ScalarExpression CollectionExpression StringLiteral value StringFunction CollectionLiteral items CollectionFunction Application name background startView Type SimpleType platformType Entity runtimeType extends properties Property derived description ContentProvider parameter storing type many implementation ContentProviderImplementation SerializationFormat XML XML JSON JSON FetchingContentProviderImplementation format url selection CustomContentProviderImplementation providerClass ProviderConstruction View content TabView tabs Tab title icon view TableViewStyle Plain Plain Grouped Grouped TableView variables title titleImage style sections CustomView className ViewContentElement iterator Section title cells Cell type text details image action accessory CellType default Default value1 Value1 value2 Value2 subtitle Subtitle CellAccessory None None Link Link Detail Detail Check Check CollectionIterator collection ViewAction Selector name ExternalOpen url ViewCall view provider ProjectClass name StringConcat values StringReplace value match replacement StringUrlConform value StringSplit value delimiter ComplexProviderConstruction provider argument SimpleProviderConstruction expression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="applauseDsl" nsURI="http://www.applause.org/applausedsl/ApplauseDsl" nsPrefix="applauseDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="application" eType="#//Application" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ModelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement"> <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="PropertyPathPart"> <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="TypeDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//PropertyPathPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//TypeDescription" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ProviderConstruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectReference" eSuperTypes="#//Expression #//ScalarExpression #//CollectionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//PropertyPathPart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#//ObjectReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ScalarExpression"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression #//ScalarExpression"> <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="StringFunction" eSuperTypes="#//Expression #//ScalarExpression"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteral" eSuperTypes="#//Expression #//CollectionExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ScalarExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionFunction" eSuperTypes="#//Expression #//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Application"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="background" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startView" eType="#//ViewCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="platformType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//PropertyPathPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//TypeDescription" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentProvider" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//ContentProviderImplementation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentProviderImplementation"/> <eClassifiers xsi:type="ecore:EEnum" name="SerializationFormat"> <eLiterals name="XML" literal="XML"/> <eLiterals name="JSON" value="1" literal="JSON"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FetchingContentProviderImplementation" eSuperTypes="#//ContentProviderImplementation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//SerializationFormat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" eType="#//ScalarExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomContentProviderImplementation" eSuperTypes="#//ContentProviderImplementation"> <eStructuralFeatures xsi:type="ecore:EReference" name="providerClass" eType="#//ProjectClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProviderConstruction"/> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabView" eSuperTypes="#//View"> <eStructuralFeatures xsi:type="ecore:EReference" name="tabs" upperBound="-1" eType="#//Tab" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tab"> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="icon" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//ViewCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TableViewStyle"> <eLiterals name="Plain" literal="Plain"/> <eLiterals name="Grouped" value="1" literal="Grouped"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableView" eSuperTypes="#//View"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="titleImage" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//TableViewStyle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//Section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomView" eSuperTypes="#//View"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" eType="#//CollectionIterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#//ViewContentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1" eType="#//Cell" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cell" eSuperTypes="#//ViewContentElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//CellType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ViewAction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessory" eType="#//CellAccessory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CellType"> <eLiterals name="default" literal="Default"/> <eLiterals name="value1" value="1" literal="Value1"/> <eLiterals name="value2" value="2" literal="Value2"/> <eLiterals name="subtitle" value="3" literal="Subtitle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CellAccessory"> <eLiterals name="None" literal="None"/> <eLiterals name="Link" value="1" literal="Link"/> <eLiterals name="Detail" value="2" literal="Detail"/> <eLiterals name="Check" value="3" literal="Check"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionIterator" eSuperTypes="#//PropertyPathPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" eType="#//CollectionExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewAction"/> <eClassifiers xsi:type="ecore:EClass" name="Selector" eSuperTypes="#//ViewAction"> <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="ExternalOpen" eSuperTypes="#//ViewAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//ScalarExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewCall" eSuperTypes="#//ViewAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//View"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//ProviderConstruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectClass"> <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="StringConcat" eSuperTypes="#//StringFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ScalarExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringReplace" eSuperTypes="#//StringFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replacement" eType="#//ScalarExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringUrlConform" eSuperTypes="#//StringFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ScalarExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringSplit" eSuperTypes="#//CollectionFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ScalarExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delimiter" eType="#//ScalarExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexProviderConstruction" eSuperTypes="#//ProviderConstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//ContentProvider"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleProviderConstruction" eSuperTypes="#//ProviderConstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"applauseDsl","nsURI":"http://www.applause.org/applausedsl/ApplauseDsl","name":"applauseDsl","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":"ModelElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyPathPart","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDescription","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":"ObjectReference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringFunction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionFunction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentProvider","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentProviderImplementation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SerializationFormat","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FetchingContentProviderImplementation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomContentProviderImplementation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProviderConstruction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabView","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tab","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TableViewStyle","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableView","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomView","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewContentElement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cell","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CellType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CellAccessory","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionIterator","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selector","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalOpen","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewCall","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectClass","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConcat","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReplace","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringUrlConform","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringSplit","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexProviderConstruction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleProviderConstruction","instanceClass":null,"abstract":false,"id":47,"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":"application","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startView","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformType","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtimeType","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storing","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":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":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"name":"XML","id":117,"value":0,"literal":"XML","eClass":"EEnumLiteral"},{"name":"JSON","id":118,"value":1,"literal":"JSON","eClass":"EEnumLiteral"},{"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":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":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providerClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tabs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"name":"Plain","id":141,"value":0,"literal":"Plain","eClass":"EEnumLiteral"},{"name":"Grouped","id":142,"value":1,"literal":"Grouped","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"titleImage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":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":"text","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":"details","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessory","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"name":"default","id":177,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"value1","id":178,"value":1,"literal":"Value1","eClass":"EEnumLiteral"},{"name":"value2","id":179,"value":2,"literal":"Value2","eClass":"EEnumLiteral"},{"name":"subtitle","id":180,"value":3,"literal":"Subtitle","eClass":"EEnumLiteral"},{"name":"None","id":181,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Link","id":182,"value":1,"literal":"Link","eClass":"EEnumLiteral"},{"name":"Detail","id":183,"value":2,"literal":"Detail","eClass":"EEnumLiteral"},{"name":"Check","id":184,"value":3,"literal":"Check","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":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":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":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delimiter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":48},{"source":1,"target":49},{"source":48,"target":14},{"source":48,"target":50},{"source":48,"target":1},{"source":50,"target":14},{"source":49,"target":2},{"source":49,"target":51},{"source":49,"target":1},{"source":51,"target":2},{"source":2,"target":0},{"source":2,"target":52},{"source":52,"target":53},{"source":52,"target":2},{"source":3,"target":0},{"source":3,"target":54},{"source":54,"target":55},{"source":54,"target":3},{"source":4,"target":0},{"source":4,"target":56},{"source":4,"target":57},{"source":56,"target":15},{"source":56,"target":58},{"source":56,"target":4},{"source":58,"target":15},{"source":57,"target":59},{"source":57,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":60,"target":4},{"source":60,"target":63},{"source":60,"target":5},{"source":63,"target":4},{"source":61,"target":24},{"source":61,"target":64},{"source":61,"target":5},{"source":64,"target":24},{"source":62,"target":3},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":8},{"source":6,"target":9},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":65,"target":3},{"source":65,"target":70},{"source":65,"target":6},{"source":70,"target":3},{"source":66,"target":6},{"source":66,"target":71},{"source":66,"target":6},{"source":71,"target":6},{"source":67,"target":7},{"source":68,"target":8},{"source":69,"target":9},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":8},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":72,"target":75},{"source":72,"target":10},{"source":73,"target":7},{"source":74,"target":8},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":8},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":7},{"source":77,"target":8},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":9},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":78,"target":8},{"source":78,"target":81},{"source":78,"target":12},{"source":81,"target":8},{"source":79,"target":7},{"source":80,"target":9},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":9},{"source":13,"target":82},{"source":13,"target":83},{"source":82,"target":7},{"source":83,"target":9},{"source":14,"target":0},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":8},{"source":85,"target":88},{"source":85,"target":14},{"source":88,"target":8},{"source":86,"target":40},{"source":86,"target":89},{"source":86,"target":14},{"source":89,"target":40},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":90},{"source":90,"target":2},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":91},{"source":16,"target":92},{"source":91,"target":93},{"source":91,"target":16},{"source":92,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":94},{"source":17,"target":95},{"source":17,"target":96},{"source":17,"target":97},{"source":94,"target":98},{"source":94,"target":17},{"source":95,"target":17},{"source":95,"target":99},{"source":95,"target":17},{"source":99,"target":17},{"source":96,"target":18},{"source":96,"target":100},{"source":96,"target":17},{"source":100,"target":18},{"source":97,"target":15},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":101},{"source":18,"target":102},{"source":18,"target":103},{"source":101,"target":104},{"source":101,"target":18},{"source":102,"target":4},{"source":102,"target":105},{"source":102,"target":18},{"source":105,"target":4},{"source":103,"target":3},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":106},{"source":19,"target":107},{"source":19,"target":108},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":106,"target":5},{"source":106,"target":112},{"source":106,"target":19},{"source":112,"target":5},{"source":107,"target":113},{"source":107,"target":19},{"source":108,"target":15},{"source":108,"target":114},{"source":108,"target":19},{"source":114,"target":15},{"source":109,"target":115},{"source":109,"target":19},{"source":110,"target":20},{"source":110,"target":116},{"source":110,"target":19},{"source":116,"target":20},{"source":111,"target":2},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":117},{"source":21,"target":118},{"source":117,"target":21},{"source":118,"target":21},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":119},{"source":22,"target":120},{"source":22,"target":121},{"source":22,"target":122},{"source":119,"target":21},{"source":119,"target":123},{"source":119,"target":22},{"source":123,"target":21},{"source":120,"target":8},{"source":120,"target":124},{"source":120,"target":22},{"source":124,"target":8},{"source":121,"target":8},{"source":121,"target":125},{"source":121,"target":22},{"source":125,"target":8},{"source":122,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":126},{"source":23,"target":127},{"source":126,"target":41},{"source":126,"target":128},{"source":126,"target":23},{"source":128,"target":41},{"source":127,"target":20},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":129},{"source":25,"target":130},{"source":129,"target":5},{"source":129,"target":131},{"source":129,"target":25},{"source":131,"target":5},{"source":130,"target":2},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":132},{"source":26,"target":133},{"source":132,"target":27},{"source":132,"target":134},{"source":132,"target":26},{"source":134,"target":27},{"source":133,"target":25},{"source":27,"target":0},{"source":27,"target":135},{"source":27,"target":136},{"source":27,"target":137},{"source":135,"target":8},{"source":135,"target":138},{"source":135,"target":27},{"source":138,"target":8},{"source":136,"target":8},{"source":136,"target":139},{"source":136,"target":27},{"source":139,"target":8},{"source":137,"target":40},{"source":137,"target":140},{"source":137,"target":27},{"source":140,"target":40},{"source":28,"target":0},{"source":28,"target":141},{"source":28,"target":142},{"source":141,"target":28},{"source":142,"target":28},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":143},{"source":29,"target":144},{"source":29,"target":145},{"source":29,"target":146},{"source":29,"target":147},{"source":29,"target":148},{"source":143,"target":5},{"source":143,"target":149},{"source":143,"target":29},{"source":149,"target":5},{"source":144,"target":8},{"source":144,"target":150},{"source":144,"target":29},{"source":150,"target":8},{"source":145,"target":8},{"source":145,"target":151},{"source":145,"target":29},{"source":151,"target":8},{"source":146,"target":28},{"source":146,"target":152},{"source":146,"target":29},{"source":152,"target":28},{"source":147,"target":32},{"source":147,"target":153},{"source":147,"target":29},{"source":153,"target":32},{"source":148,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":154},{"source":30,"target":155},{"source":154,"target":156},{"source":154,"target":30},{"source":155,"target":25},{"source":31,"target":0},{"source":31,"target":157},{"source":157,"target":36},{"source":157,"target":158},{"source":157,"target":31},{"source":158,"target":36},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":159},{"source":32,"target":160},{"source":32,"target":161},{"source":159,"target":8},{"source":159,"target":162},{"source":159,"target":32},{"source":162,"target":8},{"source":160,"target":33},{"source":160,"target":163},{"source":160,"target":32},{"source":163,"target":33},{"source":161,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":164},{"source":33,"target":165},{"source":33,"target":166},{"source":33,"target":167},{"source":33,"target":168},{"source":33,"target":169},{"source":33,"target":170},{"source":164,"target":34},{"source":164,"target":171},{"source":164,"target":33},{"source":171,"target":34},{"source":165,"target":8},{"source":165,"target":172},{"source":165,"target":33},{"source":172,"target":8},{"source":166,"target":8},{"source":166,"target":173},{"source":166,"target":33},{"source":173,"target":8},{"source":167,"target":8},{"source":167,"target":174},{"source":167,"target":33},{"source":174,"target":8},{"source":168,"target":37},{"source":168,"target":175},{"source":168,"target":33},{"source":175,"target":37},{"source":169,"target":35},{"source":169,"target":176},{"source":169,"target":33},{"source":176,"target":35},{"source":170,"target":31},{"source":34,"target":0},{"source":34,"target":177},{"source":34,"target":178},{"source":34,"target":179},{"source":34,"target":180},{"source":177,"target":34},{"source":178,"target":34},{"source":179,"target":34},{"source":180,"target":34},{"source":35,"target":0},{"source":35,"target":181},{"source":35,"target":182},{"source":35,"target":183},{"source":35,"target":184},{"source":181,"target":35},{"source":182,"target":35},{"source":183,"target":35},{"source":184,"target":35},{"source":36,"target":0},{"source":36,"target":3},{"source":36,"target":185},{"source":36,"target":186},{"source":185,"target":9},{"source":185,"target":187},{"source":185,"target":36},{"source":187,"target":9},{"source":186,"target":3},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":188},{"source":38,"target":189},{"source":188,"target":190},{"source":188,"target":38},{"source":189,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":191},{"source":39,"target":192},{"source":191,"target":8},{"source":191,"target":193},{"source":191,"target":39},{"source":193,"target":8},{"source":192,"target":37},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":194},{"source":40,"target":195},{"source":40,"target":196},{"source":194,"target":25},{"source":194,"target":197},{"source":194,"target":40},{"source":197,"target":25},{"source":195,"target":24},{"source":195,"target":198},{"source":195,"target":40},{"source":198,"target":24},{"source":196,"target":37},{"source":41,"target":0},{"source":41,"target":199},{"source":199,"target":200},{"source":199,"target":41},{"source":42,"target":0},{"source":42,"target":11},{"source":42,"target":201},{"source":42,"target":202},{"source":201,"target":8},{"source":201,"target":203},{"source":201,"target":42},{"source":203,"target":8},{"source":202,"target":11},{"source":43,"target":0},{"source":43,"target":11},{"source":43,"target":204},{"source":43,"target":205},{"source":43,"target":206},{"source":43,"target":207},{"source":204,"target":8},{"source":204,"target":208},{"source":204,"target":43},{"source":208,"target":8},{"source":205,"target":8},{"source":205,"target":209},{"source":205,"target":43},{"source":209,"target":8},{"source":206,"target":8},{"source":206,"target":210},{"source":206,"target":43},{"source":210,"target":8},{"source":207,"target":11},{"source":44,"target":0},{"source":44,"target":11},{"source":44,"target":211},{"source":44,"target":212},{"source":211,"target":8},{"source":211,"target":213},{"source":211,"target":44},{"source":213,"target":8},{"source":212,"target":11},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":214},{"source":45,"target":215},{"source":45,"target":216},{"source":214,"target":8},{"source":214,"target":217},{"source":214,"target":45},{"source":217,"target":8},{"source":215,"target":8},{"source":215,"target":218},{"source":215,"target":45},{"source":218,"target":8},{"source":216,"target":13},{"source":46,"target":0},{"source":46,"target":24},{"source":46,"target":219},{"source":46,"target":220},{"source":46,"target":221},{"source":219,"target":19},{"source":219,"target":222},{"source":219,"target":46},{"source":222,"target":19},{"source":220,"target":7},{"source":220,"target":223},{"source":220,"target":46},{"source":223,"target":7},{"source":221,"target":24},{"source":47,"target":0},{"source":47,"target":24},{"source":47,"target":224},{"source":47,"target":225},{"source":224,"target":7},{"source":224,"target":226},{"source":224,"target":47},{"source":226,"target":7},{"source":225,"target":24}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/adilinam/QVTo-QVTd-OCL/org.eclipse.ocl.examples.xtext.tests/src/org/eclipse/ocl/examples/test/xtext/models/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":53,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":55,"derived":true},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":92,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":95,"derived":true},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":141,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":142,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":205,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":300,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":303,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":318,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":337,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":338,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"name":"E","id":350,"eClass":"ETypeParameter"},{"name":"T","id":351,"eClass":"ETypeParameter"},{"name":"K","id":352,"eClass":"ETypeParameter"},{"name":"V","id":353,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"name":"E","id":358,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":361,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":20},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":20},{"source":55,"target":5},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":5},{"source":56,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":59,"target":48},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":48},{"source":60,"target":49},{"source":60,"target":66},{"source":60,"target":2},{"source":66,"target":49},{"source":61,"target":9},{"source":61,"target":67},{"source":61,"target":2},{"source":61,"target":68},{"source":67,"target":9},{"source":62,"target":11},{"source":62,"target":69},{"source":62,"target":2},{"source":69,"target":11},{"source":63,"target":11},{"source":63,"target":70},{"source":63,"target":2},{"source":70,"target":11},{"source":64,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":71,"target":20},{"source":71,"target":97},{"source":71,"target":3},{"source":71,"target":98},{"source":97,"target":20},{"source":98,"target":3},{"source":98,"target":99},{"source":98,"target":71},{"source":99,"target":3},{"source":72,"target":37},{"source":72,"target":100},{"source":72,"target":3},{"source":100,"target":37},{"source":73,"target":16},{"source":73,"target":101},{"source":73,"target":3},{"source":73,"target":102},{"source":101,"target":16},{"source":102,"target":37},{"source":102,"target":103},{"source":102,"target":73},{"source":103,"target":37},{"source":74,"target":37},{"source":74,"target":104},{"source":74,"target":3},{"source":74,"target":105},{"source":104,"target":37},{"source":105,"target":16},{"source":105,"target":106},{"source":105,"target":74},{"source":106,"target":16},{"source":75,"target":16},{"source":75,"target":107},{"source":75,"target":3},{"source":75,"target":108},{"source":107,"target":16},{"source":108,"target":48},{"source":108,"target":109},{"source":108,"target":75},{"source":109,"target":48},{"source":76,"target":37},{"source":76,"target":110},{"source":76,"target":3},{"source":110,"target":37},{"source":77,"target":12},{"source":77,"target":111},{"source":77,"target":3},{"source":77,"target":112},{"source":111,"target":12},{"source":112,"target":37},{"source":112,"target":113},{"source":112,"target":77},{"source":113,"target":37},{"source":78,"target":37},{"source":78,"target":114},{"source":78,"target":3},{"source":78,"target":115},{"source":114,"target":37},{"source":115,"target":12},{"source":115,"target":116},{"source":115,"target":78},{"source":116,"target":12},{"source":79,"target":12},{"source":79,"target":117},{"source":79,"target":3},{"source":79,"target":118},{"source":117,"target":12},{"source":118,"target":12},{"source":118,"target":119},{"source":118,"target":79},{"source":119,"target":12},{"source":80,"target":20},{"source":80,"target":120},{"source":80,"target":3},{"source":120,"target":20},{"source":81,"target":20},{"source":81,"target":121},{"source":81,"target":3},{"source":121,"target":20},{"source":82,"target":3},{"source":82,"target":122},{"source":82,"target":3},{"source":122,"target":3},{"source":83,"target":12},{"source":83,"target":123},{"source":83,"target":3},{"source":83,"target":124},{"source":123,"target":12},{"source":84,"target":1},{"source":84,"target":125},{"source":84,"target":3},{"source":125,"target":1},{"source":85,"target":15},{"source":85,"target":126},{"source":85,"target":3},{"source":126,"target":15},{"source":86,"target":15},{"source":86,"target":127},{"source":86,"target":3},{"source":127,"target":15},{"source":87,"target":1},{"source":87,"target":128},{"source":87,"target":3},{"source":128,"target":1},{"source":88,"target":15},{"source":88,"target":129},{"source":88,"target":3},{"source":129,"target":15},{"source":89,"target":12},{"source":89,"target":130},{"source":89,"target":3},{"source":130,"target":12},{"source":90,"target":16},{"source":90,"target":131},{"source":90,"target":3},{"source":131,"target":16},{"source":91,"target":3},{"source":91,"target":132},{"source":91,"target":3},{"source":132,"target":3},{"source":92,"target":1},{"source":92,"target":133},{"source":92,"target":3},{"source":133,"target":1},{"source":93,"target":16},{"source":93,"target":134},{"source":93,"target":3},{"source":93,"target":135},{"source":134,"target":16},{"source":94,"target":51},{"source":94,"target":136},{"source":94,"target":3},{"source":136,"target":51},{"source":95,"target":51},{"source":95,"target":137},{"source":95,"target":3},{"source":137,"target":51},{"source":96,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":138,"target":20},{"source":138,"target":147},{"source":138,"target":4},{"source":138,"target":148},{"source":147,"target":20},{"source":148,"target":40},{"source":148,"target":149},{"source":148,"target":138},{"source":149,"target":40},{"source":139,"target":37},{"source":139,"target":150},{"source":139,"target":4},{"source":150,"target":37},{"source":140,"target":48},{"source":140,"target":151},{"source":140,"target":4},{"source":151,"target":48},{"source":141,"target":39},{"source":141,"target":152},{"source":141,"target":4},{"source":152,"target":153},{"source":152,"target":39},{"source":142,"target":40},{"source":142,"target":154},{"source":142,"target":4},{"source":154,"target":40},{"source":143,"target":48},{"source":143,"target":155},{"source":143,"target":4},{"source":155,"target":48},{"source":144,"target":13},{"source":144,"target":156},{"source":144,"target":4},{"source":144,"target":157},{"source":156,"target":13},{"source":145,"target":52},{"source":145,"target":158},{"source":145,"target":4},{"source":158,"target":52},{"source":146,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":159},{"source":5,"target":160},{"source":159,"target":20},{"source":159,"target":161},{"source":159,"target":5},{"source":161,"target":20},{"source":160,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":6,"target":165},{"source":6,"target":166},{"source":162,"target":7},{"source":162,"target":167},{"source":162,"target":6},{"source":162,"target":168},{"source":167,"target":7},{"source":168,"target":48},{"source":168,"target":169},{"source":168,"target":162},{"source":169,"target":48},{"source":163,"target":7},{"source":163,"target":170},{"source":163,"target":6},{"source":163,"target":171},{"source":170,"target":7},{"source":171,"target":37},{"source":171,"target":172},{"source":171,"target":163},{"source":172,"target":37},{"source":164,"target":7},{"source":164,"target":173},{"source":164,"target":6},{"source":164,"target":174},{"source":173,"target":7},{"source":174,"target":48},{"source":174,"target":175},{"source":174,"target":164},{"source":175,"target":48},{"source":165,"target":7},{"source":165,"target":176},{"source":165,"target":6},{"source":165,"target":177},{"source":176,"target":7},{"source":166,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":178},{"source":7,"target":179},{"source":7,"target":180},{"source":7,"target":177},{"source":7,"target":181},{"source":178,"target":37},{"source":178,"target":182},{"source":178,"target":7},{"source":182,"target":37},{"source":179,"target":32},{"source":179,"target":183},{"source":179,"target":7},{"source":183,"target":32},{"source":180,"target":48},{"source":180,"target":184},{"source":180,"target":7},{"source":184,"target":48},{"source":177,"target":6},{"source":177,"target":185},{"source":177,"target":7},{"source":177,"target":165},{"source":185,"target":6},{"source":181,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":186,"target":11},{"source":186,"target":191},{"source":186,"target":8},{"source":186,"target":192},{"source":191,"target":11},{"source":192,"target":3},{"source":192,"target":193},{"source":192,"target":186},{"source":193,"target":3},{"source":187,"target":40},{"source":187,"target":194},{"source":187,"target":8},{"source":187,"target":195},{"source":187,"target":196},{"source":194,"target":40},{"source":195,"target":5},{"source":195,"target":197},{"source":195,"target":187},{"source":197,"target":5},{"source":196,"target":48},{"source":196,"target":198},{"source":196,"target":187},{"source":198,"target":48},{"source":188,"target":48},{"source":188,"target":199},{"source":188,"target":8},{"source":188,"target":200},{"source":188,"target":201},{"source":199,"target":48},{"source":200,"target":5},{"source":200,"target":202},{"source":200,"target":188},{"source":202,"target":5},{"source":201,"target":40},{"source":201,"target":203},{"source":201,"target":188},{"source":203,"target":40},{"source":189,"target":13},{"source":189,"target":204},{"source":189,"target":8},{"source":189,"target":205},{"source":204,"target":13},{"source":190,"target":9},{"source":9,"target":0},{"source":9,"target":206},{"source":9,"target":68},{"source":206,"target":2},{"source":206,"target":207},{"source":206,"target":9},{"source":206,"target":208},{"source":207,"target":2},{"source":208,"target":48},{"source":208,"target":209},{"source":208,"target":206},{"source":209,"target":48},{"source":68,"target":2},{"source":68,"target":210},{"source":68,"target":9},{"source":68,"target":61},{"source":210,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":211},{"source":10,"target":212},{"source":211,"target":48},{"source":211,"target":213},{"source":211,"target":10},{"source":213,"target":48},{"source":212,"target":9},{"source":11,"target":0},{"source":11,"target":214},{"source":11,"target":215},{"source":11,"target":216},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":214,"target":3},{"source":214,"target":229},{"source":214,"target":11},{"source":229,"target":3},{"source":215,"target":20},{"source":215,"target":230},{"source":215,"target":11},{"source":230,"target":20},{"source":216,"target":44},{"source":216,"target":231},{"source":216,"target":11},{"source":231,"target":44},{"source":217,"target":11},{"source":217,"target":232},{"source":217,"target":11},{"source":232,"target":11},{"source":218,"target":16},{"source":218,"target":233},{"source":218,"target":11},{"source":233,"target":16},{"source":219,"target":15},{"source":219,"target":234},{"source":219,"target":11},{"source":234,"target":15},{"source":220,"target":31},{"source":220,"target":235},{"source":220,"target":11},{"source":235,"target":236},{"source":235,"target":31},{"source":236,"target":11},{"source":221,"target":50},{"source":221,"target":237},{"source":221,"target":11},{"source":237,"target":238},{"source":237,"target":50},{"source":238,"target":11},{"source":222,"target":31},{"source":222,"target":239},{"source":222,"target":11},{"source":239,"target":240},{"source":239,"target":31},{"source":240,"target":11},{"source":223,"target":40},{"source":223,"target":241},{"source":223,"target":11},{"source":223,"target":242},{"source":241,"target":40},{"source":242,"target":16},{"source":242,"target":243},{"source":242,"target":223},{"source":243,"target":16},{"source":224,"target":40},{"source":224,"target":244},{"source":224,"target":11},{"source":224,"target":245},{"source":224,"target":246},{"source":244,"target":40},{"source":245,"target":16},{"source":245,"target":247},{"source":245,"target":224},{"source":247,"target":16},{"source":246,"target":20},{"source":246,"target":248},{"source":246,"target":224},{"source":248,"target":20},{"source":225,"target":11},{"source":225,"target":249},{"source":225,"target":250},{"source":249,"target":16},{"source":249,"target":251},{"source":249,"target":225},{"source":251,"target":16},{"source":250,"target":40},{"source":250,"target":252},{"source":250,"target":225},{"source":252,"target":40},{"source":226,"target":20},{"source":226,"target":253},{"source":226,"target":11},{"source":226,"target":254},{"source":253,"target":20},{"source":254,"target":16},{"source":254,"target":255},{"source":254,"target":226},{"source":255,"target":16},{"source":227,"target":11},{"source":227,"target":256},{"source":256,"target":16},{"source":256,"target":257},{"source":256,"target":227},{"source":257,"target":16},{"source":228,"target":40},{"source":228,"target":258},{"source":228,"target":11},{"source":228,"target":259},{"source":228,"target":260},{"source":228,"target":53},{"source":228,"target":261},{"source":258,"target":40},{"source":259,"target":12},{"source":259,"target":262},{"source":259,"target":228},{"source":262,"target":12},{"source":260,"target":31},{"source":260,"target":263},{"source":260,"target":228},{"source":263,"target":264},{"source":263,"target":31},{"source":261,"target":53},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":265},{"source":12,"target":266},{"source":12,"target":124},{"source":12,"target":267},{"source":12,"target":268},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":271},{"source":265,"target":37},{"source":265,"target":272},{"source":265,"target":12},{"source":272,"target":37},{"source":266,"target":20},{"source":266,"target":273},{"source":266,"target":12},{"source":266,"target":274},{"source":273,"target":20},{"source":274,"target":12},{"source":274,"target":275},{"source":274,"target":266},{"source":275,"target":12},{"source":124,"target":3},{"source":124,"target":276},{"source":124,"target":12},{"source":124,"target":83},{"source":276,"target":3},{"source":267,"target":52},{"source":267,"target":277},{"source":267,"target":12},{"source":277,"target":52},{"source":268,"target":14},{"source":268,"target":278},{"source":268,"target":12},{"source":268,"target":279},{"source":278,"target":14},{"source":269,"target":4},{"source":269,"target":280},{"source":269,"target":12},{"source":280,"target":4},{"source":270,"target":51},{"source":270,"target":281},{"source":270,"target":12},{"source":281,"target":51},{"source":271,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":282},{"source":13,"target":283},{"source":13,"target":284},{"source":13,"target":205},{"source":13,"target":157},{"source":13,"target":285},{"source":13,"target":286},{"source":13,"target":287},{"source":282,"target":4},{"source":282,"target":288},{"source":282,"target":13},{"source":282,"target":289},{"source":288,"target":4},{"source":289,"target":48},{"source":289,"target":290},{"source":289,"target":282},{"source":290,"target":48},{"source":283,"target":48},{"source":283,"target":291},{"source":283,"target":13},{"source":291,"target":48},{"source":284,"target":48},{"source":284,"target":292},{"source":284,"target":13},{"source":292,"target":48},{"source":205,"target":8},{"source":205,"target":293},{"source":205,"target":13},{"source":205,"target":189},{"source":293,"target":8},{"source":157,"target":4},{"source":157,"target":294},{"source":157,"target":13},{"source":157,"target":144},{"source":294,"target":4},{"source":285,"target":13},{"source":285,"target":295},{"source":285,"target":13},{"source":285,"target":286},{"source":295,"target":13},{"source":286,"target":13},{"source":286,"target":296},{"source":286,"target":13},{"source":286,"target":285},{"source":296,"target":13},{"source":287,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":279},{"source":14,"target":297},{"source":279,"target":12},{"source":279,"target":298},{"source":279,"target":14},{"source":279,"target":268},{"source":298,"target":12},{"source":297,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":299},{"source":15,"target":300},{"source":15,"target":301},{"source":15,"target":302},{"source":15,"target":303},{"source":15,"target":304},{"source":15,"target":305},{"source":299,"target":20},{"source":299,"target":306},{"source":299,"target":15},{"source":306,"target":20},{"source":300,"target":20},{"source":300,"target":307},{"source":300,"target":15},{"source":307,"target":20},{"source":301,"target":20},{"source":301,"target":308},{"source":301,"target":15},{"source":308,"target":20},{"source":302,"target":15},{"source":302,"target":309},{"source":302,"target":15},{"source":309,"target":15},{"source":303,"target":3},{"source":303,"target":310},{"source":303,"target":15},{"source":310,"target":3},{"source":304,"target":1},{"source":304,"target":311},{"source":304,"target":15},{"source":311,"target":1},{"source":305,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":312},{"source":16,"target":313},{"source":16,"target":314},{"source":16,"target":315},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":135},{"source":16,"target":321},{"source":312,"target":37},{"source":312,"target":322},{"source":312,"target":16},{"source":322,"target":37},{"source":313,"target":39},{"source":313,"target":323},{"source":313,"target":16},{"source":323,"target":324},{"source":323,"target":39},{"source":314,"target":20},{"source":314,"target":325},{"source":314,"target":16},{"source":325,"target":20},{"source":315,"target":20},{"source":315,"target":326},{"source":315,"target":16},{"source":326,"target":20},{"source":316,"target":20},{"source":316,"target":327},{"source":316,"target":16},{"source":327,"target":20},{"source":317,"target":48},{"source":317,"target":328},{"source":317,"target":16},{"source":328,"target":48},{"source":318,"target":40},{"source":318,"target":329},{"source":318,"target":16},{"source":329,"target":40},{"source":319,"target":20},{"source":319,"target":330},{"source":319,"target":16},{"source":330,"target":20},{"source":320,"target":20},{"source":320,"target":331},{"source":320,"target":16},{"source":331,"target":20},{"source":135,"target":3},{"source":135,"target":332},{"source":135,"target":16},{"source":135,"target":93},{"source":332,"target":3},{"source":321,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":333},{"source":17,"target":334},{"source":17,"target":335},{"source":17,"target":336},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":17,"target":340},{"source":17,"target":341},{"source":333,"target":20},{"source":333,"target":342},{"source":333,"target":17},{"source":342,"target":20},{"source":334,"target":20},{"source":334,"target":343},{"source":334,"target":17},{"source":343,"target":20},{"source":335,"target":37},{"source":335,"target":344},{"source":335,"target":17},{"source":344,"target":37},{"source":336,"target":37},{"source":336,"target":345},{"source":336,"target":17},{"source":345,"target":37},{"source":337,"target":20},{"source":337,"target":346},{"source":337,"target":17},{"source":346,"target":20},{"source":338,"target":20},{"source":338,"target":347},{"source":338,"target":17},{"source":347,"target":20},{"source":339,"target":4},{"source":339,"target":348},{"source":339,"target":17},{"source":348,"target":4},{"source":340,"target":51},{"source":340,"target":349},{"source":340,"target":17},{"source":349,"target":51},{"source":341,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":350},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":351},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":352},{"source":43,"target":353},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":354},{"source":49,"target":355},{"source":354,"target":48},{"source":354,"target":356},{"source":354,"target":49},{"source":356,"target":48},{"source":355,"target":48},{"source":355,"target":357},{"source":355,"target":49},{"source":357,"target":48},{"source":50,"target":0},{"source":50,"target":358},{"source":51,"target":0},{"source":51,"target":359},{"source":51,"target":360},{"source":51,"target":361},{"source":51,"target":362},{"source":51,"target":363},{"source":51,"target":364},{"source":359,"target":51},{"source":359,"target":365},{"source":359,"target":51},{"source":365,"target":51},{"source":360,"target":51},{"source":360,"target":366},{"source":360,"target":51},{"source":366,"target":51},{"source":361,"target":4},{"source":361,"target":367},{"source":361,"target":51},{"source":367,"target":4},{"source":362,"target":51},{"source":362,"target":368},{"source":362,"target":51},{"source":368,"target":51},{"source":363,"target":52},{"source":363,"target":369},{"source":363,"target":51},{"source":369,"target":52},{"source":364,"target":4},{"source":364,"target":370},{"source":364,"target":51},{"source":370,"target":4},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":371},{"source":52,"target":372},{"source":371,"target":51},{"source":371,"target":373},{"source":371,"target":52},{"source":373,"target":51},{"source":372,"target":10},{"source":53,"target":0}],"multigraph":true}
ecore
relational
repo-ecore-all/data/fjavier-umu/mde-data-ree/Y_F8_DDLDenormalized_fdsDDLNormalized2DDLNormalized/metamodels/DDL.ecore
DDL DDLDefinition statements Statement NamedElement name Database Table columns pks cks fks checks Column type columnNull Pk columnName Ck columnName Fk columnName references columnReference Check valuesCheck ValuesCheck value comparator columnName logConjuntion Type CharacterStringType length Character Char CharacterVarying CharVarying Varchar NationalCharacterStringType length NationalCharacter NationalChar NChar NationalCharacterVarying NationalCharVarying NCharVarying BitStringType length Bit BitVarying NumericType ExactNumericType Numeric precision scale Decimal precision scale Dec precision scale Integer Int Small ApproximateNumericType Float precision Real DoublePrecision DatetimeType Date Time precision withTimeZone TimeStamp precision withTimeZone Interval field1 field2 precision1 precision2 Clob Blob Bfile
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DDL" nsURI="http://modelum.es/DDL" nsPrefix="DDL"> <eClassifiers xsi:type="ecore:EClass" name="DDLDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="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="Database" eSuperTypes="#//Statement #//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Statement #//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pks" eType="#//Pk" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cks" upperBound="-1" eType="#//Ck" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fks" upperBound="-1" eType="#//Fk" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="checks" upperBound="-1" eType="#//Check" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pk" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ck" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fk" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" eType="#//Table"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnReference" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Check" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="valuesCheck" upperBound="-1" eType="#//ValuesCheck" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValuesCheck"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comparator" 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" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logConjuntion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="CharacterStringType" abstract="true" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//CharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="Char" eSuperTypes="#//CharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="CharacterVarying" eSuperTypes="#//CharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="CharVarying" eSuperTypes="#//CharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="Varchar" eSuperTypes="#//CharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="NationalCharacterStringType" abstract="true" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NationalCharacter" eSuperTypes="#//NationalCharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="NationalChar" eSuperTypes="#//NationalCharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="NChar" eSuperTypes="#//NationalCharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="NationalCharacterVarying" eSuperTypes="#//NationalCharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="NationalCharVarying" eSuperTypes="#//NationalCharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="NCharVarying" eSuperTypes="#//NationalCharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="BitStringType" abstract="true" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bit" eSuperTypes="#//BitStringType"/> <eClassifiers xsi:type="ecore:EClass" name="BitVarying" eSuperTypes="#//BitStringType"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="ExactNumericType" abstract="true" eSuperTypes="#//NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="Numeric" eSuperTypes="#//ExactNumericType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decimal" eSuperTypes="#//ExactNumericType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dec" eSuperTypes="#//ExactNumericType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//ExactNumericType"/> <eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="#//ExactNumericType"/> <eClassifiers xsi:type="ecore:EClass" name="Small" eSuperTypes="#//ExactNumericType"/> <eClassifiers xsi:type="ecore:EClass" name="ApproximateNumericType" abstract="true" eSuperTypes="#//NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//ApproximateNumericType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Real" eSuperTypes="#//ApproximateNumericType"/> <eClassifiers xsi:type="ecore:EClass" name="DoublePrecision" eSuperTypes="#//ApproximateNumericType"/> <eClassifiers xsi:type="ecore:EClass" name="DatetimeType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Date" eSuperTypes="#//DatetimeType"/> <eClassifiers xsi:type="ecore:EClass" name="Time" eSuperTypes="#//DatetimeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withTimeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeStamp" eSuperTypes="#//DatetimeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withTimeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="field1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="field2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clob" eSuperTypes="#//CharacterStringType"/> <eClassifiers xsi:type="ecore:EClass" name="Blob" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Bfile" eSuperTypes="#//Type"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"DDL","nsURI":"http://modelum.es/DDL","name":"DDL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDLDefinition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pk","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ck","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fk","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Check","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuesCheck","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterStringType","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterVarying","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharVarying","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Varchar","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NationalCharacterStringType","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NationalCharacter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NationalChar","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NChar","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NationalCharacterVarying","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NationalCharVarying","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NCharVarying","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitStringType","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bit","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitVarying","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExactNumericType","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Numeric","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decimal","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dec","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Small","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApproximateNumericType","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoublePrecision","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatetimeType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Time","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeStamp","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":"Clob","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Blob","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bfile","instanceClass":null,"abstract":false,"id":48,"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":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fks","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":"checks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"columnNull","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"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":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnReference","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valuesCheck","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comparator","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logConjuntion","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"withTimeZone","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"withTimeZone","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"field1","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"field2","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision1","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision2","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":49},{"source":49,"target":2},{"source":49,"target":50},{"source":49,"target":1},{"source":50,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":51},{"source":51,"target":52},{"source":51,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":53},{"source":4,"target":54},{"source":53,"target":2},{"source":54,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":3},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":55,"target":6},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":6},{"source":56,"target":7},{"source":56,"target":63},{"source":56,"target":5},{"source":63,"target":7},{"source":57,"target":8},{"source":57,"target":64},{"source":57,"target":5},{"source":64,"target":8},{"source":58,"target":9},{"source":58,"target":65},{"source":58,"target":5},{"source":65,"target":9},{"source":59,"target":10},{"source":59,"target":66},{"source":59,"target":5},{"source":66,"target":10},{"source":60,"target":2},{"source":61,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":67,"target":12},{"source":67,"target":70},{"source":67,"target":6},{"source":70,"target":12},{"source":68,"target":71},{"source":68,"target":6},{"source":69,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":74},{"source":72,"target":7},{"source":73,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":75},{"source":8,"target":76},{"source":75,"target":77},{"source":75,"target":8},{"source":76,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":78,"target":82},{"source":78,"target":9},{"source":79,"target":5},{"source":79,"target":83},{"source":79,"target":9},{"source":83,"target":5},{"source":80,"target":84},{"source":80,"target":9},{"source":81,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":85},{"source":10,"target":86},{"source":85,"target":11},{"source":85,"target":87},{"source":85,"target":10},{"source":87,"target":11},{"source":86,"target":3},{"source":11,"target":0},{"source":11,"target":88},{"source":11,"target":89},{"source":11,"target":90},{"source":11,"target":91},{"source":88,"target":92},{"source":88,"target":11},{"source":89,"target":93},{"source":89,"target":11},{"source":90,"target":94},{"source":90,"target":11},{"source":91,"target":95},{"source":91,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":96},{"source":13,"target":97},{"source":96,"target":98},{"source":96,"target":13},{"source":97,"target":12},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":99},{"source":99,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":100},{"source":100,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":101},{"source":101,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":102},{"source":102,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":103},{"source":103,"target":13},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":104},{"source":19,"target":105},{"source":104,"target":106},{"source":104,"target":19},{"source":105,"target":12},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":107},{"source":107,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":108},{"source":108,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":109},{"source":109,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":110},{"source":110,"target":19},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":111},{"source":111,"target":19},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":112},{"source":112,"target":19},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":113},{"source":26,"target":114},{"source":113,"target":115},{"source":113,"target":26},{"source":114,"target":12},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":116},{"source":116,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":117},{"source":117,"target":26},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":118},{"source":118,"target":12},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":119},{"source":119,"target":29},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":120},{"source":31,"target":121},{"source":31,"target":122},{"source":120,"target":123},{"source":120,"target":31},{"source":121,"target":124},{"source":121,"target":31},{"source":122,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":125},{"source":32,"target":126},{"source":32,"target":127},{"source":125,"target":128},{"source":125,"target":32},{"source":126,"target":129},{"source":126,"target":32},{"source":127,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":130},{"source":33,"target":131},{"source":33,"target":132},{"source":130,"target":133},{"source":130,"target":33},{"source":131,"target":134},{"source":131,"target":33},{"source":132,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":135},{"source":135,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":136},{"source":136,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":137},{"source":137,"target":30},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":138},{"source":138,"target":29},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":139},{"source":38,"target":140},{"source":139,"target":141},{"source":139,"target":38},{"source":140,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":142},{"source":142,"target":37},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":143},{"source":143,"target":37},{"source":41,"target":0},{"source":41,"target":12},{"source":41,"target":144},{"source":144,"target":12},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":145},{"source":145,"target":41},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":146},{"source":43,"target":147},{"source":43,"target":148},{"source":146,"target":149},{"source":146,"target":43},{"source":147,"target":150},{"source":147,"target":43},{"source":148,"target":41},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":151},{"source":44,"target":152},{"source":44,"target":153},{"source":151,"target":154},{"source":151,"target":44},{"source":152,"target":155},{"source":152,"target":44},{"source":153,"target":41},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":156},{"source":45,"target":157},{"source":45,"target":158},{"source":45,"target":159},{"source":45,"target":160},{"source":156,"target":161},{"source":156,"target":45},{"source":157,"target":162},{"source":157,"target":45},{"source":158,"target":163},{"source":158,"target":45},{"source":159,"target":164},{"source":159,"target":45},{"source":160,"target":12},{"source":46,"target":0},{"source":46,"target":13},{"source":46,"target":165},{"source":165,"target":13},{"source":47,"target":0},{"source":47,"target":12},{"source":47,"target":166},{"source":166,"target":12},{"source":48,"target":0},{"source":48,"target":12},{"source":48,"target":167},{"source":167,"target":12}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/b-studios/henshin/plugins/org.eclipse.emf.henshin.model/model/henshin.ecore
henshin NamedElement name description GraphElement getGraph action Module getUnit name getSubModule name subModules superModule imports units instances Unit getModule getSubUnits deep getParameter parameter parameters parameterMappings activated true Rule getKernelRule getRootRule getMultiRule name getMultiRulePath multiRule getAllMultiRules getAllMappings getActionNodes action getActionEdges action getParameterNodes isMultiRule createNode type createEdge source target type canCreateEdge source target type removeEdge edge removeMapped removeNode node removeMapped removeAttribute attribute removeMapped lhs rhs attributeConditions mappings checkDangling true injectiveMatching true multiRules multiMappings javaImports Parameter unit type ParameterMapping source target Graph getRule getNode name getNodes nodeType getEdges edgeType getNestedConditions getPAC name getNAC name getPACs getNACs isLhs isRhs isNestedCondition createPAC name createNAC name removeNode node removeEdge edge removeNestedCondition nestedCondition nodes edges formula Node getAllEdges getOutgoing type getIncoming type getOutgoing type target getIncoming type source getAttribute type getActionAttributes action getActionNode type attributes graph incoming outgoing Edge getActionEdge source target type graph index indexConstant Attribute getActionAttribute type value node constant ACED0005740000 null false AttributeCondition rule conditionText Mapping origin image UnaryUnit subUnit MultiUnit subUnits IndependentUnit SequentialUnit strict true rollback true ConditionalUnit if then else PriorityUnit IteratedUnit iterations LoopUnit Formula isTrue isFalse NestedCondition getHost isPAC isNAC conclusion mappings UnaryFormula child BinaryFormula left right And Or Xor Not Action org.eclipse.emf.henshin.model.Action org.eclipse.emf.henshin.model.Action
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="henshin" nsURI="http://www.eclipse.org/emf/2011/Henshin" nsPrefix="henshin"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true" interface="true"> <eOperations name="getGraph" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//Action" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//NamedElement"> <eOperations name="getUnit" eType="#//Unit"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSubModule" eType="#//Module"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="subModules" upperBound="-1" eType="#//Module" containment="true" eOpposite="#//Module/superModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superModule" eType="#//Module" eOpposite="#//Module/subModules"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="units" upperBound="-1" eType="#//Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="parameterNamesUnique parameterMappingsPointToDirectSubUnit"/> </eAnnotations> <eOperations name="getModule" eType="#//Module"/> <eOperations name="getSubUnits" ordered="false" upperBound="-1" eType="#//Unit"> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getParameter" eType="#//Parameter"> <eParameters name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterMappings" upperBound="-1" eType="#//ParameterMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Unit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingsFromLeft2Right createdNodesNotAbstract createdEdgesNotDerived deletedEdgesNotDerived"/> </eAnnotations> <eOperations name="getKernelRule" eType="#//Rule"/> <eOperations name="getRootRule" eType="#//Rule"/> <eOperations name="getMultiRule" eType="#//Rule"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMultiRulePath" upperBound="-1" eType="#//Rule"> <eParameters name="multiRule" eType="#//Rule"/> </eOperations> <eOperations name="getAllMultiRules" upperBound="-1" eType="#//Rule"/> <eOperations name="getAllMappings" upperBound="-1" eType="#//Mapping"/> <eOperations name="getActionNodes" upperBound="-1" eType="#//Node"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionEdges" upperBound="-1" eType="#//Edge"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getParameterNodes" upperBound="-1" eType="#//Node"/> <eOperations name="isMultiRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createNode" eType="#//Node"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="createEdge" eType="#//Edge"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="canCreateEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" eType="#//Edge"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="attribute" eType="#//Attribute"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeConditions" upperBound="-1" eType="#//AttributeCondition" containment="true" eOpposite="#//AttributeCondition/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkDangling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="injectiveMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiRules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiMappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty nameNotTypeName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//Unit" eOpposite="#//Unit/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueNodeNames"/> </eAnnotations> <eOperations name="getRule" eType="#//Rule"/> <eOperations name="getNode" eType="#//Node"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNodes" ordered="false" upperBound="-1" eType="#//Node"> <eParameters name="nodeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getEdges" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="edgeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getNestedConditions" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getPACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getNACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="isLhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isRhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" lowerBound="1" eType="#//Edge"/> </eOperations> <eOperations name="removeNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="nestedCondition" eType="#//NestedCondition"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//NamedElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueAttributeTypes"/> </eAnnotations> <eOperations name="getAllEdges" upperBound="-1" eType="#//Edge"/> <eOperations name="getOutgoing" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getIncoming" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getOutgoing" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="target" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getIncoming" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="source" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getAttribute" eType="#//Attribute"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eOperations> <eOperations name="getActionAttributes" upperBound="-1" eType="#//Attribute"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionNode" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="equalParentGraphs"/> </eAnnotations> <eOperations name="getActionEdge" eType="#//Edge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" eOpposite="#//Node/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" eOpposite="#//Node/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/edges"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexConstant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//GraphElement"> <eOperations name="getActionAttribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" eOpposite="#//Node/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" changeable="false" transient="true" defaultValueLiteral="ACED0005740000" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" transient="true" defaultValueLiteral="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCondition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Rule" eOpposite="#//Rule/attributeConditions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnit" lowerBound="1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnits" unique="false" upperBound="-1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndependentUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="SequentialUnit" eSuperTypes="#//MultiUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalUnit" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PriorityUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="IteratedUnit" eSuperTypes="#//UnaryUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="iterationsNotEmpty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iterations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopUnit" eSuperTypes="#//UnaryUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" abstract="true" interface="true"> <eOperations name="isTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isFalse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedCondition" eSuperTypes="#//Formula"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingOriginContainedInParentCondition mappingImageContainedInCurrent"/> </eAnnotations> <eOperations name="getHost" eType="#//Graph"/> <eOperations name="isPAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conclusion" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryFormula" abstract="true" eSuperTypes="#//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryFormula" abstract="true" eSuperTypes="#//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryFormula"/> <eClassifiers xsi:type="ecore:EDataType" name="Action" instanceClassName="org.eclipse.emf.henshin.model.Action"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"henshin","nsURI":"http://www.eclipse.org/emf/2011/Henshin","name":"henshin","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":"GraphElement","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterMapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCondition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUnit","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiUnit","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentUnit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialUnit","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityUnit","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratedUnit","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopUnit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedCondition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFormula","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFormula","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.henshin.model.Action","defaultValue":null,"instanceClassName":"org.eclipse.emf.henshin.model.Action","name":"Action","instanceClass":null,"id":30,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGraph","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnit","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubModule","lowerBound":0,"id":40,"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":"subModules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"superModule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"units","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":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModule","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getSubUnits","lowerBound":0,"id":59,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"parameterMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"activated","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKernelRule","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootRule","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMultiRule","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMultiRulePath","lowerBound":0,"id":79,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMultiRules","lowerBound":0,"id":80,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":81,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionNodes","lowerBound":0,"id":82,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionEdges","lowerBound":0,"id":83,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParameterNodes","lowerBound":0,"id":84,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultiRule","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNode","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreateEdge","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAttribute","lowerBound":0,"id":91,"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":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"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":"checkDangling","changeable":true,"lowerBound":0,"iD":false,"id":96,"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":"injectiveMatching","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"javaImports","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiRule","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EParameter"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attribute","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","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"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRule","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNodes","lowerBound":0,"id":172,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getEdges","lowerBound":0,"id":173,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNestedConditions","lowerBound":0,"id":174,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPAC","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNAC","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPACs","lowerBound":0,"id":177,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNACs","lowerBound":0,"id":178,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLhs","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRhs","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNestedCondition","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPAC","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNAC","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNestedCondition","lowerBound":0,"id":186,"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":"nodes","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":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EParameter"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nodeType","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edgeType","lowerBound":1,"id":199,"many":false,"required":true,"eClass":"EParameter"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EParameter"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":1,"id":223,"many":false,"required":true,"eClass":"EParameter"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nestedCondition","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EParameter"},{"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":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"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":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllEdges","lowerBound":0,"id":233,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":234,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getIncoming","lowerBound":0,"id":235,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIncoming","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionAttributes","lowerBound":0,"id":239,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionNode","lowerBound":0,"id":240,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":249,"many":false,"required":true,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":252,"many":false,"required":true,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":255,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":256,"many":false,"required":true,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":260,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":261,"many":false,"required":true,"eClass":"EParameter"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionEdge","lowerBound":0,"id":279,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"index","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"indexConstant","changeable":false,"lowerBound":0,"iD":false,"id":282,"derived":true},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionAttribute","lowerBound":0,"id":291,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":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":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ACED0005740000","unsettable":false,"transient":true,"unique":true,"name":"constant","changeable":false,"lowerBound":0,"iD":false,"id":294,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"null","changeable":false,"lowerBound":0,"iD":false,"id":295,"derived":true},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionText","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"subUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"strict","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":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTrue","lowerBound":0,"id":335,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFalse","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EOperation"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHost","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPAC","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNAC","lowerBound":0,"id":341,"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":"conclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"container":false,"ordered":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":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":31,"target":33},{"source":31,"target":1},{"source":32,"target":34},{"source":32,"target":1},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":35,"target":8},{"source":35,"target":37},{"source":35,"target":2},{"source":37,"target":8},{"source":36,"target":30},{"source":36,"target":38},{"source":36,"target":2},{"source":38,"target":30},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":39,"target":4},{"source":39,"target":47},{"source":39,"target":3},{"source":39,"target":48},{"source":47,"target":4},{"source":48,"target":49},{"source":48,"target":39},{"source":40,"target":3},{"source":40,"target":50},{"source":40,"target":3},{"source":40,"target":51},{"source":50,"target":3},{"source":51,"target":52},{"source":51,"target":40},{"source":41,"target":3},{"source":41,"target":53},{"source":41,"target":3},{"source":41,"target":42},{"source":53,"target":3},{"source":42,"target":3},{"source":42,"target":54},{"source":42,"target":3},{"source":42,"target":41},{"source":54,"target":3},{"source":43,"target":55},{"source":43,"target":3},{"source":44,"target":4},{"source":44,"target":56},{"source":44,"target":3},{"source":56,"target":4},{"source":45,"target":8},{"source":45,"target":57},{"source":45,"target":3},{"source":57,"target":8},{"source":46,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":58,"target":3},{"source":58,"target":65},{"source":58,"target":4},{"source":65,"target":3},{"source":59,"target":4},{"source":59,"target":66},{"source":59,"target":4},{"source":59,"target":67},{"source":66,"target":4},{"source":67,"target":68},{"source":67,"target":59},{"source":60,"target":6},{"source":60,"target":69},{"source":60,"target":4},{"source":60,"target":70},{"source":69,"target":6},{"source":70,"target":71},{"source":70,"target":60},{"source":61,"target":6},{"source":61,"target":72},{"source":61,"target":4},{"source":61,"target":73},{"source":72,"target":6},{"source":62,"target":7},{"source":62,"target":74},{"source":62,"target":4},{"source":74,"target":7},{"source":63,"target":75},{"source":63,"target":4},{"source":64,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"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":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":76,"target":5},{"source":76,"target":102},{"source":76,"target":5},{"source":102,"target":5},{"source":77,"target":5},{"source":77,"target":103},{"source":77,"target":5},{"source":103,"target":5},{"source":78,"target":5},{"source":78,"target":104},{"source":78,"target":5},{"source":78,"target":105},{"source":104,"target":5},{"source":105,"target":106},{"source":105,"target":78},{"source":79,"target":5},{"source":79,"target":107},{"source":79,"target":5},{"source":79,"target":108},{"source":107,"target":5},{"source":108,"target":5},{"source":108,"target":109},{"source":108,"target":79},{"source":109,"target":5},{"source":80,"target":5},{"source":80,"target":110},{"source":80,"target":5},{"source":110,"target":5},{"source":81,"target":13},{"source":81,"target":111},{"source":81,"target":5},{"source":111,"target":13},{"source":82,"target":9},{"source":82,"target":112},{"source":82,"target":5},{"source":82,"target":113},{"source":112,"target":9},{"source":113,"target":30},{"source":113,"target":114},{"source":113,"target":82},{"source":114,"target":30},{"source":83,"target":10},{"source":83,"target":115},{"source":83,"target":5},{"source":83,"target":116},{"source":115,"target":10},{"source":116,"target":30},{"source":116,"target":117},{"source":116,"target":83},{"source":117,"target":30},{"source":84,"target":9},{"source":84,"target":118},{"source":84,"target":5},{"source":118,"target":9},{"source":85,"target":119},{"source":85,"target":5},{"source":86,"target":9},{"source":86,"target":120},{"source":86,"target":5},{"source":86,"target":121},{"source":120,"target":9},{"source":121,"target":122},{"source":121,"target":86},{"source":87,"target":10},{"source":87,"target":123},{"source":87,"target":5},{"source":87,"target":124},{"source":87,"target":125},{"source":87,"target":126},{"source":123,"target":10},{"source":124,"target":9},{"source":124,"target":127},{"source":124,"target":87},{"source":127,"target":9},{"source":125,"target":9},{"source":125,"target":128},{"source":125,"target":87},{"source":128,"target":9},{"source":126,"target":129},{"source":126,"target":87},{"source":88,"target":130},{"source":88,"target":5},{"source":88,"target":131},{"source":88,"target":132},{"source":88,"target":133},{"source":131,"target":9},{"source":131,"target":134},{"source":131,"target":88},{"source":134,"target":9},{"source":132,"target":9},{"source":132,"target":135},{"source":132,"target":88},{"source":135,"target":9},{"source":133,"target":136},{"source":133,"target":88},{"source":89,"target":137},{"source":89,"target":5},{"source":89,"target":138},{"source":89,"target":139},{"source":138,"target":10},{"source":138,"target":140},{"source":138,"target":89},{"source":140,"target":10},{"source":139,"target":141},{"source":139,"target":89},{"source":90,"target":142},{"source":90,"target":5},{"source":90,"target":143},{"source":90,"target":144},{"source":143,"target":9},{"source":143,"target":145},{"source":143,"target":90},{"source":145,"target":9},{"source":144,"target":146},{"source":144,"target":90},{"source":91,"target":147},{"source":91,"target":5},{"source":91,"target":148},{"source":91,"target":149},{"source":148,"target":11},{"source":148,"target":150},{"source":148,"target":91},{"source":150,"target":11},{"source":149,"target":151},{"source":149,"target":91},{"source":92,"target":8},{"source":92,"target":152},{"source":92,"target":5},{"source":152,"target":8},{"source":93,"target":8},{"source":93,"target":153},{"source":93,"target":5},{"source":153,"target":8},{"source":94,"target":12},{"source":94,"target":154},{"source":94,"target":5},{"source":94,"target":155},{"source":154,"target":12},{"source":95,"target":13},{"source":95,"target":156},{"source":95,"target":5},{"source":156,"target":13},{"source":96,"target":157},{"source":96,"target":5},{"source":97,"target":158},{"source":97,"target":5},{"source":98,"target":5},{"source":98,"target":159},{"source":98,"target":5},{"source":159,"target":5},{"source":99,"target":13},{"source":99,"target":160},{"source":99,"target":5},{"source":160,"target":13},{"source":100,"target":161},{"source":100,"target":5},{"source":101,"target":4},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":73},{"source":6,"target":162},{"source":6,"target":163},{"source":73,"target":4},{"source":73,"target":164},{"source":73,"target":6},{"source":73,"target":61},{"source":164,"target":4},{"source":162,"target":165},{"source":162,"target":6},{"source":163,"target":1},{"source":7,"target":0},{"source":7,"target":166},{"source":7,"target":167},{"source":166,"target":6},{"source":166,"target":168},{"source":166,"target":7},{"source":168,"target":6},{"source":167,"target":6},{"source":167,"target":169},{"source":167,"target":7},{"source":169,"target":6},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":170},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":8,"target":185},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":170,"target":5},{"source":170,"target":191},{"source":170,"target":8},{"source":191,"target":5},{"source":171,"target":9},{"source":171,"target":192},{"source":171,"target":8},{"source":171,"target":193},{"source":192,"target":9},{"source":193,"target":194},{"source":193,"target":171},{"source":172,"target":9},{"source":172,"target":195},{"source":172,"target":8},{"source":172,"target":196},{"source":195,"target":9},{"source":196,"target":197},{"source":196,"target":172},{"source":173,"target":10},{"source":173,"target":198},{"source":173,"target":8},{"source":173,"target":199},{"source":198,"target":10},{"source":199,"target":200},{"source":199,"target":173},{"source":174,"target":23},{"source":174,"target":201},{"source":174,"target":8},{"source":201,"target":23},{"source":175,"target":23},{"source":175,"target":202},{"source":175,"target":8},{"source":175,"target":203},{"source":202,"target":23},{"source":203,"target":204},{"source":203,"target":175},{"source":176,"target":23},{"source":176,"target":205},{"source":176,"target":8},{"source":176,"target":206},{"source":205,"target":23},{"source":206,"target":207},{"source":206,"target":176},{"source":177,"target":23},{"source":177,"target":208},{"source":177,"target":8},{"source":208,"target":23},{"source":178,"target":23},{"source":178,"target":209},{"source":178,"target":8},{"source":209,"target":23},{"source":179,"target":210},{"source":179,"target":8},{"source":180,"target":211},{"source":180,"target":8},{"source":181,"target":212},{"source":181,"target":8},{"source":182,"target":23},{"source":182,"target":213},{"source":182,"target":8},{"source":182,"target":214},{"source":213,"target":23},{"source":214,"target":215},{"source":214,"target":182},{"source":183,"target":23},{"source":183,"target":216},{"source":183,"target":8},{"source":183,"target":217},{"source":216,"target":23},{"source":217,"target":218},{"source":217,"target":183},{"source":184,"target":219},{"source":184,"target":8},{"source":184,"target":220},{"source":220,"target":9},{"source":220,"target":221},{"source":220,"target":184},{"source":221,"target":9},{"source":185,"target":222},{"source":185,"target":8},{"source":185,"target":223},{"source":223,"target":10},{"source":223,"target":224},{"source":223,"target":185},{"source":224,"target":10},{"source":186,"target":225},{"source":186,"target":8},{"source":186,"target":226},{"source":226,"target":23},{"source":226,"target":227},{"source":226,"target":186},{"source":227,"target":23},{"source":187,"target":9},{"source":187,"target":228},{"source":187,"target":8},{"source":187,"target":229},{"source":228,"target":9},{"source":188,"target":10},{"source":188,"target":230},{"source":188,"target":8},{"source":188,"target":231},{"source":230,"target":10},{"source":189,"target":22},{"source":189,"target":232},{"source":189,"target":8},{"source":232,"target":22},{"source":190,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":2},{"source":9,"target":233},{"source":9,"target":234},{"source":9,"target":235},{"source":9,"target":236},{"source":9,"target":237},{"source":9,"target":238},{"source":9,"target":239},{"source":9,"target":240},{"source":9,"target":241},{"source":9,"target":242},{"source":9,"target":229},{"source":9,"target":243},{"source":9,"target":244},{"source":9,"target":245},{"source":9,"target":246},{"source":233,"target":10},{"source":233,"target":247},{"source":233,"target":9},{"source":247,"target":10},{"source":234,"target":10},{"source":234,"target":248},{"source":234,"target":9},{"source":234,"target":249},{"source":248,"target":10},{"source":249,"target":250},{"source":249,"target":234},{"source":235,"target":10},{"source":235,"target":251},{"source":235,"target":9},{"source":235,"target":252},{"source":251,"target":10},{"source":252,"target":253},{"source":252,"target":235},{"source":236,"target":10},{"source":236,"target":254},{"source":236,"target":9},{"source":236,"target":255},{"source":236,"target":256},{"source":254,"target":10},{"source":255,"target":257},{"source":255,"target":236},{"source":256,"target":9},{"source":256,"target":258},{"source":256,"target":236},{"source":258,"target":9},{"source":237,"target":10},{"source":237,"target":259},{"source":237,"target":9},{"source":237,"target":260},{"source":237,"target":261},{"source":259,"target":10},{"source":260,"target":262},{"source":260,"target":237},{"source":261,"target":9},{"source":261,"target":263},{"source":261,"target":237},{"source":263,"target":9},{"source":238,"target":11},{"source":238,"target":264},{"source":238,"target":9},{"source":238,"target":265},{"source":264,"target":11},{"source":265,"target":266},{"source":265,"target":238},{"source":239,"target":11},{"source":239,"target":267},{"source":239,"target":9},{"source":239,"target":268},{"source":267,"target":11},{"source":268,"target":30},{"source":268,"target":269},{"source":268,"target":239},{"source":269,"target":30},{"source":240,"target":9},{"source":240,"target":270},{"source":240,"target":9},{"source":270,"target":9},{"source":241,"target":271},{"source":241,"target":9},{"source":242,"target":11},{"source":242,"target":272},{"source":242,"target":9},{"source":242,"target":273},{"source":272,"target":11},{"source":229,"target":8},{"source":229,"target":274},{"source":229,"target":9},{"source":229,"target":187},{"source":274,"target":8},{"source":243,"target":10},{"source":243,"target":275},{"source":243,"target":9},{"source":243,"target":276},{"source":275,"target":10},{"source":244,"target":10},{"source":244,"target":277},{"source":244,"target":9},{"source":244,"target":278},{"source":277,"target":10},{"source":245,"target":1},{"source":246,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":279},{"source":10,"target":278},{"source":10,"target":276},{"source":10,"target":280},{"source":10,"target":231},{"source":10,"target":281},{"source":10,"target":282},{"source":10,"target":283},{"source":279,"target":10},{"source":279,"target":284},{"source":279,"target":10},{"source":284,"target":10},{"source":278,"target":9},{"source":278,"target":285},{"source":278,"target":10},{"source":278,"target":244},{"source":285,"target":9},{"source":276,"target":9},{"source":276,"target":286},{"source":276,"target":10},{"source":276,"target":243},{"source":286,"target":9},{"source":280,"target":287},{"source":280,"target":10},{"source":231,"target":8},{"source":231,"target":288},{"source":231,"target":10},{"source":231,"target":188},{"source":288,"target":8},{"source":281,"target":289},{"source":281,"target":10},{"source":282,"target":290},{"source":282,"target":10},{"source":283,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":291},{"source":11,"target":292},{"source":11,"target":293},{"source":11,"target":273},{"source":11,"target":294},{"source":11,"target":295},{"source":11,"target":296},{"source":291,"target":11},{"source":291,"target":297},{"source":291,"target":11},{"source":297,"target":11},{"source":292,"target":298},{"source":292,"target":11},{"source":293,"target":299},{"source":293,"target":11},{"source":273,"target":9},{"source":273,"target":300},{"source":273,"target":11},{"source":273,"target":242},{"source":300,"target":9},{"source":294,"target":301},{"source":294,"target":11},{"source":295,"target":302},{"source":295,"target":11},{"source":296,"target":2},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":155},{"source":12,"target":303},{"source":12,"target":304},{"source":155,"target":5},{"source":155,"target":305},{"source":155,"target":12},{"source":155,"target":94},{"source":305,"target":5},{"source":303,"target":306},{"source":303,"target":12},{"source":304,"target":1},{"source":13,"target":0},{"source":13,"target":307},{"source":13,"target":308},{"source":307,"target":9},{"source":307,"target":309},{"source":307,"target":13},{"source":309,"target":9},{"source":308,"target":9},{"source":308,"target":310},{"source":308,"target":13},{"source":310,"target":9},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":311},{"source":14,"target":312},{"source":311,"target":4},{"source":311,"target":313},{"source":311,"target":14},{"source":313,"target":4},{"source":312,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":314},{"source":15,"target":315},{"source":314,"target":4},{"source":314,"target":316},{"source":314,"target":15},{"source":316,"target":4},{"source":315,"target":4},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":317},{"source":317,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":318},{"source":17,"target":319},{"source":17,"target":320},{"source":318,"target":321},{"source":318,"target":17},{"source":319,"target":322},{"source":319,"target":17},{"source":320,"target":15},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":323},{"source":18,"target":324},{"source":18,"target":325},{"source":18,"target":326},{"source":323,"target":4},{"source":323,"target":327},{"source":323,"target":18},{"source":327,"target":4},{"source":324,"target":4},{"source":324,"target":328},{"source":324,"target":18},{"source":328,"target":4},{"source":325,"target":4},{"source":325,"target":329},{"source":325,"target":18},{"source":329,"target":4},{"source":326,"target":4},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":330},{"source":330,"target":15},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":331},{"source":20,"target":332},{"source":331,"target":333},{"source":331,"target":20},{"source":332,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":334},{"source":334,"target":14},{"source":22,"target":0},{"source":22,"target":335},{"source":22,"target":336},{"source":335,"target":337},{"source":335,"target":22},{"source":336,"target":338},{"source":336,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":339},{"source":23,"target":340},{"source":23,"target":341},{"source":23,"target":342},{"source":23,"target":343},{"source":23,"target":344},{"source":339,"target":8},{"source":339,"target":345},{"source":339,"target":23},{"source":345,"target":8},{"source":340,"target":346},{"source":340,"target":23},{"source":341,"target":347},{"source":341,"target":23},{"source":342,"target":8},{"source":342,"target":348},{"source":342,"target":23},{"source":348,"target":8},{"source":343,"target":13},{"source":343,"target":349},{"source":343,"target":23},{"source":349,"target":13},{"source":344,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":350},{"source":24,"target":351},{"source":350,"target":22},{"source":350,"target":352},{"source":350,"target":24},{"source":352,"target":22},{"source":351,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":353},{"source":25,"target":354},{"source":25,"target":355},{"source":353,"target":22},{"source":353,"target":356},{"source":353,"target":25},{"source":356,"target":22},{"source":354,"target":22},{"source":354,"target":357},{"source":354,"target":25},{"source":357,"target":22},{"source":355,"target":22},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":358},{"source":358,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":359},{"source":359,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":360},{"source":360,"target":25},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":361},{"source":361,"target":24},{"source":30,"target":0}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/jamopp.ecore
java annotations Annotable annotations AnnotationInstance annotation parameter AnnotationParameter SingleAnnotationParameter value AnnotationParameterList settings AnnotationAttributeSetting attribute value AnnotationValue AnnotationAttribute defaultValue arrays ArrayTypeable getArrayDimension arrayDimensionsBefore arrayDimensionsAfter ArrayDimension ArrayInitializer initialValues ArrayInitializationValue ArrayInstantiation ArrayInstantiationBySize sizes ArrayInstantiationByValues arrayInitializer ArrayInstantiationByValuesUntyped ArrayInstantiationByValuesTyped ArraySelector position classifiers Classifier getAllSuperClassifiers ConcreteClassifier getInnerClassifiers getAllInnerClassifiers getSuperTypeReferences getAllMembers context Implementor implements Class getAllSuperClassifiers getSuperClass unWrapPrimitiveType extends defaultExtends Interface getAllSuperClassifiers extends defaultExtends Enumeration getAllSuperClassifiers getContainedConstant name constants Annotation getAllSuperClassifiers AnonymousClass getAllSuperClassifiers getSuperClassifier getAllMembers context commons Commentable getConcreteClassifier name getConcreteClassifierProxy name getConcreteClassifiers packageName classifierQuery getConcreteClassifierProxies packageName classifierQuery getLibClass name getLibInterface name getClassClass getObjectClass getStringClass getAnnotationInterface getContainingAnnotationInstance getContainingAnonymousClass getContainingConcreteClassifier getContainingCompilationUnit getContainingPackageName getContainingContainerName getParentConcreteClassifier getParentByEType type getFirstChildByEType type getParentByType T type getFirstChildByType T type getChildrenByEType type getChildrenByType T type getComments addBeforeContainingStatement statementToAdd addAfterContainingStatement statementToAdd layoutInformations NamedElement name NamespaceAwareElement getNamespacesAsString getClassifierAtNamespaces namespaces containers JavaRoot getClassifiersInSamePackage CompilationUnit getContainedClassifier name getClassifiersInSamePackage getContainedClass getContainedInterface getContainedAnnotation getContainedEnumeration classifiers Package getNamespacesAsString getClassifiersInSamePackage compilationUnits EmptyModel expressions ExpressionList expressions Expression getType getAlternativeType getOneType alternative getArrayDimension AssignmentExpression child assignmentOperator value AssignmentExpressionChild ConditionalExpression child expressionIf expressionElse ConditionalExpressionChild ConditionalOrExpression children ConditionalOrExpressionChild ConditionalAndExpression children ConditionalAndExpressionChild InclusiveOrExpression children InclusiveOrExpressionChild ExclusiveOrExpression children ExclusiveOrExpressionChild AndExpression children AndExpressionChild EqualityExpression equalityOperators children EqualityExpressionChild InstanceOfExpression child InstanceOfExpressionChild RelationExpression children relationOperators RelationExpressionChild ShiftExpression children shiftOperators ShiftExpressionChild AdditiveExpression children additiveOperators AdditiveExpressionChild MultiplicativeExpression children multiplicativeOperators MultiplicativeExpressionChild UnaryExpression operators child UnaryExpressionChild UnaryModificationExpression child operator PrefixUnaryModificationExpression SuffixUnaryModificationExpression UnaryModificationExpressionChild CastExpression child PrimaryExpression NestedExpression expression generics TypeArgument TypeArgumentable typeArguments CallTypeArgumentable callTypeArguments TypeParametrizable typeParameters ExtendsTypeArgument extendTypes QualifiedTypeArgument SuperTypeArgument superType TypeParameter getAllSuperClassifiers getAllMembers context getBoundType typeReference reference extendTypes UnknownTypeArgument imports Import getImportedClassifier name getImportedClassifiers getImportedMembers ImportingElement getDefaultImports imports StaticImport static ClassifierImport classifier PackageImport StaticClassifierImport StaticMemberImport staticMembers instantiations Initializable initialValue Instantiation NewConstructorCall anonymousClass ExplicitConstructorCall callTarget literals Literal getOneType alternative Self BooleanLiteral value CharacterLiteral value FloatLiteral DecimalFloatLiteral decimalValue HexFloatLiteral hexValue DoubleLiteral DecimalDoubleLiteral decimalValue HexDoubleLiteral hexValue IntegerLiteral DecimalIntegerLiteral decimalValue HexIntegerLiteral hexValue OctalIntegerLiteral octalValue LongLiteral DecimalLongLiteral decimalValue HexLongLiteral hexValue OctalLongLiteral octalValue NullLiteral Super This members ExceptionThrower exceptions Member MemberContainer getContainedClassifier name getContainedField name getContainedMethod name getMethods removeMethods name getMembersByName name createField name qualifiedTypeName getFields getConstructors members defaultMembers AdditionalField getArrayDimension Constructor EmptyMember Field additionalFields Method isMethodForCall methodCall needsPerfectMatch isSomeMethodForCall methodCall isBetterMethodForCall otherMethod methodCall getArrayDimension InterfaceMethod ClassMethod EnumConstant anonymousClass modifiers Modifier AnnotationInstanceOrModifier AnnotableAndModifiable isHidden context isStatic removeModifier modifierType makePublic makePrivate makeProtected getModifiers removeAllModifiers hasModifier type isPublic isPrivate isProtected addModifier newModifier annotationsAndModifiers Modifiable modifiers Abstract Final Native Protected Public Private Static Strictfp Synchronized Transient Volatile operators Operator AdditiveOperator AssignmentOperator EqualityOperator MultiplicativeOperator RelationOperator ShiftOperator UnaryOperator UnaryModificationOperator Assignment AssignmentAnd AssignmentDivision AssignmentExclusiveOr AssignmentMinus AssignmentModulo AssignmentMultiplication AssignmentLeftShift AssignmentOr AssignmentPlus AssignmentRightShift AssignmentUnsignedRightShift Equal NotEqual GreaterThan GreaterThanOrEqual LessThan LessThanOrEqual Addition Subtraction Division Multiplication Remainder Complement MinusMinus Negate PlusPlus LeftShift RightShift UnsignedRightShift parameters Parameter Parametrizable parameters OrdinaryParameter VariableLengthParameter references Reference getReferencedType getPrevious next arraySelectors Argumentable getArgumentTypes arguments ReferenceableElement ElementReference target IdentifierReference MethodCall ReflectiveClassReference PrimitiveTypeReference primitiveType StringReference value SelfReference self PackageReference subpackages statements StatementContainer statement StatementListContainer getLocalVariable name statements Conditional condition ForLoopInitializer Statement SwitchCase Assert errorMessage Break Block CatchBlock parameter Condition elseStatement Continue DefaultSwitchCase DoWhileLoop EmptyStatement ExpressionStatement expression ForLoop init updates ForEachLoop next collection Jump target JumpLabel LocalVariableStatement variable NormalSwitchCase Return returnValue Switch cases variable SynchronizedBlock lockProvider Throw throwable TryBlock catcheBlocks finallyBlock WhileLoop condition types Type equalsType arrayDimension otherType otherArrayDimension isSuperType arrayDimension otherType otherArrayType getAllMembers context TypedElement typeReference TypeReference getTarget setTarget type getBoundTarget reference getPureClassifierReference ClassifierReference target NamespaceClassifierReference classifierReferences PrimitiveType getAllMembers context wrapPrimitiveType Boolean Byte Char Double Float Int Long Short Void variables Variable getArrayDimension createMethodCallStatement methodName arguments createMethodCall methodName arguments LocalVariable additionalLocalVariables AdditionalLocalVariable getArrayDimension
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="_WosmsNz1Ed2bJ_pQViWxFg" name="java" nsURI="http://www.emftext.org/java" nsPrefix="java"> <eSubpackages xmi:id="_Wosmsdz1Ed2bJ_pQViWxFg" name="annotations" nsURI="http://www.emftext.org/java/annotations" nsPrefix="annotations"> <eClassifiers xsi:type="ecore:EClass" name="Annotable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#_Wosms9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosms9z1Ed2bJ_pQViWxFg" name="AnnotationInstance" eSuperTypes="#//references/Reference #//modifiers/AnnotationInstanceOrModifier #//commons/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" lowerBound="1" eType="#//classifiers/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wosmttz1Ed2bJ_pQViWxFg" name="parameter" eType="#//annotations/AnnotationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameter" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="SingleAnnotationParameter" eSuperTypes="#//annotations/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//annotations/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameterList" eSuperTypes="#//annotations/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" upperBound="-1" eType="#_Wosmt9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosmt9z1Ed2bJ_pQViWxFg" name="AnnotationAttributeSetting" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_WosmuNz1Ed2bJ_pQViWxFg" name="attribute" lowerBound="1" eType="#//members/InterfaceMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wosmudz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="#//annotations/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationValue" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosmv9z1Ed2bJ_pQViWxFg" name="AnnotationAttribute" eSuperTypes="#//members/InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_WosmwNz1Ed2bJ_pQViWxFg" name="defaultValue" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="arrays" nsURI="http://www.emftext.org/java/arrays" nsPrefix="arrays"> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeable" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsBefore" upperBound="-1" eType="#//arrays/ArrayDimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsAfter" upperBound="-1" eType="#//arrays/ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDimension" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//arrays/ArrayInitializationValue #//annotations/AnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValues" upperBound="-1" eType="#//arrays/ArrayInitializationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializationValue" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiation" abstract="true" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg #//references/Reference"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationBySize" eSuperTypes="#//arrays/ArrayInstantiation #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable"> <eStructuralFeatures xsi:type="ecore:EReference" name="sizes" lowerBound="1" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValues" abstract="true" eSuperTypes="#//arrays/ArrayInstantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayInitializer" lowerBound="1" eType="#//arrays/ArrayInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValuesUntyped" eSuperTypes="#//arrays/ArrayInstantiationByValues"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValuesTyped" eSuperTypes="#//arrays/ArrayInstantiationByValues #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable"/> <eClassifiers xsi:type="ecore:EClass" name="ArraySelector" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="classifiers" nsURI="http://www.emftext.org/java/classifiers" nsPrefix="classifiers"> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #//references/ReferenceableElement"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//method has to be specified in subclasses&#xA;throw new java.lang.UnsupportedOperationException();"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteClassifier" abstract="true" eSuperTypes="#//classifiers/Classifier #//generics/TypeParametrizable #//members/MemberContainer #//members/Member #_Wo2YzNz1Ed2bJ_pQViWxFg #//modifiers/AnnotableAndModifiable"> <eOperations name="getInnerClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (this.eIsProxy()) {&#xA;&#x9; java.lang.String uriString = (( org.eclipse.emf.ecore.InternalEObject)this).eProxyURI().trimFragment().toString();&#xA;&#x9; java.lang.String fullName = uriString.substring( org.emftext.language.java.JavaUniquePathConstructor.JAVA_CLASSIFIER_PATHMAP.length(), &#xA;&#x9;&#x9;&#x9; uriString.length() - &quot;.java&quot;.length()) + &quot;$&quot;;&#xA;&#x9; return getConcreteClassifierProxies(fullName, &quot;*&quot;);&#xA;}&#xA;else {&#xA;&#x9;java.lang.String suffix = &quot;&quot;;&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClass = this;&#xA;&#x9;while (containingClass.eContainer() instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;containingClass = ( org.emftext.language.java.classifiers.ConcreteClassifier) containingClass.eContainer();&#xA;&#x9;&#x9;suffix = containingClass.getName() + org.emftext.language.java.JavaUniquePathConstructor.CLASSIFIER_SEPARATOR + suffix;&#xA;&#x9;}&#xA;&#x9;if (containingClass.eContainer() instanceof org.emftext.language.java.containers.CompilationUnit) {&#xA;&#x9;&#x9;org.emftext.language.java.containers.CompilationUnit compilationUnit = ( org.emftext.language.java.containers.CompilationUnit) containingClass.eContainer();&#xA;&#x9; java.lang.String fullName = compilationUnit.getNamespacesAsString() + suffix + &#xA;&#x9; &#x9;getName() + org.emftext.language.java.JavaUniquePathConstructor.CLASSIFIER_SEPARATOR;&#xA;&#x9; return getConcreteClassifierProxies(fullName, &quot;*&quot;);&#xA;&#x9;}&#xA;}&#xA;&#xA;//for classes declared locally inside methods that are not registered in the class path&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;//can not call ClassifierUtil.getAllMembers, because it will try to call this method!&#xA;for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if(member instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier) member);&#xA;&#x9;}&#xA;}&#xA;for( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;for( org.emftext.language.java.members.Member member : superClassifier.getMembers()) {&#xA;&#x9;&#x9;if(member instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier) member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;return result;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getAllInnerClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> innerClassifierList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;innerClassifierList.addAll(getInnerClassifiers());&#xA;&#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> superInnerList = superClassifier&#xA;&#x9;&#x9;&#x9;.getInnerClassifiers();&#xA;&#xA;&#x9;for ( org.emftext.language.java.classifiers.ConcreteClassifier superInner : superInnerList) {&#xA;&#x9;&#x9;if (superInner.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;superInner = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;superInner, this);&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (!superInner.isHidden(this)) {&#xA;&#x9;&#x9;&#x9;innerClassifierList.add(superInner);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#x9;&#xA;return innerClassifierList;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getSuperTypeReferences" upperBound="-1" eType="#//types/ClassifierReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.ClassifierReference> typeReferenceList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.ClassifierReference>();&#xA;if(this == null) {&#xA;&#x9;return typeReferenceList;&#xA;}&#xA;&#xA;if (this instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;org.emftext.language.java.classifiers.Class javaClass = ( org.emftext.language.java.classifiers.Class) this;&#xA;&#x9;if (javaClass.getExtends() != null) {&#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = javaClass.getExtends().getPureClassifierReference();&#xA;&#x9;&#x9;typeReferenceList.add(classifierReference);&#xA;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier target = ( org.emftext.language.java.classifiers.ConcreteClassifier) classifierReference.getTarget();&#xA;&#x9;&#x9;if (!target.equals(getObjectClass())) {&#xA;&#x9;&#x9;&#x9;typeReferenceList.addAll(target.getSuperTypeReferences());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#x9;&#xA;&#x9;for( org.emftext.language.java.types.TypeReference interfaceReference : javaClass.getImplements()) {&#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = interfaceReference.getPureClassifierReference();&#xA;&#x9;&#x9;typeReferenceList.add(classifierReference);&#xA;&#x9;&#x9;typeReferenceList.addAll((( org.emftext.language.java.classifiers.ConcreteClassifier) classifierReference.getTarget()).getSuperTypeReferences());&#xA;&#x9;}&#xA;} else if (this instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;org.emftext.language.java.classifiers.Interface javaInterface = ( org.emftext.language.java.classifiers.Interface) this;&#xA;&#x9;for( org.emftext.language.java.types.TypeReference interfaceReference : javaInterface.getExtends()) {&#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = interfaceReference.getPureClassifierReference();&#xA;&#x9;&#x9;typeReferenceList.add(classifierReference);&#xA;&#x9;&#x9;typeReferenceList.addAll((( org.emftext.language.java.classifiers.ConcreteClassifier) classifierReference.getTarget()).getSuperTypeReferences());&#xA;&#x9;}&#xA;}&#xA;return typeReferenceList;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> memberList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.members.Member>();&#xA;&#xA;org.emftext.language.java.classifiers.ConcreteClassifier concreteClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) this;&#xA;memberList.addAll(concreteClassifier.getMembers());&#xA;memberList.addAll(concreteClassifier.getDefaultMembers());&#xA;//because inner classes are found in separate class files&#xA;memberList.addAll(concreteClassifier.getAllInnerClassifiers());&#xA;&#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;for( org.emftext.language.java.members.Member member : superClassifier.getMembers()) {&#xA;&#x9;&#x9;if(member instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable) member;&#xA;&#xA;&#x9;&#x9;&#x9;if(!modifiable.isHidden(context)) {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;memberList.addAll(superClassifier.getDefaultMembers());&#xA;}&#xA;return memberList;"/> <details key="documentation" value="&#xA; Returns all members of the given classifier including inner classes and &#xA; all members of super types (extended classes and implemented interfaces).&#xA; &#xA; @param context to check protected visibility&#xA; @return member list&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implementor" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//classifiers/ConcreteClassifier #//classifiers/Implementor"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = &#xA;&#x9;new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#x9;&#x9;&#x9;&#xA;//collects all superclasses first&#xA;org.emftext.language.java.classifiers.Class superClass = this;&#xA;while (superClass != null &amp;&amp; !superClass.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;!superClass.equals(getObjectClass())) {&#xA;&#x9;superClass = superClass.getSuperClass();&#xA;&#x9;if (superClass != null) {&#xA;&#x9;&#x9;result.add(superClass);&#xA;&#x9;}&#xA;}&#xA;&#xA;//collect all implemented interfaces&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getImplements()) {&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;//collect all implemented interfaces of super classes&#xA;superClass = this.getSuperClass();&#x9;&#xA;if (superClass != null &amp;&amp; !superClass.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;!superClass.equals(getObjectClass())) {&#xA;&#x9;result.addAll(superClass.getAllSuperClassifiers());&#xA;}&#x9;&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; Recursively collects all super types (extended classes and implemented interfaces)&#xA; of the given class.&#xA; &#xA; @param classifierList the list for the result&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getSuperClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.TypeReference superClassReference = this.getExtends();&#xA;if (superClassReference == null) {&#xA;&#x9;superClassReference = this.getDefaultExtends();&#xA;}&#xA;if (superClassReference == null) {&#xA;&#x9;return null;&#xA;}&#xA;org.emftext.language.java.types.Type result = superClassReference.getTarget();&#xA;if (result instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Class) result;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param this&#xA; @return the direct super class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="unWrapPrimitiveType" eType="#_Wo2ZR9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (getLibClass(&quot;Boolean&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createBoolean();&#xA;}&#xA;if (getLibClass(&quot;Byte&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createByte();&#xA;}&#xA;if (getLibClass(&quot;Character&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createChar();&#xA;}&#xA;if (getLibClass(&quot;Float&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createFloat();&#xA;}&#xA;if (getLibClass(&quot;Double&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createDouble();&#xA;}&#xA;if (getLibClass(&quot;Integer&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createInt();&#xA;}&#xA;if (getLibClass(&quot;Long&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createLong();&#xA;}&#xA;if (getLibClass(&quot;Short&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createShort();&#xA;}&#xA;if (getLibClass(&quot;Void&quot;).equals(this)) {&#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createVoid();&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param this&#xA; @return primitive type, if the class can be wrapped&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//classifiers/ConcreteClassifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getExtends()) {&#xA;&#x9;//use ConcreteClassifier instead of Interface because java.lang.Object can also act as implemented interface&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getDefaultExtends()) {&#xA;&#x9;//use ConcreteClassifier instead of Interface because java.lang.Object can also act as implemented interface&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;return result;"/> <details key="documentation" value="&#xA; @return all interfaces extended by this interface. The type is &#xA; ConcreteClassifier, because java.lang.Object is also extended although&#xA; it is a Class.&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//classifiers/ConcreteClassifier #//classifiers/Implementor"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;//enumerations inherit from java.lang.Enum&#xA;org.emftext.language.java.classifiers.Class enumClass = getLibClass(&quot;Enum&quot;);&#xA;result.add(enumClass);&#xA;result.addAll(enumClass.getAllSuperClassifiers());&#xA;&#xA;//collect all implemented interfaces&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this.getImplements()) {&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier) typeArg.getTarget();&#xA;&#x9;if (superInterface != null) {&#xA;&#x9;&#x9;result.add(superInterface);&#xA;&#x9;&#x9;if (superInterface instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Interface)superInterface).getAllSuperClassifiers());&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; @return all interfaces extended by this enumeration.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainedConstant" eType="#//members/EnumConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for( org.emftext.language.java.members.EnumConstant constant : getConstants()) {&#xA;&#x9;if (name.equals(constant.getName())) {&#xA;&#x9;&#x9;return constant;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return null;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//members/EnumConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//classifiers/ConcreteClassifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;result.add(getAnnotationInterface());&#xA;return result;"/> <details key="documentation" value="&#xA; @return &lt;code>java.lang.annotation.Annotation&lt;/code> &#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClass" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #//members/MemberContainer"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> superClassifierList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;org.emftext.language.java.classifiers.ConcreteClassifier superClassifier = getSuperClassifier();&#xA;&#xA;if (superClassifier != null) {&#xA;&#x9;superClassifierList.add(superClassifier);&#xA;&#x9;superClassifierList.addAll(superClassifier.getAllSuperClassifiers());&#xA;}&#xA;else {&#xA;&#x9;superClassifierList.add(getObjectClass());&#xA;}&#xA;return superClassifierList;"/> <details key="documentation" value="&#xA; @return a view on all super classifiers&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getSuperClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.instantiations.NewConstructorCall ncCall = null;&#xA;if (this.eContainer() instanceof org.emftext.language.java.instantiations.NewConstructorCall) {&#xA;&#x9;ncCall = ( org.emftext.language.java.instantiations.NewConstructorCall) this.eContainer();&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) ncCall.getTypeReference().getTarget();&#xA;&#x9;return superClassifier;&#xA;}&#xA;else if (this.eContainer() instanceof org.emftext.language.java.members.EnumConstant) {&#xA;&#x9;if (this.eContainer().eContainer() instanceof org.emftext.language.java.classifiers.Enumeration) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.Enumeration) this.eContainer().eContainer();&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @return the direct super classifier&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> memberList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.members.Member>();&#xA;memberList.addAll(this.getMembers());&#xA;memberList.addAll(this.getDefaultMembers());&#xA;&#xA;org.emftext.language.java.instantiations.NewConstructorCall ncCall = null;&#xA;if (this.eContainer() instanceof org.emftext.language.java.instantiations.NewConstructorCall) {&#xA;&#x9;ncCall = ( org.emftext.language.java.instantiations.NewConstructorCall) this.eContainer();;&#xA;}&#xA;if (ncCall == null) {&#xA;&#x9;return memberList;&#xA;}&#xA;else {&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier classifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) ncCall.getTypeReference().getTarget();&#xA;&#x9;if (classifier != null) {&#xA;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> superMemberList = classifier.getAllMembers(context);&#xA;&#x9;&#x9;for( org.emftext.language.java.members.Member superMember : superMemberList) {&#xA;&#x9;&#x9;&#x9;//exclude private members&#xA;&#x9;&#x9;&#x9;if(superMember instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;if (superMember.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;superMember = ( org.emftext.language.java.members.Member) org.eclipse.emf.ecore.util.EcoreUtil.resolve(superMember, this);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable) superMember;&#xA;&#x9;&#x9;&#x9;&#x9;if(!modifiable.isHidden(context)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;memberList.add(superMember);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(superMember);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;return memberList;&#xA;}"/> <details key="documentation" value="&#xA; @param context to check protected visibility&#xA; @return a view on all members including super classifiers' members&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> </eClassifiers> </eSubpackages> <eSubpackages name="commons" nsURI="http://www.emftext.org/java/commons" nsPrefix="commons"> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true"> <eOperations name="getConcreteClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;org.emftext.language.java.JavaClasspath.get(this).getClassifier(name), this);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.ConcreteClassifier&lt;/code>&#xA; representing the class with the given classified name.&#xA; &#xA; @param name classified name of the ConcreteClassifier&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifierProxy" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return ( org.emftext.language.java.classifiers.ConcreteClassifier) org.emftext.language.java.JavaClasspath.get(this).getClassifier(name);"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath.get(this).getClassifiers(packageName, classifierQuery)) {&#xA;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(classifier, this));&#xA;}&#xA;return result;"/> <details key="documentation" value="&#xA; Finds all &lt;code>org.emftext.language.java.classifiers.ConcreteClassifier&lt;/code>&#xA; representing the classes in the given package or a single class from that package.&#xA; &#xA; @param packageName name of the package&#xA; for all classifiers or name of a single classifier&#xA;"/> </eAnnotations> <eParameters name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="classifierQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifierProxies" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath.get(this).getClassifiers(packageName, classifierQuery)) {&#xA;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier)classifier);&#xA;}&#xA;return result;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="classifierQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLibClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class classClass = ( org.emftext.language.java.classifiers.Class) getConcreteClassifierProxy(&#xA;&#x9;&#x9;&quot;java.lang.&quot; + name);&#xA;org.eclipse.emf.ecore.EObject resolved = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(classClass, this);&#xA;if (resolved instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Class) resolved;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing the class with the given name located in &lt;code>java.lang&lt;/code>.&#xA; &#xA; @param name name of the Class&#xA; @return the Class&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLibInterface" eType="#//classifiers/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier interfaceClass = getConcreteClassifierProxy(&#xA;&#x9;&#x9;&quot;java.lang.&quot; + name);&#xA;org.eclipse.emf.ecore.EObject resolved = org.eclipse.emf.ecore.util.EcoreUtil.resolve(interfaceClass, this);&#xA;if (resolved instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Interface) resolved;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Interface&lt;/code>&#xA; representing the interface with the given name located in &lt;code>java.lang&lt;/code>.&#xA; &#xA; @param name name of the Interface&#xA; @return the Class&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getClassClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass(&quot;Class&quot;);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.Class&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getObjectClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass(&quot;Object&quot;);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.Object&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getStringClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass(&quot;String&quot;);"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.String&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAnnotationInterface" eType="#//classifiers/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Interface annotationClass = ( org.emftext.language.java.classifiers.Interface) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(&quot;java.lang.annotation.Annotation&quot;), this);&#xA;org.eclipse.emf.ecore.EObject resolved = org.eclipse.emf.ecore.util.EcoreUtil.resolve(annotationClass, this);&#xA;if (resolved instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Interface) resolved;&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Interface&lt;/code>&#xA; representing &lt;code>java.lang.annotation.Annotation&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingAnnotationInstance" eType="#_Wosms9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.annotations.AnnotationInstance) &amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;return ( org.emftext.language.java.annotations.AnnotationInstance) value;"/> <details key="documentation" value=" &#xA; Finds the containing annotation instance for the given element.&#xA; &#xA; @param value&#xA; @return containing annotation instance&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingAnonymousClass" eType="#//classifiers/AnonymousClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.classifiers.AnonymousClass) &#xA;&#x9;&#x9;&amp;&amp; !(value instanceof org.emftext.language.java.classifiers.ConcreteClassifier) //do not jump over other classifiers &#xA;&#x9;&#x9;&amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;if (!(value instanceof org.emftext.language.java.classifiers.AnonymousClass)) {&#xA;&#x9;return null;&#xA;}&#xA;return ( org.emftext.language.java.classifiers.AnonymousClass) value;"/> <details key="documentation" value="&#xA; Finds the containing anonymous class for the given element.&#xA; &#xA; @param value&#xA; @return containing anonymous class &#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingConcreteClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.classifiers.ConcreteClassifier) &amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;return ( org.emftext.language.java.classifiers.ConcreteClassifier) value;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getContainingCompilationUnit" eType="#//containers/CompilationUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this;&#xA;while (!(value instanceof org.emftext.language.java.containers.CompilationUnit) &amp;&amp; value != null) {&#xA;&#x9;value = value.eContainer();&#xA;}&#xA;return ( org.emftext.language.java.containers.CompilationUnit) value;"/> <details key="documentation" value="&#xA; Finds the containing compilation unit for the given element.&#xA; &#xA; @param value&#xA; @return containing compilation unit&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingPackageName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.containers.CompilationUnit cu = getContainingCompilationUnit();&#xA;if (cu == null) {&#xA;&#x9;return null;&#xA;}&#xA;&#xA;int idx = cu.getNamespaces().size();&#xA;if(cu.getName() != null) {&#xA;&#x9;char[] fullName = cu.getName().toCharArray();&#xA;&#x9;for(int i = 0; i &lt; fullName.length; i++) {&#xA;&#x9;&#x9;if (fullName[i] == '$') {&#xA;&#x9;&#x9;&#x9;idx--;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(new org.eclipse.emf.common.util.BasicEList&lt; java.lang.String>(&#xA;&#x9;&#x9;cu.getNamespaces().subList(0, idx)));"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getContainingContainerName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.containers.CompilationUnit cu = getContainingCompilationUnit();&#xA;if (cu == null) {&#xA;&#x9;return null;&#xA;}&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(cu.getNamespaces());"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getParentConcreteClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier classifier = getContainingConcreteClassifier();&#xA;if(classifier == null) {&#xA;&#x9;org.emftext.language.java.containers.CompilationUnit cu = getContainingCompilationUnit();&#xA;&#x9;//maybe the outer classifier is in an extra cu&#xA;&#x9;if (cu != null &amp;&amp; cu.getName() != null &amp;&amp; cu.getName().contains(&quot;$&quot;)) {&#xA;&#x9;&#x9;classifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(cu.getNamespacesAsString()), this);&#xA;&#x9;&#x9;if(classifier.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;classifier = null;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;return classifier;"/> <details key="documentation" value="&#xA; Finds the classifier that is the parent of this element. If &#xA; this element is an inner classifier the parent classifier does&#xA; not necessarily contain this element, since it can reside in &#xA; a different compilation unit when stored in byte code.&#xA; &#xA; @param value&#xA; @return containing classifier&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getParentByEType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;while (container != null) {&#xA;&#x9;if (type.isInstance(container)) {&#xA;&#x9;&#x9;return container;&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Walks up the containment hierarchy and returns the first parent with the&#xA; given type. If no such parent is found, null is returned.&#xA;"/> </eAnnotations> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getFirstChildByEType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;return next;&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Searches for the first child with the given type. If no such child is found, null is returned.&#xA;"/> </eAnnotations> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getParentByType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;while (container != null) {&#xA;&#x9;if (type.isInstance(container)) {&#xA;&#x9;&#x9;return type.cast(container);&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Walks up the containment hierarchy and returns the first parent with the&#xA; given type. If no such parent is found, null is returned.&#xA;"/> </eAnnotations> <eGenericType eTypeParameter="#//commons/Commentable/getParentByType/T"/> <eTypeParameters name="T"/> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//commons/Commentable/getParentByType/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getFirstChildByType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;return type.cast(next);&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; Searches for the first child with the given type. If no such child is found, null is returned.&#xA;"/> </eAnnotations> <eGenericType eTypeParameter="#//commons/Commentable/getFirstChildByType/T"/> <eTypeParameters name="T"/> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//commons/Commentable/getFirstChildByType/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getChildrenByEType" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.eclipse.emf.ecore.EObject> children = new org.eclipse.emf.common.util.BasicEList&lt; org.eclipse.emf.ecore.EObject>();&#xA;java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;children.add(next);&#xA;&#x9;}&#xA;}&#xA;return children;"/> <details key="documentation" value="&#xA; Returns all children of the given type.&#xA;"/> </eAnnotations> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getChildrenByType" upperBound="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt;T> children = new org.eclipse.emf.common.util.BasicEList&lt;T>();&#xA;java.util.Iterator&lt; org.eclipse.emf.ecore.EObject> it = this.eAllContents();&#xA;while (it.hasNext()) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = it.next();&#xA;&#x9;if (type.isInstance(next)) {&#xA;&#x9;&#x9;children.add(type.cast(next));&#xA;&#x9;}&#xA;}&#xA;return children;"/> <details key="documentation" value="&#xA; Returns all children of the given type.&#xA;"/> </eAnnotations> <eGenericType eTypeParameter="#//commons/Commentable/getChildrenByType/T"/> <eTypeParameters name="T"/> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//commons/Commentable/getChildrenByType/T"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getComments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; java.lang.String> comments = new org.eclipse.emf.common.util.BasicEList&lt; java.lang.String>();&#xA;if (this instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#xA;&#x9;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier aom : (( org.emftext.language.java.modifiers.AnnotableAndModifiable) this).getAnnotationsAndModifiers()) {&#xA;&#x9;&#x9;comments.addAll(aom.getComments());&#xA;&#x9;}&#xA;}&#xA;for ( org.emftext.commons.layout.LayoutInformation layoutInformation : getLayoutInformations()) {&#xA;&#x9;java.lang.String text = layoutInformation.getHiddenTokenText();&#xA;&#x9;if (text.contains(&quot;/*&quot;) || text.contains(&quot;//&quot;)) {&#xA;&#x9;&#x9;comments.add(layoutInformation.getHiddenTokenText().trim());&#xA;&#x9;}&#xA;}&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(comments);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="addBeforeContainingStatement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;org.eclipse.emf.ecore.EObject statement = this;&#xA;while (container != null) {&#xA;&#x9;if (container instanceof org.emftext.language.java.statements.StatementListContainer) {&#xA;&#x9;&#x9;break;&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;&#x9;statement = statement.eContainer();&#xA;}&#xA;if (container == null) {&#xA;&#x9;throw new java.lang.IllegalArgumentException(&quot;Element &quot; + this + &quot; is not contained in a StatementListContainer.&quot;);&#xA;}&#xA;org.emftext.language.java.statements.StatementListContainer statementListContainer = ( org.emftext.language.java.statements.StatementListContainer) container;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.statements.Statement> statements = statementListContainer.getStatements();&#xA;int index = statements.indexOf(statement);&#xA;&#xA;statements.add(index, statementToAdd);"/> <details key="documentation" value="&#xA; Adds the given statement before the statement that contains this element.&#xA;/&#xA;"/> </eAnnotations> <eParameters name="statementToAdd" lowerBound="1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg"/> </eOperations> <eOperations name="addAfterContainingStatement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject container = this.eContainer();&#xA;org.eclipse.emf.ecore.EObject statement = this;&#xA;while (container != null) {&#xA;&#x9;if (container instanceof org.emftext.language.java.statements.StatementListContainer) {&#xA;&#x9;&#x9;break;&#xA;&#x9;}&#xA;&#x9;container = container.eContainer();&#xA;&#x9;statement = statement.eContainer();&#xA;}&#xA;if (container == null) {&#xA;&#x9;throw new java.lang.IllegalArgumentException(&quot;Element &quot; + this + &quot; is not contained in a StatementListContainer.&quot;);&#xA;}&#xA;org.emftext.language.java.statements.StatementListContainer statementListContainer = ( org.emftext.language.java.statements.StatementListContainer) container;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.statements.Statement> statements = statementListContainer.getStatements();&#xA;int index = statements.indexOf(statement);&#xA;&#xA;if (index == statements.size() - 1) {&#xA;&#x9;// statement is the last one&#xA;&#x9;statements.add(statementToAdd);&#xA;} else {&#xA;&#x9;statements.add(index + 1, statementToAdd);&#xA;}"/> <details key="documentation" value="&#xA; Adds the given statement after the statement that contains this element.&#xA;/&#xA;"/> </eAnnotations> <eParameters name="statementToAdd" lowerBound="1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutInformations" upperBound="-1" eType="ecore:EClass layout.ecore#//LayoutInformation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAwareElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getNamespacesAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = &quot;&quot;; &#xA;for( java.util.Iterator&lt; java.lang.String> it = getNamespaces().iterator(); it.hasNext(); ) {&#xA;&#x9;java.lang.String namespaceFragment = it.next();&#xA;&#x9;//does it point at a classifier or a package as container?&#xA;&#x9;java.lang.String assumedPackageName = containerName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor.PACKAGE_SEPARATOR;&#xA;&#x9;java.lang.String assumedClassifierName = containerName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor.CLASSIFIER_SEPARATOR;&#xA;&#x9;&#xA;&#x9;if (it.hasNext()) {&#xA;&#x9;&#x9;if ( org.emftext.language.java.JavaClasspath.get(this).existsPackage(assumedClassifierName)) {&#xA;&#x9;&#x9;&#x9;containerName = assumedClassifierName;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;//assume package&#xA;&#x9;&#x9;&#x9;containerName = assumedPackageName;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;if ( org.emftext.language.java.JavaClasspath.get(this).existsPackage(assumedPackageName)) {&#xA;&#x9;&#x9;&#x9;//a package is always available as key&#xA;&#x9;&#x9;&#x9;containerName = assumedPackageName;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;//assume classifier that is not key, but value in the map&#xA;&#x9;&#x9;&#x9;containerName = assumedClassifierName;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;return containerName;"/> <details key="documentation" value="&#xA; Converts the namespaces array of the given namespace aware element into&#xA; a String representation using package (.) and class ($) delimiters. The method&#xA; uses the classpath to determine for each element of the namespace if it &#xA; identifies a package or a class.&#xA; &#xA; @param naElement&#xA; @return single string representation of namespace&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getClassifierAtNamespaces" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String fullQualifiedName = getNamespacesAsString();&#xA;if (fullQualifiedName == null || fullQualifiedName.endsWith( org.emftext.language.java.JavaUniquePathConstructor.PACKAGE_SEPARATOR)) {&#xA;&#x9;return null;&#xA;}&#xA;//cut the trailing separator&#xA;fullQualifiedName = fullQualifiedName.substring(0,fullQualifiedName.length() - 1);&#xA;&#xA;return ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(fullQualifiedName), this);"/> <details key="documentation" value="&#xA; Assuming the namespace&#xA; identifies a classifier, that classifier is returned.&#xA; &#xA; @return classifier at namespace&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaces" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="containers" nsURI="http://www.emftext.org/java/containers" nsPrefix="containers"> <eClassifiers xsi:type="ecore:EClass" name="JavaRoot" abstract="true" eSuperTypes="#//commons/NamedElement #//commons/NamespaceAwareElement #//imports/ImportingElement"> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> defaultImportList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;java.lang.String packageName = getNamespacesAsString();&#xA;&#xA;defaultImportList.addAll(getConcreteClassifierProxies(&#xA;&#x9;&#x9;packageName, &quot;*&quot;));&#xA;&#xA;return defaultImportList;"/> <details key="documentation" value="&#xA; @return all classes in the same package imports&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//containers/JavaRoot"> <eOperations name="getContainedClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (name == null) {&#xA;&#x9;return null;&#xA;}&#xA;for( org.emftext.language.java.classifiers.ConcreteClassifier candidate : getClassifiers()) {&#xA;&#x9;if(name.equals(candidate.getName())) {&#xA;&#x9;&#x9;return candidate;&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param name name of the contained Classifier&#xA; @return the Classifier&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> defaultImportList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;java.lang.String packageName = getNamespacesAsString();&#xA;&#xA;//locally defined in this container&#xA;defaultImportList.addAll(getClassifiers());&#xA;&#xA;defaultImportList.addAll(getConcreteClassifierProxies(&#xA;&#x9;&#x9;packageName, &quot;*&quot;));&#xA;&#xA;return defaultImportList;"/> <details key="documentation" value="&#xA; @return all classes in the same package imports&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainedClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (getClassifiers().size() != 1) {&#xA;&#x9;return null;&#xA;}&#xA;if (getClassifiers().get(0) instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Class) getClassifiers().get(0);&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @return the only class contained directly in the compilation unit (if one exists)&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainedInterface" eType="#//classifiers/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (getClassifiers().size() != 1) {&#xA;&#x9;return null;&#xA;}&#xA;if (getClassifiers().get(0) instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Interface) getClassifiers().get(0);&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @return the only interface contained directly in the compilation unit (if one exists)&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainedAnnotation" eType="#//classifiers/Annotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (getClassifiers().size() != 1) {&#xA;&#x9;return null;&#xA;}&#xA;if (getClassifiers().get(0) instanceof org.emftext.language.java.classifiers.Annotation) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Annotation) getClassifiers().get(0);&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @return the only annotation contained directly in the compilation unit (if one exists)&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainedEnumeration" eType="#//classifiers/Enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (getClassifiers().size() != 1) {&#xA;&#x9;return null;&#xA;}&#xA;if (getClassifiers().get(0) instanceof org.emftext.language.java.classifiers.Enumeration) {&#xA;&#x9;return ( org.emftext.language.java.classifiers.Enumeration) getClassifiers().get(0);&#xA;}&#xA;return null;"/> <details key="documentation" value="&#xA; @return the only enumeration contained directly in the compilation unit (if one exists)&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" lowerBound="1" upperBound="-1" eType="#//classifiers/ConcreteClassifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//containers/JavaRoot #//annotations/Annotable"> <eOperations name="getNamespacesAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String packageName = &quot;&quot;; &#xA;for( java.util.Iterator&lt; java.lang.String> it = getNamespaces().iterator(); it.hasNext(); ) {&#xA;&#x9;java.lang.String namespaceFragment = it.next();&#xA;&#x9;packageName = packageName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor.PACKAGE_SEPARATOR;&#xA;}&#xA;return packageName;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> defaultImportList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;&#xA;java.lang.String packageName = getNamespacesAsString();&#xA;&#xA;defaultImportList.addAll(getConcreteClassifierProxies(&#xA;&#x9;&#x9;packageName + getName(), &quot;*&quot;));&#xA;&#xA;return defaultImportList;"/> <details key="documentation" value="&#xA; @return all classes in the same package&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#//containers/CompilationUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyModel" eSuperTypes="#//containers/JavaRoot"/> </eSubpackages> <eSubpackages xmi:id="_Wo2YC9z1Ed2bJ_pQViWxFg" name="expressions" nsURI="http://www.emftext.org/java/expressions" nsPrefix="expressions"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YF9z1Ed2bJ_pQViWxFg" name="ExpressionList" eSuperTypes="#_Wo2Y9tz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YGNz1Ed2bJ_pQViWxFg" name="expressions" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YDNz1Ed2bJ_pQViWxFg" name="Expression" abstract="true" eSuperTypes="#//arrays/ArrayInitializationValue #//annotations/AnnotationValue"> <eOperations name="getType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getOneType(false);"/> <details key="documentation" value="&#xA; Returns the type of the expression considering all concrete&#xA; subtypes of Expression.&#xA; &#xA; @return type of expression&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAlternativeType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getOneType(true);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getOneType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class stringClass = getStringClass();&#xA;&#xA;org.emftext.language.java.types.Type type = null;&#xA;&#xA;if (this instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;org.emftext.language.java.references.Reference reference = ( org.emftext.language.java.references.Reference) this;&#xA;&#x9;//navigate down references&#xA;&#x9;while(reference.getNext() != null) {&#xA;&#x9;&#x9;reference = reference.getNext();&#xA;&#x9;}&#xA;&#x9;type = reference.getReferencedType();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.Literal) {&#xA;&#x9;type = (( org.emftext.language.java.literals.Literal) this).getType();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.CastExpression) {&#xA;&#x9;type = (( org.emftext.language.java.expressions.CastExpression)this).getTypeReference().getTarget();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.AssignmentExpression) {&#xA;&#x9;type = (( org.emftext.language.java.expressions.AssignmentExpression) this).getChild().getOneType(alternative);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.ConditionalExpression &amp;&amp;&#xA;&#x9;&#x9;(( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf() != null) {&#xA;&#x9;if (alternative) {&#xA;&#x9;&#x9;type = (( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionElse().getOneType(alternative);&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;type = (( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf().getOneType(alternative);&#xA;&#x9;}&#xA;&#x9;&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.EqualityExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.RelationExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ConditionalOrExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ConditionalAndExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.InstanceOfExpression ) {&#xA;&#x9;type = getLibClass(&quot;Boolean&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.AdditiveExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.MultiplicativeExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.InclusiveOrExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ExclusiveOrExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.AndExpression ||&#xA;&#x9;&#x9;this instanceof org.emftext.language.java.expressions.ShiftExpression ) {&#xA;&#x9;&#xA;&#x9;if (this instanceof org.emftext.language.java.expressions.AdditiveExpression) {&#xA;&#x9;&#x9;org.emftext.language.java.expressions.AdditiveExpression additiveExpression = ( org.emftext.language.java.expressions.AdditiveExpression) this;&#xA;&#x9;&#x9;for( org.emftext.language.java.expressions.Expression subExp : additiveExpression.getChildren()) {&#xA;&#x9;&#x9;&#x9;if (stringClass.equals(subExp.getOneType(alternative))) {&#xA;&#x9;&#x9;&#x9;&#x9;//special case: string concatenation&#xA;&#x9;&#x9;&#x9;&#x9;return stringClass;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;@SuppressWarnings(&quot;unchecked&quot;)&#xA;&#x9;org.emftext.language.java.expressions.Expression subExp = (( org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.expressions.Expression>) &#xA;&#x9;&#x9;&#x9;this.eGet(this.eClass().getEStructuralFeature(&quot;children&quot;))).get(0);&#xA;&#x9;&#xA;&#x9;return subExp.getOneType(alternative);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.UnaryExpression) {&#xA;&#x9;org.emftext.language.java.expressions.Expression subExp = (( org.emftext.language.java.expressions.UnaryExpression)this).getChild();&#xA;&#x9;&#xA;&#x9;return subExp.getOneType(alternative);&#xA;}&#xA;else for( org.eclipse.emf.common.util.TreeIterator&lt; org.eclipse.emf.ecore.EObject> i = this.eAllContents(); i.hasNext(); ) {&#xA;&#x9;org.eclipse.emf.ecore.EObject next = i.next();&#xA;&#x9;org.emftext.language.java.types.Type nextType = null;&#xA;&#xA;&#x9;if (next instanceof org.emftext.language.java.expressions.PrimaryExpression) {&#xA;&#xA;&#x9;&#x9;if (next instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.references.Reference ref = ( org.emftext.language.java.references.Reference) next;&#xA;&#x9;&#x9;&#x9;//navigate down references&#xA;&#x9;&#x9;&#x9;while(ref.getNext() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;ref = ref.getNext();&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;next = ref;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (next instanceof org.emftext.language.java.literals.Literal) {&#xA;&#x9;&#x9;&#x9;nextType = (( org.emftext.language.java.literals.Literal) next).getType();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else if (next instanceof org.emftext.language.java.expressions.CastExpression) {&#xA;&#x9;&#x9;&#x9;nextType = (( org.emftext.language.java.expressions.CastExpression)next).getTypeReference().getTarget();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;nextType = (( org.emftext.language.java.references.Reference) next).getReferencedType();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;i.prune();&#xA;&#xA;&#x9;}&#xA;&#x9;if (nextType != null) {&#xA;&#x9;&#x9;type = nextType;&#xA;&#x9;&#x9;//in the special case that this is an expression with&#xA;&#x9;&#x9;//some string included, everything is converted to string&#xA;&#x9;&#x9;if (stringClass.equals(type)) {&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;//type can be null in cases of unresolved/unresolvable proxies&#xA;return type;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="alternative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = 0;&#xA;org.emftext.language.java.arrays.ArrayTypeable arrayType = null;&#xA;if (this instanceof org.emftext.language.java.expressions.NestedExpression &amp;&amp; &#xA;&#x9;&#x9;(( org.emftext.language.java.expressions.NestedExpression)this).getNext() == null) {&#xA;&#x9;return (( org.emftext.language.java.expressions.NestedExpression) this).getExpression().getArrayDimension()&#xA;&#x9;&#x9;- (( org.emftext.language.java.expressions.NestedExpression)this).getArraySelectors().size();&#xA;}&#xA;if (this instanceof org.emftext.language.java.expressions.ConditionalExpression &amp;&amp;&#xA;&#x9;&#x9;(( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf() != null) {&#x9;&#x9;&#xA;&#x9;return (( org.emftext.language.java.expressions.ConditionalExpression)this).getExpressionIf().getArrayDimension();&#xA;}&#xA;if (this instanceof org.emftext.language.java.expressions.AssignmentExpression) {&#xA;&#x9;org.emftext.language.java.expressions.Expression value = (( org.emftext.language.java.expressions.AssignmentExpression) this).getValue();&#xA;&#x9;if (value == null) {&#xA;&#x9;&#x9;return 0;&#xA;&#x9;}&#xA;&#x9;return value.getArrayDimension();&#xA;}&#xA;if (this instanceof org.emftext.language.java.expressions.InstanceOfExpression) {&#xA;&#x9;return 0;&#xA;}&#xA;if (this instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;org.emftext.language.java.references.Reference reference = ( org.emftext.language.java.references.Reference) this;&#xA;&#x9;while (reference.getNext() != null) {&#xA;&#x9;&#x9;reference = reference.getNext();&#xA;&#x9;}&#xA;&#x9;//an array clone? -> dimension defined by cloned array&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.ElementReference &amp;&amp; &#xA;&#x9;&#x9;&#x9;reference.getPrevious() != null) {&#xA;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement target = (( org.emftext.language.java.references.ElementReference)reference).getTarget();&#xA;&#x9;&#x9;if (target instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;&#x9;&#x9;if(&quot;clone&quot;.equals((( org.emftext.language.java.members.Method)target).getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;reference = ( org.emftext.language.java.references.Reference) reference.eContainer();&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;org.emftext.language.java.references.ElementReference elementReference = ( org.emftext.language.java.references.ElementReference) reference;&#xA;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.arrays.ArrayTypeable) {&#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.arrays.ArrayTypeable) elementReference.getTarget();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.variables.AdditionalLocalVariable) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.variables.AdditionalLocalVariable additionalLocalVariable = ( org.emftext.language.java.variables.AdditionalLocalVariable) elementReference.getTarget();&#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.variables.LocalVariable) additionalLocalVariable.eContainer();&#xA;&#x9;&#x9;&#x9;size += additionalLocalVariable.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;&#x9;size -= arrayType.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.members.AdditionalField) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.members.AdditionalField additionalField = ( org.emftext.language.java.members.AdditionalField) elementReference.getTarget();&#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.members.Field) additionalField.eContainer();&#xA;&#x9;&#x9;&#x9;size += additionalField.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;&#x9;size -= arrayType.getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else if (this instanceof org.emftext.language.java.arrays.ArrayTypeable) {&#xA;&#x9;&#x9;size += (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsBefore().size() + (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsAfter().size();&#xA;&#x9;&#x9;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;&#x9;&#x9;size++;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;size -= reference.getArraySelectors().size();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.arrays.ArrayTypeable) {&#xA;&#x9;size += (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsBefore().size() + (( org.emftext.language.java.arrays.ArrayTypeable)this).getArrayDimensionsAfter().size();&#xA;&#x9;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;&#x9;size++;&#xA;&#x9;}&#xA;}&#xA;&#xA;if(this instanceof org.emftext.language.java.arrays.ArrayInstantiationBySize) {&#xA;&#x9;size += (( org.emftext.language.java.arrays.ArrayInstantiationBySize)this).getSizes().size();&#xA;}&#xA;&#xA;if(arrayType != null) {&#xA;&#x9;size += arrayType.getArrayDimension();&#xA;}&#xA;&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//expressions/AssignmentExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentOperator" lowerBound="1" eType="#//operators/AssignmentOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpressionChild" abstract="true" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YIdz1Ed2bJ_pQViWxFg" name="ConditionalExpression" eSuperTypes="#//expressions/AssignmentExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YI9z1Ed2bJ_pQViWxFg" name="child" eType="#//expressions/ConditionalExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YJdz1Ed2bJ_pQViWxFg" name="expressionIf" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionElse" lowerBound="1" eType="#//expressions/AssignmentExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpressionChild" abstract="true" eSuperTypes="#//expressions/AssignmentExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YHdz1Ed2bJ_pQViWxFg" name="ConditionalOrExpression" eSuperTypes="#//expressions/ConditionalExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YH9z1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ConditionalOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YGtz1Ed2bJ_pQViWxFg" name="ConditionalAndExpression" eSuperTypes="#//expressions/ConditionalOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YHNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ConditionalAndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YJ9z1Ed2bJ_pQViWxFg" name="InclusiveOrExpression" eSuperTypes="#//expressions/ConditionalAndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YKdz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/InclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalAndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpression" eSuperTypes="#//expressions/InclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ExclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpressionChild" abstract="true" eSuperTypes="#//expressions/InclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YLdz1Ed2bJ_pQViWxFg" name="AndExpression" eSuperTypes="#//expressions/ExclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YL9z1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/AndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpressionChild" abstract="true" eSuperTypes="#//expressions/ExclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YMNz1Ed2bJ_pQViWxFg" name="EqualityExpression" eSuperTypes="#//expressions/AndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YM9z1Ed2bJ_pQViWxFg" name="equalityOperators" lowerBound="1" upperBound="-1" eType="#//operators/EqualityOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YMtz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/EqualityExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpressionChild" abstract="true" eSuperTypes="#//expressions/AndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YNdz1Ed2bJ_pQViWxFg" name="InstanceOfExpression" eSuperTypes="#//arrays/ArrayTypeable #_Wo2ZP9z1Ed2bJ_pQViWxFg #//expressions/EqualityExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YONz1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/InstanceOfExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpressionChild" abstract="true" eSuperTypes="#//expressions/EqualityExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YOtz1Ed2bJ_pQViWxFg" name="RelationExpression" eSuperTypes="#//expressions/InstanceOfExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YPNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/RelationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YPdz1Ed2bJ_pQViWxFg" name="relationOperators" lowerBound="1" upperBound="-1" eType="#//operators/RelationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationExpressionChild" abstract="true" eSuperTypes="#//expressions/InstanceOfExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YPtz1Ed2bJ_pQViWxFg" name="ShiftExpression" eSuperTypes="#//expressions/RelationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YQNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ShiftExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YQdz1Ed2bJ_pQViWxFg" name="shiftOperators" lowerBound="1" upperBound="-1" eType="#//operators/ShiftOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpressionChild" abstract="true" eSuperTypes="#//expressions/RelationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YQtz1Ed2bJ_pQViWxFg" name="AdditiveExpression" eSuperTypes="#//expressions/ShiftExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YRNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/AdditiveExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YRdz1Ed2bJ_pQViWxFg" name="additiveOperators" lowerBound="1" upperBound="-1" eType="#//operators/AdditiveOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditiveExpressionChild" abstract="true" eSuperTypes="#//expressions/ShiftExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YRtz1Ed2bJ_pQViWxFg" name="MultiplicativeExpression" eSuperTypes="#//expressions/AdditiveExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YSNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/MultiplicativeExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YSdz1Ed2bJ_pQViWxFg" name="multiplicativeOperators" lowerBound="1" upperBound="-1" eType="#//operators/MultiplicativeOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpressionChild" abstract="true" eSuperTypes="#//expressions/AdditiveExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YStz1Ed2bJ_pQViWxFg" name="UnaryExpression" eSuperTypes="#//expressions/MultiplicativeExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YTNz1Ed2bJ_pQViWxFg" name="operators" lowerBound="1" upperBound="-1" eType="#//operators/UnaryOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YT9z1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/UnaryExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpressionChild" abstract="true" eSuperTypes="#//expressions/MultiplicativeExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpression" abstract="true" eSuperTypes="#//expressions/UnaryExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//expressions/UnaryModificationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1" eType="#//operators/UnaryModificationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixUnaryModificationExpression" eSuperTypes="#//expressions/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SuffixUnaryModificationExpression" eSuperTypes="#//expressions/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpressionChild" abstract="true" eSuperTypes="#//expressions/UnaryExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YWdz1Ed2bJ_pQViWxFg" name="CastExpression" eSuperTypes="#_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//expressions/UnaryModificationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YXdz1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/MultiplicativeExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" abstract="true" eSuperTypes="#//expressions/UnaryModificationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="generics" nsURI="http://www.emftext.org/java/generics" nsPrefix="generics"> <eClassifiers xsi:type="ecore:EClass" name="TypeArgument" abstract="true" eSuperTypes="#//arrays/ArrayTypeable"/> <eClassifiers xsi:type="ecore:EClass" name="TypeArgumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//generics/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallTypeArgumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTypeArguments" upperBound="-1" eType="#//generics/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParametrizable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//generics/TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendsTypeArgument" eSuperTypes="#//generics/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" lowerBound="1" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedTypeArgument" eSuperTypes="#//generics/TypeArgument #_Wo2ZP9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="SuperTypeArgument" eSuperTypes="#//generics/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" lowerBound="1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//classifiers/Classifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.emftext.language.java.types.TypeReference typeRef : getExtendTypes()) {&#xA;&#x9;org.emftext.language.java.types.Type type = typeRef.getTarget();&#xA;&#x9;if (type instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier)type);&#xA;&#x9;}&#xA;&#x9;if (type instanceof org.emftext.language.java.classifiers.Classifier) {&#xA;&#x9;&#x9;result.addAll((( org.emftext.language.java.classifiers.Classifier)type).getAllSuperClassifiers());&#x9;&#xA;&#x9;}&#xA;}&#x9;&#x9;&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; @return all type restrictions&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> memberList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.members.Member>();&#xA;&#xA;org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type> possiblyVisibleSuperClassifier = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;for( org.emftext.language.java.types.TypeReference typeReference : (( org.emftext.language.java.generics.TypeParameter)this).getExtendTypes()) {&#xA;&#x9;possiblyVisibleSuperClassifier.add(typeReference.getTarget());&#xA;}&#xA;&#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers()) {&#xA;&#x9;for( org.emftext.language.java.members.Member member : superClassifier.getMembers()) {&#xA;&#x9;&#x9;if(member instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable) {&#x9;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable) member;&#xA;&#xA;&#x9;&#x9;&#x9;if(!modifiable.isHidden(context)) {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else if (possiblyVisibleSuperClassifier.contains(superClassifier)) {&#xA;&#x9;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;memberList.add(member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;memberList.addAll(superClassifier.getDefaultMembers());&#xA;}&#xA;return memberList;"/> <details key="documentation" value="&#xA; Returns all members of the given classifier including inner classes and &#xA; all members of super types (extended classes and implemented interfaces).&#xA; &#xA; @param context to check protected visibility&#xA; @return member list&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> <eOperations name="getBoundType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> resultList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.types.Type>();&#xA;org.emftext.language.java.generics.TypeParametrizable typeParameterDeclarator = ( org.emftext.language.java.generics.TypeParametrizable) this.eContainer();&#xA;org.emftext.language.java.references.Reference parentReference = null;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> prevTypeList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;if (reference != null &amp;&amp; &#xA;&#x9;&#x9;reference.getPrevious() instanceof org.emftext.language.java.expressions.NestedExpression) {&#xA;&#x9;org.emftext.language.java.expressions.NestedExpression nestedExpression = ( org.emftext.language.java.expressions.NestedExpression) reference.getPrevious();&#xA;&#x9;org.emftext.language.java.expressions.Expression expression = null;&#xA;&#x9;if (nestedExpression.getExpression() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;expression = nestedExpression.getExpression();&#xA;&#x9;}&#xA;&#x9;else if (nestedExpression.getExpression() instanceof org.emftext.language.java.expressions.ConditionalExpression) {&#xA;&#x9;&#x9;expression = (( org.emftext.language.java.expressions.ConditionalExpression)nestedExpression.getExpression()).getExpressionIf();&#xA;&#x9;}&#xA;&#xA;&#x9;&#xA;&#x9;if (expression instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;org.emftext.language.java.references.Reference expressionReference = ( org.emftext.language.java.references.Reference) expression;&#xA;&#x9;&#x9;//navigate down references&#xA;&#x9;&#x9;while(expressionReference.getNext() != null) {&#xA;&#x9;&#x9;&#x9;expressionReference = expressionReference.getNext();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;parentReference = expressionReference;&#xA;&#x9;&#x9;org.emftext.language.java.types.Type prevType = nestedExpression.getExpression().getType();&#xA;&#x9;&#x9;if(prevType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)prevType).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;prevTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;prevTypeList.add(prevType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else if (nestedExpression.getExpression() instanceof org.emftext.language.java.expressions.CastExpression) {&#xA;&#x9;&#x9;prevTypeList.add((( org.emftext.language.java.expressions.CastExpression)nestedExpression.getExpression()).getTypeReference().getTarget());&#xA;&#x9;}&#xA;}&#xA;else if (reference != null &amp;&amp; reference.getPrevious() != null) {&#xA;&#x9;parentReference = reference.getPrevious();&#xA;&#x9;while (parentReference instanceof org.emftext.language.java.references.SelfReference) {&#xA;&#x9;&#x9;if ((( org.emftext.language.java.references.SelfReference)parentReference).getSelf() instanceof org.emftext.language.java.literals.Super) {&#xA;&#x9;&#x9;&#x9;if (parentReference.eContainer() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;parentReference = ( org.emftext.language.java.references.Reference) parentReference.eContainer();&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClassifier = reference.getContainingConcreteClassifier();&#xA;&#x9;&#x9;&#x9;&#x9;if (containingClassifier != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;prevTypeList.add(containingClassifier);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;parentReference = null;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;if (parentReference != null) {&#xA;&#x9;&#x9;org.emftext.language.java.types.Type prevType = parentReference.getReferencedType();&#xA;&#x9;&#x9;if(prevType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)prevType).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;prevTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;prevTypeList.add(prevType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;else if (reference != null) {&#xA;&#x9;//prev type is on of the containing classes which can still bind by inheritance&#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClassifier = reference.getContainingConcreteClassifier();&#xA;&#x9;while (containingClassifier != null) {&#xA;&#x9;&#x9;prevTypeList.add(containingClassifier);&#xA;&#x9;&#x9;org.eclipse.emf.ecore.EObject container = containingClassifier.eContainer();&#xA;&#x9;&#x9;if (container instanceof org.emftext.language.java.commons.Commentable) {&#xA;&#x9;&#x9;&#x9;containingClassifier = (( org.emftext.language.java.commons.Commentable) container).getContainingConcreteClassifier();&#xA;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;containingClassifier = null;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;for( org.emftext.language.java.types.Type prevType : prevTypeList) {&#xA;&#x9;int typeParameterIndex = -1;&#xA;&#x9;if (typeParameterDeclarator instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;typeParameterIndex = typeParameterDeclarator.getTypeParameters().indexOf(this);&#xA;&#x9;&#x9;if(reference != null) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = null;&#xA;&#x9;&#x9;&#x9;if(parentReference instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement prevReferenced = (( org.emftext.language.java.references.ElementReference) parentReference).getTarget();&#xA;&#x9;&#x9;&#x9;&#x9;if(prevReferenced instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.TypeReference prevTypeReference = (( org.emftext.language.java.types.TypedElement)prevReferenced).getTypeReference ();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (prevTypeReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;classifierReference = prevTypeReference.getPureClassifierReference(); &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;if(parentReference instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;&#x9;&#x9;//e.g. New Constructor Call&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.TypeReference prevParentReference = (( org.emftext.language.java.types.TypedElement)parentReference).getTypeReference ();&#xA;&#x9;&#x9;&#x9;&#x9;if (prevParentReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;classifierReference = prevParentReference.getPureClassifierReference(); &#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;if (prevType instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;&#x9;//bound through inheritance?&#xA;&#x9;&#x9;&#x9;&#x9;int idx = 0;&#xA;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.ClassifierReference superClassifierReference : (( org.emftext.language.java.classifiers.ConcreteClassifier) prevType).getSuperTypeReferences()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (typeParameterIndex &lt; superClassifierReference.getTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;//is this an argument for the correct class?&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (typeParameterDeclarator.equals(superClassifierReference.getTarget()) ||&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.Classifier)superClassifierReference.getTarget()).getAllSuperClassifiers().contains(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;typeParameterDeclarator)) {&#x9;&#x9;&#x9;&#x9;&#x9; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument arg = superClassifierReference.getTypeArguments().get(typeParameterIndex);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (arg instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(idx, (( org.emftext.language.java.generics.QualifiedTypeArgument) arg).getTypeReference().getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx++;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.generics.TypeArgument> typeArgumentList;&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.util.TemporalTypeArgumentHolder ttah = null;&#xA;&#x9;&#x9;&#x9;&#x9;for( org.eclipse.emf.common.notify.Adapter adapter : prevType.eAdapters()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (adapter instanceof org.emftext.language.java.util.TemporalTypeArgumentHolder) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah = ( org.emftext.language.java.util.TemporalTypeArgumentHolder) adapter; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;prevType.eAdapters().remove(ttah);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;if (ttah != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = ttah.getTypeArguments();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else if (classifierReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = classifierReference.getTypeArguments();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = org.eclipse.emf.common.util.ECollections.emptyEList();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;if (typeParameterIndex &lt; typeArgumentList.size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument arg = typeArgumentList.get(typeParameterIndex);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (arg instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference theTypeRef = (( org.emftext.language.java.generics.QualifiedTypeArgument) arg).getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (theTypeRef != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.Type theType = theTypeRef.getBoundTarget(parentReference);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (theType != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (!theTypeRef.getTypeArguments().isEmpty()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah = new org.emftext.language.java.util.TemporalTypeArgumentHolder();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah.getTypeArguments().addAll(theTypeRef.getTypeArguments());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;theType.eAdapters().add(ttah);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, theType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (arg instanceof org.emftext.language.java.generics.ExtendsTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.TypeReference extendedType : (( org.emftext.language.java.generics.ExtendsTypeArgument) arg).getExtendTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, extendedType.getBoundTarget(parentReference));&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else if (prevType instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;//the prev. type parameter, although unbound, may contain type restrictions through extends &#xA;&#x9;&#x9;&#x9;&#x9;resultList.add(prevType);&#xA;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.TypeReference extendedRef : (( org.emftext.language.java.generics.TypeParameter) prevType).getExtendTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier extended = ( org.emftext.language.java.classifiers.ConcreteClassifier)extendedRef.getTarget();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int idx = (( org.emftext.language.java.generics.TypeParametrizable)prevType.eContainer()).getTypeParameters().indexOf(prevType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (extended.getTypeParameters().size() > idx) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;//also add more precise bindings from extensions&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(extended.getTypeParameters().get(idx));&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if(reference != null &amp;&amp; reference.eContainer() instanceof org.emftext.language.java.references.ReflectiveClassReference) {&#xA;&#x9;&#x9;&#x9;if (reference.eContainer().eContainer() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;//the &quot;.class&quot; instantiation implicitly binds the T parameter of java.lang.Class to the class itself&#xA;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.references.Reference)reference.eContainer().eContainer()).getReferencedType());&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;if (typeParameterDeclarator instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.MethodCall) {&#xA;&#x9;&#x9;org.emftext.language.java.members.Method method = ( org.emftext.language.java.members.Method) typeParameterDeclarator;&#xA;&#x9;&#x9;org.emftext.language.java.references.MethodCall methodCall = ( org.emftext.language.java.references.MethodCall) reference;&#xA;&#x9;&#x9;if(method.getTypeParameters().size() == methodCall.getCallTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument typeArgument = methodCall.getCallTypeArguments().get(method.getTypeParameters().indexOf(this));&#xA;&#x9;&#x9;&#x9;if (typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.generics.QualifiedTypeArgument)typeArgument).getTypeReference().getBoundTarget(parentReference)); &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;}&#xA;&#xA;&#x9;&#x9;//class type parameter&#xA;&#x9;&#x9;int idx = method.getParameters().indexOf(typeReference.eContainer());&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;//method type parameter&#xA;&#x9;&#x9;if (idx == -1) {&#xA;&#x9;&#x9;&#x9;for( org.emftext.language.java.parameters.Parameter parameter : method.getParameters()) {&#xA;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : parameter.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method.getParameters().indexOf(parameter);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference paramTypeReference = parameter.getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;if (paramTypeReference != null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : paramTypeReference.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(this.equals((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method.getParameters().indexOf(parameter);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (idx &lt; methodCall.getArguments().size() &amp;&amp; idx >= 0) {&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.expressions.Expression argument = methodCall.getArguments().get(idx);&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.parameters.Parameter parameter = method.getParameters().get(idx);&#xA;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference parameterType = parameter.getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;if (argument instanceof org.emftext.language.java.instantiations.NewConstructorCall) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference argumentType = (( org.emftext.language.java.instantiations.NewConstructorCall)argument).getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTypeArguments().size() == argumentType.getTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.generics.QualifiedTypeArgument)argumentType.getTypeArguments().get(parameterType.getTypeArguments().indexOf(typeArgument))).getTypeReference(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;).getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTarget() instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0,argumentType.getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else if (parameterType != null &amp;&amp; argument instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.Reference argReference = ( org.emftext.language.java.references.Reference) argument;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;while (argReference.getNext() instanceof org.emftext.language.java.references.Reference &amp;&amp;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;!(argReference.getNext() instanceof org.emftext.language.java.references.ReflectiveClassReference) ) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;argReference = argReference.getNext();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;if (argReference instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ElementReference elementReference = ( org.emftext.language.java.references.ElementReference) argReference;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;while (elementReference.getNext() instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;elementReference = ( org.emftext.language.java.references.ElementReference) elementReference.getNext();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (elementReference.getTarget() instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference argumentType = (( org.emftext.language.java.types.TypedElement)elementReference.getTarget()).getTypeReference().getPureClassifierReference();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTypeArguments().size() == argumentType.getTypeArguments().size()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;int idx2 = parameterType.getTypeArguments().indexOf(typeArgument);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (argumentType.getTypeArguments().get(idx2) instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.generics.QualifiedTypeArgument)argumentType.getTypeArguments().get(idx2)).getTypeReference().getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else if (argumentType.getTypeArguments().get(idx2) instanceof org.emftext.language.java.generics.ExtendsTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.types.TypeReference extendedType : (( org.emftext.language.java.generics.ExtendsTypeArgument) argumentType.getTypeArguments().get(idx2)).getExtendTypes()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, extendedType.getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (argumentType != null &amp;&amp; parameterType.getTarget() instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0,argumentType.getTarget());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if(elementReference.getNext() instanceof org.emftext.language.java.references.ReflectiveClassReference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (parameterType.getTypeArguments().size() == 1) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType.getTypeArguments()) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if((( org.emftext.language.java.generics.QualifiedTypeArgument) typeArgument).getTypeReference().getTarget().equals(this)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, elementReference.getReferencedType());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if (parameterType.getTarget() instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;while (argReference.getNext() instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;argReference = argReference.getNext();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList.add(0, (( org.emftext.language.java.references.Reference) argReference).getReferencedType());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;//return type&#xA;&#x9;&#x9;if(method.equals(typeReference.eContainer())) {&#xA;&#x9;&#x9;&#x9;//bound by the type of a method argument?&#xA;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.Classifier> allSuperTypes = null;&#xA;&#x9;&#x9;&#x9;for( org.emftext.language.java.parameters.Parameter parameter : method.getParameters()) {&#xA;&#x9;&#x9;&#x9;&#x9;if(this.equals(parameter.getTypeReference().getTarget())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method.getParameters().indexOf(parameter);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.Classifier argumentType = ( org.emftext.language.java.classifiers.Classifier) methodCall.getArguments().get(idx).getType();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if(allSuperTypes == null) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.Classifier>();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.add(argumentType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.addAll(argumentType.getAllSuperClassifiers());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.add(argumentType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.Classifier> allOtherSuperTypes = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.Classifier>();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allOtherSuperTypes.add(argumentType);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allOtherSuperTypes.addAll(argumentType.getAllSuperClassifiers());&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.Classifier> temp = allSuperTypes;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.Classifier>();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for( org.emftext.language.java.classifiers.Classifier st : allOtherSuperTypes) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(temp.contains(st)) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes.add(st);&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9; &#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;//all types given by all bindings&#xA;&#x9;&#x9;&#x9;if (allSuperTypes != null) {&#xA;&#x9;&#x9;&#x9;&#x9;resultList.addAll(allSuperTypes);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;//remove nulls&#xA;for( java.util.Iterator&lt;?> it = resultList.iterator(); it.hasNext(); ) {&#xA;&#x9;if (it.next() == null) {&#xA;&#x9;&#x9;it.remove();&#xA;&#x9;}&#xA;}&#xA;&#xA;if(resultList.isEmpty() || &#xA;&#x9;&#x9;(resultList.size() == 1 &amp;&amp; resultList.get(0).equals(this))) {&#xA;&#x9;return this;&#xA;}&#xA;else {&#xA;&#x9;org.emftext.language.java.util.TemporalCompositeClassifier temp = new org.emftext.language.java.util.TemporalCompositeClassifier(this);&#xA;&#x9;for( org.emftext.language.java.types.Type aResult : resultList) {&#xA;&#x9;&#x9;if(aResult instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;&#x9;&#x9;aResult = (( org.emftext.language.java.types.PrimitiveType) aResult).wrapPrimitiveType();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (aResult instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;&#x9;//flatten&#xA;&#x9;&#x9;&#x9;temp.getSuperTypes().addAll((( org.emftext.language.java.util.TemporalCompositeClassifier)aResult).getSuperTypes());&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;temp.getSuperTypes().add(( org.emftext.language.java.classifiers.Classifier) aResult);&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;temp.getSuperTypes().add(this);&#xA;&#x9;return temp;&#xA;}"/> <details key="documentation" value="&#xA; Returns the type bound to the given parameter in the context&#xA; of the given reference.&#xA; &#xA; @param typeReference&#xA; @param reference&#xA; @return bound type or parameter if not bound&#xA;"/> </eAnnotations> <eParameters name="typeReference" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg"/> <eParameters name="reference" eType="#//references/Reference"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownTypeArgument" eSuperTypes="#//generics/TypeArgument"/> </eSubpackages> <eSubpackages name="imports" nsURI="http://www.emftext.org/java/imports" nsPrefix="imports"> <eClassifiers xsi:type="ecore:EClass" name="Import" abstract="true" eSuperTypes="#//commons/NamespaceAwareElement"> <eOperations name="getImportedClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = getNamespacesAsString();&#xA;if (containerName == null) {&#xA;&#x9;return null;&#xA;}&#xA;&#xA;java.lang.String fullQualifiedName = containerName + name;&#xA;return getConcreteClassifierProxy(fullQualifiedName);"/> <details key="documentation" value="&#xA; Returns the classifier with the given name &#xA; located in the namespace defined by the import.&#xA; &#xA; @param name the name of the classifier&#xA; @return imported classifier (proxy)&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getImportedClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = getNamespacesAsString();&#xA;if (containerName == null) {&#xA;&#x9;return org.eclipse.emf.common.util.ECollections.emptyEList();&#xA;}&#xA;&#xA;return getConcreteClassifierProxies(containerName, &quot;*&quot;);"/> <details key="documentation" value="&#xA; Returns a list of imported classifiers assuming the import's namespace&#xA; identifies a package.&#xA; &#xA; @param _this &#xA; @return imported classifier (proxy)&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getImportedMembers" upperBound="-1" eType="#//commons/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier concreteClassifier = getClassifierAtNamespaces();&#xA;&#xA;if(concreteClassifier == null || concreteClassifier.eIsProxy()) {&#xA;&#x9;return org.eclipse.emf.common.util.ECollections.emptyEList();&#xA;}&#xA;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.commons.NamedElement> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.commons.NamedElement>();&#xA;result.addAll(concreteClassifier.getAllMembers(this));&#xA;if (concreteClassifier instanceof org.emftext.language.java.classifiers.Enumeration) {&#xA;&#x9;result.addAll((( org.emftext.language.java.classifiers.Enumeration)concreteClassifier).getConstants());&#xA;}&#xA;&#xA;return result;"/> <details key="documentation" value="&#xA; Returns all imported members assuming the import's namespace&#xA; identifies a classifier.&#xA; &#xA; @param _this &#xA; @return list of imported classifiers (proxies)&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportingElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getDefaultImports" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.classifiers.ConcreteClassifier> result = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.classifiers.ConcreteClassifier>();&#xA;for( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath.get(this).getDefaultImports()) {&#xA;&#x9;result.add(( org.emftext.language.java.classifiers.ConcreteClassifier)classifier);&#xA;}&#xA;return result;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//imports/Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticImport" abstract="true" eSuperTypes="#//imports/Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="static" lowerBound="1" eType="#_Wo2Yv9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierImport" eSuperTypes="#//imports/Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="#//classifiers/ConcreteClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//imports/Import"/> <eClassifiers xsi:type="ecore:EClass" name="StaticClassifierImport" eSuperTypes="#//imports/StaticImport"/> <eClassifiers xsi:type="ecore:EClass" name="StaticMemberImport" eSuperTypes="#//imports/StaticImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticMembers" lowerBound="1" upperBound="-1" eType="#//references/ReferenceableElement"/> </eClassifiers> </eSubpackages> <eSubpackages name="instantiations" nsURI="http://www.emftext.org/java/instantiations" nsPrefix="instantiations"> <eClassifiers xsi:type="ecore:EClass" name="Initializable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiation" abstract="true" eSuperTypes="#//references/Reference #//references/Argumentable"/> <eClassifiers xsi:type="ecore:EClass" name="NewConstructorCall" eSuperTypes="#_Wo2ZP9z1Ed2bJ_pQViWxFg #//instantiations/Instantiation #//generics/CallTypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//classifiers/AnonymousClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplicitConstructorCall" eSuperTypes="#//instantiations/Instantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTarget" lowerBound="1" eType="#//literals/Self" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Yntz1Ed2bJ_pQViWxFg" name="literals" nsURI="http://www.emftext.org/java/literals" nsPrefix="literals"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YsNz1Ed2bJ_pQViWxFg" name="Literal" abstract="true" eSuperTypes="#//expressions/PrimaryExpression"> <eOperations name="getOneType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//Overrides implementation in Expression&#xA;org.emftext.language.java.classifiers.Class javaClass = null;&#xA;&#xA;if (this instanceof org.emftext.language.java.literals.NullLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Void&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.BooleanLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Boolean&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.DoubleLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Double&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.FloatLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Float&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.IntegerLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Integer&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.LongLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Long&quot;);&#xA;}&#xA;else if (this instanceof org.emftext.language.java.literals.CharacterLiteral) {&#xA;&#x9;javaClass = getLibClass(&quot;Character&quot;);&#xA;}&#xA;&#xA;return javaClass;"/> <details key="documentation" value="&#xA; @return type of the literal&#xA;"/> </eAnnotations> <eParameters name="alternative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Self" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YrNz1Ed2bJ_pQViWxFg" name="BooleanLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_Wo2Yrdz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ypdz1Ed2bJ_pQViWxFg" name="CharacterLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_Wo2Yptz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalFloatLiteral" eSuperTypes="#//literals/FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexFloatLiteral" eSuperTypes="#//literals/FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yotz1Ed2bJ_pQViWxFg" name="DoubleLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalDoubleLiteral" eSuperTypes="#_Wo2Yotz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexDoubleLiteral" eSuperTypes="#_Wo2Yotz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yn9z1Ed2bJ_pQViWxFg" name="IntegerLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LongLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yr9z1Ed2bJ_pQViWxFg" name="NullLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//literals/Self"/> <eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="#//literals/Self"/> </eSubpackages> <eSubpackages name="members" nsURI="http://www.emftext.org/java/members" nsPrefix="members"> <eClassifiers xsi:type="ecore:EClass" name="ExceptionThrower" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#_Wo2ZQ9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="#//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MemberContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getContainedClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.ConcreteClassifier) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;for( org.emftext.language.java.members.Member member : getDefaultMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.ConcreteClassifier) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param name&#xA; @return classifier with the given name defined in this member container&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getContainedField" eType="#//members/Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Field &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.members.Field) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;for( org.emftext.language.java.members.Member member : getDefaultMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Field &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.members.Field) member;&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return null;"/> <details key="documentation" value="&#xA; @param name&#xA; @return field with the given name defined in this member container&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getContainedMethod" eType="#//members/Method"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.members.Method found = null;&#xA;for( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;if(found != null) {&#xA;&#x9;&#x9;&#x9;return null;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;found = ( org.emftext.language.java.members.Method) member;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA; &#x9;&#x9;for( org.emftext.language.java.members.Member member : getDefaultMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method &amp;&amp; name.equals(member.getName())) {&#xA;&#x9;&#x9;if(found != null) {&#xA;&#x9;&#x9;&#x9;return null;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;found = ( org.emftext.language.java.members.Method) member;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA; &#x9;&#x9;}&#xA;return found;"/> <details key="documentation" value="&#xA; @param name&#xA; @return method with the given name defined in this member container;&#xA; null, if there is no such method &#xA; or if there are multiple methods with the same name&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMethods" upperBound="-1" eType="#//members/Method"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Method> methodList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Method>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;&#x9;methodList.add(( org.emftext.language.java.members.Method) member);&#xA;&#x9;}&#xA;}&#x9;&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(methodList);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="removeMethods"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Method> methodsToRemove = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Method>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Method) {&#xA;&#x9;&#x9;if (name.equals(member.getName())) {&#xA;&#x9;&#x9;&#x9;methodsToRemove.add(( org.emftext.language.java.members.Method) member);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;getMembers().removeAll(methodsToRemove);"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMembersByName" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Member> matchingMembers = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Member>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (name.equals(member.getName())) {&#xA;&#x9;&#x9;matchingMembers.add(member);&#xA;&#x9;}&#xA;}&#x9;&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(matchingMembers);"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createField" eType="#//members/Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.members.Field field = org.emftext.language.java.members.MembersFactory.eINSTANCE.createField();&#xA;field.setName(name);&#xA;org.emftext.language.java.types.ClassifierReference typeRef = org.emftext.language.java.types.TypesFactory.eINSTANCE.createClassifierReference();&#xA;typeRef.setTarget(getConcreteClassifier(qualifiedTypeName));&#xA;field.setTypeReference(typeRef);&#xA;getMembers().add(field);&#xA;return field;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="qualifiedTypeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getFields" upperBound="-1" eType="#//members/Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Field> fieldList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Field>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Field) {&#xA;&#x9;&#x9;fieldList.add(( org.emftext.language.java.members.Field) member);&#xA;&#x9;}&#xA;}&#x9;&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(fieldList);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getConstructors" upperBound="-1" eType="#//members/Constructor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.members.Constructor> constructorList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.members.Constructor>();&#xA;&#xA;for ( org.emftext.language.java.members.Member member : getMembers()) {&#xA;&#x9;if (member instanceof org.emftext.language.java.members.Constructor) {&#xA;&#x9;&#x9;constructorList.add(( org.emftext.language.java.members.Constructor) member);&#xA;&#x9;}&#xA;}&#x9;&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(constructorList);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//members/Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMembers" upperBound="-1" eType="#//members/Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalField" eSuperTypes="#//references/ReferenceableElement #//arrays/ArrayTypeable #//instantiations/Initializable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//members/Member #//statements/StatementListContainer #//parameters/Parametrizable #//generics/TypeParametrizable #//members/ExceptionThrower #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyMember" eSuperTypes="#//members/Member"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//members/Member #//instantiations/Initializable #//variables/Variable #//references/ReferenceableElement #//modifiers/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalFields" upperBound="-1" eType="#//members/AdditionalField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" abstract="true" eSuperTypes="#//members/Member #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//generics/TypeParametrizable #//parameters/Parametrizable #//references/ReferenceableElement #//members/ExceptionThrower #//modifiers/AnnotableAndModifiable"> <eOperations name="isMethodForCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> argumentTypeList = methodCall.getArgumentTypes();&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.parameters.Parameter> parameterList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.parameters.Parameter>(this.getParameters());&#xA;&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> parameterTypeList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.types.Type>();&#xA;for( org.emftext.language.java.parameters.Parameter parameter : parameterList) {&#xA;&#x9;//determine types before messing with the parameters&#xA;&#x9;parameterTypeList.add(&#xA;&#x9;&#x9;&#x9;parameter.getTypeReference().getBoundTarget(methodCall));&#xA;}&#xA;&#xA;if (!parameterList.isEmpty()) {&#xA;&#x9;org.emftext.language.java.parameters.Parameter lastParameter = parameterList.get(parameterList.size() - 1);&#xA;&#x9;org.emftext.language.java.types.Type lastParameterType = parameterTypeList.get(parameterTypeList.size() - 1);;&#xA;&#x9;if (lastParameter instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;&#x9;//in case of variable length add/remove some parameters&#xA;&#x9;&#x9;while(parameterList.size() &lt; argumentTypeList.size()) {&#xA;&#x9;&#x9;&#x9;if (needsPerfectMatch) return false;&#xA;&#x9;&#x9;&#x9;parameterList.add(lastParameter);&#xA;&#x9;&#x9;&#x9;parameterTypeList.add(lastParameterType);&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if(parameterList.size() > argumentTypeList.size()) {&#xA;&#x9;&#x9;&#x9;if (needsPerfectMatch) return false;&#xA;&#x9;&#x9;&#x9;parameterList.remove(lastParameter);&#xA;&#x9;&#x9;&#x9;parameterTypeList.remove(parameterTypeList.size() - 1);&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;}&#xA;}&#xA;&#xA;if (parameterList.size() == argumentTypeList.size()) { &#xA;&#x9;boolean parametersMatch = true;&#xA;&#x9;for (int i = 0; i &lt; argumentTypeList.size(); i++) {&#xA;&#x9;&#x9;org.emftext.language.java.parameters.Parameter parameter = parameterList.get(i);&#xA;&#x9;&#x9;org.emftext.language.java.expressions.Expression argument = methodCall.getArguments().get(i);&#xA;&#xA;&#x9;&#x9;org.emftext.language.java.types.Type parameterType = parameterTypeList.get(i);&#xA;&#x9;&#x9;org.emftext.language.java.types.Type argumentType = argumentTypeList.get(i);&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (argumentType == null || parameterType == null) {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;if (parameterType != null &amp;&amp; argumentType != null) {&#xA;&#x9;&#x9;&#x9;if (!parameterType.eIsProxy() || !argumentType.eIsProxy()) {&#xA;&#x9;&#x9;&#x9;&#x9;if (needsPerfectMatch) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;parametersMatch = parametersMatch&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; argumentType.equalsType(argument.getArrayDimension(),&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;parameterType, parameter.getArrayDimension());&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;parametersMatch = parametersMatch &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; argumentType.isSuperType(argument.getArrayDimension(),&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;parameterType, parameter);&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;return parametersMatch; &#xA;} &#xA;return false;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="methodCall" eType="#//references/MethodCall"/> <eParameters name="needsPerfectMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="isSomeMethodForCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return isMethodForCall(methodCall, false);"/> <details key="documentation" value="&#xA; Decides if the given method matches the given call. &#xA; &#xA; @param methodCall&#xA; @return&#xA;"/> </eAnnotations> <eParameters name="methodCall" eType="#//references/MethodCall"/> </eOperations> <eOperations name="isBetterMethodForCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (!isMethodForCall(methodCall, false)) {&#xA;&#x9;return false;&#xA;}&#xA;if (otherMethod.isMethodForCall(methodCall, true)) {&#xA;&#x9;if (isMethodForCall(methodCall, true)) {&#xA;&#x9;&#x9;//we both match perfectly; lets compare our return types&#xA;&#x9;&#x9;org.emftext.language.java.types.Type target = getTypeReference().getTarget();&#xA;&#x9;&#x9;if (target instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;if ((( org.emftext.language.java.classifiers.ConcreteClassifier) target).getAllSuperClassifiers().contains(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;otherMethod.getTypeReference().getTarget())) {&#xA;&#x9;&#x9;&#x9;&#x9;// I am the more concrete type&#xA;&#x9;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;//the other already matches perfectly; I am not better&#xA;&#x9;return false;&#xA;}&#xA;if (!otherMethod.isMethodForCall(methodCall, false)) {&#xA;&#x9;//I match, but the other does not&#xA;&#x9;return true;&#xA;}&#xA;//we both match, I am only better if I match perfectly &lt;- &#xA;//TODO #763: this is not enough: we need to check for &quot;nearest subtype&quot; here&#xA;return isMethodForCall(methodCall, true);"/> <details key="documentation" value="&#xA; Only returns true if the given Method is a better match for the given calls than the&#xA; otherMethod given.&#xA; &#xA; @param otherMethod&#xA; @param methodCall&#xA; @return&#xA;"/> </eAnnotations> <eParameters name="otherMethod" eType="#//members/Method"/> <eParameters name="methodCall" eType="#//references/MethodCall"/> </eOperations> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;size++;&#xA;}&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod" eSuperTypes="#//members/Method"/> <eClassifiers xsi:type="ecore:EClass" name="ClassMethod" eSuperTypes="#//members/Method #//statements/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" name="EnumConstant" eSuperTypes="#//references/ReferenceableElement #//references/Argumentable #//annotations/Annotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//classifiers/AnonymousClass" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Ystz1Ed2bJ_pQViWxFg" name="modifiers" nsURI="http://www.emftext.org/java/modifiers" nsPrefix="modifiers"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ys9z1Ed2bJ_pQViWxFg" name="Modifier" abstract="true" eSuperTypes="#//modifiers/AnnotationInstanceOrModifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationInstanceOrModifier" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotableAndModifiable" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="isHidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (this.eIsProxy()) {&#xA;&#x9;return false;&#xA;}&#xA;//all members of an interface are public by default&#xA;if (this.eContainer() instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return false;&#xA;}&#xA;&#xA;if(context.eIsProxy()) {&#xA;&#x9;context = ( org.emftext.language.java.commons.Commentable) org.eclipse.emf.ecore.util.EcoreUtil.resolve(context, this);&#xA;}&#xA;&#xA;org.emftext.language.java.classifiers.ConcreteClassifier contextClassifier = context.getContainingConcreteClassifier(); &#xA;if (!(eContainer() instanceof org.emftext.language.java.commons.Commentable)) {&#xA;&#x9;return true;&#xA;}&#xA;org.emftext.language.java.classifiers.ConcreteClassifier myClassifier = (( org.emftext.language.java.commons.Commentable) eContainer()).getParentConcreteClassifier();&#xA;//special case: self reference to outer instance&#xA;if(context instanceof org.emftext.language.java.references.Reference) {&#xA;&#x9;if ((( org.emftext.language.java.references.Reference)context).getPrevious() instanceof org.emftext.language.java.references.SelfReference) {&#xA;&#x9;&#x9;org.emftext.language.java.references.SelfReference selfReference = ( org.emftext.language.java.references.SelfReference) (( org.emftext.language.java.references.Reference)context).getPrevious();&#xA;&#x9;&#x9;if (selfReference.getSelf() instanceof org.emftext.language.java.literals.Self) {&#xA;&#x9;&#x9;&#x9;if(selfReference.getPrevious() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.Type type = selfReference.getPrevious().getReferencedType();&#xA;&#x9;&#x9;&#x9;&#x9;if (type instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;contextClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier) type;&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;for( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : this.getAnnotationsAndModifiers()) {&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Private) {&#xA;&#x9;&#x9;if (myClassifier.equalsType(0, contextClassifier,0)) {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Public) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Protected) {&#xA;&#x9;&#x9;//package visibility&#xA;&#x9;&#x9;if (getContainingPackageName() != null &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;getContainingPackageName().equals(context.getContainingPackageName())) {&#xA;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;//try outer classifiers as well &#xA;&#x9;&#x9;while(contextClassifier instanceof org.emftext.language.java.classifiers.Classifier) {&#xA;&#x9;&#x9;&#x9;if (contextClassifier.isSuperType(0, myClassifier, null)) {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.eclipse.emf.ecore.EObject container = contextClassifier.eContainer();&#xA;&#x9;&#x9;&#x9;if (container instanceof org.emftext.language.java.commons.Commentable) {&#xA;&#x9;&#x9;&#x9;&#x9;contextClassifier = (( org.emftext.language.java.commons.Commentable) container).getParentConcreteClassifier();&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;contextClassifier = null;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;if (contextClassifier != null &amp;&amp; !contextClassifier.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;contextClassifier.isSuperType(0, myClassifier, null)) {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;//visibility through anonymous subclass&#xA;&#x9;&#x9;org.emftext.language.java.classifiers.AnonymousClass anonymousClass = context.getContainingAnonymousClass();&#xA;&#x9;&#x9;while (anonymousClass != null) {&#xA;&#x9;&#x9;&#x9;contextClassifier = anonymousClass.getSuperClassifier();&#xA;&#x9;&#x9;&#x9;if (contextClassifier == null) {&#xA;&#x9;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;if (contextClassifier.isSuperType(0, myClassifier, null)) {&#xA;&#x9;&#x9;&#x9;&#x9;return false;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;org.eclipse.emf.ecore.EObject container = anonymousClass.eContainer();&#xA;&#x9;&#x9;&#x9;if (container instanceof org.emftext.language.java.commons.Commentable) {&#xA;&#x9;&#x9;&#x9;&#x9;anonymousClass = (( org.emftext.language.java.commons.Commentable) container).getContainingAnonymousClass();&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;anonymousClass = null;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;//package visibility?&#xA;if (getContainingPackageName() != null &amp;&amp; &#xA;&#x9;&#x9;getContainingPackageName().equals(context.getContainingPackageName())) {&#xA;&#x9;return false;&#xA;}&#xA;&#xA;return true;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> <eOperations name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//all members of an interface are static by default&#xA;if (this.eContainer() instanceof org.emftext.language.java.classifiers.Interface) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;for( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : this.getAnnotationsAndModifiers()) {&#xA;&#x9;if(modifier instanceof org.emftext.language.java.modifiers.Static) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;return false;"/> <details key="documentation" value="&#xA; Returns true if this element is static (either by an explicit modifier &lt;code>static&lt;/code>&#xA; or because this element is part of an interface).&#xA;"/> </eAnnotations> </eOperations> <eOperations name="removeModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.List&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> modifiers = getAnnotationsAndModifiers();&#xA;java.util.List&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> modifiersToRemove = new java.util.ArrayList&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier>();&#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : modifiers) {&#xA;&#x9;if (modifierType.isInstance(modifier)) {&#xA;&#x9;&#x9;modifiersToRemove.add(modifier);&#xA;&#x9;}&#xA;}&#xA;modifiers.removeAll(modifiersToRemove);"/> <details key="documentation" value="&#xA; Removes the given type of modifier from this element.&#xA;"/> </eAnnotations> <eParameters name="modifierType"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="makePublic"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (isPublic()) {&#xA;&#x9;return;&#xA;}&#xA;removeModifier( org.emftext.language.java.modifiers.Private.class);&#xA;removeModifier( org.emftext.language.java.modifiers.Protected.class);&#xA;getAnnotationsAndModifiers().add( org.emftext.language.java.modifiers.ModifiersFactory.eINSTANCE.createPublic());"/> <details key="documentation" value="&#xA; Sets the visibility of this element to &lt;code>public&lt;/code>.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="makePrivate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (isPrivate()) {&#xA;&#x9;return;&#xA;}&#xA;removeModifier( org.emftext.language.java.modifiers.Public.class);&#xA;removeModifier( org.emftext.language.java.modifiers.Protected.class);&#xA;getAnnotationsAndModifiers().add( org.emftext.language.java.modifiers.ModifiersFactory.eINSTANCE.createPrivate());"/> <details key="documentation" value="&#xA; Sets the visibility of this element to &lt;code>private&lt;/code>.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="makeProtected"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (isProtected()) {&#xA;&#x9;return;&#xA;}&#xA;removeModifier( org.emftext.language.java.modifiers.Private.class);&#xA;removeModifier( org.emftext.language.java.modifiers.Public.class);&#xA;getAnnotationsAndModifiers().add( org.emftext.language.java.modifiers.ModifiersFactory.eINSTANCE.createProtected());"/> <details key="documentation" value="&#xA; Sets the visibility of this element to &lt;code>protected&lt;/code>.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getModifiers" upperBound="-1" eType="#_Wo2Ys9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> elements = getAnnotationsAndModifiers();&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.modifiers.Modifier> modifiers = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.modifiers.Modifier>(); &#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier next : elements) {&#xA;&#x9;if (next instanceof org.emftext.language.java.modifiers.Modifier) {&#xA;&#x9;&#x9;modifiers.add(( org.emftext.language.java.modifiers.Modifier) next);&#xA;&#x9;}&#xA;}&#xA;return org.eclipse.emf.common.util.ECollections.unmodifiableEList(modifiers);"/> <details key="documentation" value="&#xA; Returns an unmodifiable list of the modifiers that apply to this element.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="removeAllModifiers"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.List&lt; org.emftext.language.java.modifiers.Modifier> modifiers = getModifiers();&#xA;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> elements = getAnnotationsAndModifiers();&#xA;elements.removeAll(modifiers);"/> <details key="documentation" value="&#xA; Removes all modifiers from this element.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="hasModifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.util.List&lt; org.emftext.language.java.modifiers.AnnotationInstanceOrModifier> modifiers = getAnnotationsAndModifiers();&#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : modifiers) {&#xA;&#x9;if (type.isInstance(modifier)) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;return false;"/> <details key="documentation" value="&#xA; Checks whether this element has an modifier of the given type.&#xA;"/> </eAnnotations> <eParameters name="type"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return hasModifier( org.emftext.language.java.modifiers.Public.class);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="isPrivate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return hasModifier( org.emftext.language.java.modifiers.Private.class);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="isProtected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return hasModifier( org.emftext.language.java.modifiers.Protected.class);"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="addModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="getAnnotationsAndModifiers().add(newModifier);"/> <details key="documentation" value="&#xA; Adds the given type of modifier to this element. This method does not&#xA; check for duplicate modifiers!&#xA;"/> </eAnnotations> <eParameters name="newModifier" lowerBound="1" eType="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationsAndModifiers" upperBound="-1" eType="#//modifiers/AnnotationInstanceOrModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifiable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#_Wo2Ys9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yt9z1Ed2bJ_pQViWxFg" name="Abstract" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yvdz1Ed2bJ_pQViWxFg" name="Final" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ywdz1Ed2bJ_pQViWxFg" name="Native" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yudz1Ed2bJ_pQViWxFg" name="Protected" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ytdz1Ed2bJ_pQViWxFg" name="Public" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yu9z1Ed2bJ_pQViWxFg" name="Private" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yv9z1Ed2bJ_pQViWxFg" name="Static" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yydz1Ed2bJ_pQViWxFg" name="Strictfp" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yw9z1Ed2bJ_pQViWxFg" name="Synchronized" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yxdz1Ed2bJ_pQViWxFg" name="Transient" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yx9z1Ed2bJ_pQViWxFg" name="Volatile" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> </eSubpackages> <eSubpackages name="operators" nsURI="http://www.emftext.org/java/operators" nsPrefix="operators"> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="EqualityOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="RelationOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="ShiftOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentAnd" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentDivision" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExclusiveOr" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMinus" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentModulo" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMultiplication" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentLeftShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOr" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentPlus" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentRightShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentUnsignedRightShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//operators/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//operators/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqual" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqual" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Addition" eSuperTypes="#//operators/AdditiveOperator #//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtraction" eSuperTypes="#//operators/AdditiveOperator #//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Remainder" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Complement" eSuperTypes="#//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MinusMinus" eSuperTypes="#//operators/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PlusPlus" eSuperTypes="#//operators/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LeftShift" eSuperTypes="#//operators/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="RightShift" eSuperTypes="#//operators/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="UnsignedRightShift" eSuperTypes="#//operators/ShiftOperator"/> </eSubpackages> <eSubpackages name="parameters" nsURI="http://www.emftext.org/java/parameters" nsPrefix="parameters"> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//variables/Variable #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="Parametrizable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//parameters/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinaryParameter" eSuperTypes="#//parameters/Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="VariableLengthParameter" eSuperTypes="#//parameters/Parameter"/> </eSubpackages> <eSubpackages name="references" nsURI="http://www.emftext.org/java/references" nsPrefix="references"> <eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="#//expressions/PrimaryExpression #//generics/TypeArgumentable"> <eOperations name="getReferencedType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (this instanceof org.emftext.language.java.literals.Literal) {&#xA;&#x9;return (( org.emftext.language.java.literals.Literal) this).getType();&#xA;}&#xA;&#xA;org.emftext.language.java.types.Type type = null;&#xA;&#xA;//referenced element point to a type&#xA;if (this instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;org.emftext.language.java.types.TypeReference typeRef = (( org.emftext.language.java.types.TypedElement) this).getTypeReference();&#xA;&#x9;type = typeRef.getBoundTarget(this);&#xA;}&#xA;//element points to this or super&#xA;else if (this instanceof org.emftext.language.java.references.SelfReference) {&#xA;&#x9;org.emftext.language.java.types.Type thisClass = null;&#xA;&#x9;if (this.getPrevious() != null) {&#xA;&#x9;&#x9;thisClass = this.getPrevious().getReferencedType();&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;org.emftext.language.java.classifiers.AnonymousClass anonymousContainer = getContainingAnonymousClass();&#xA;&#x9;&#x9;if (anonymousContainer != null) {&#xA;&#x9;&#x9;&#x9;thisClass = anonymousContainer;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;else {&#xA;&#x9;&#x9;&#x9;thisClass = getContainingConcreteClassifier();&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;//find super class if &quot;self&quot; is &quot;super&quot;&#xA;&#x9;if ((( org.emftext.language.java.references.SelfReference) this).getSelf() instanceof org.emftext.language.java.literals.Super) {&#xA;&#x9;&#x9;if (thisClass instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;&#x9;&#x9;return (( org.emftext.language.java.classifiers.Class)thisClass).getSuperClass();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;if (thisClass instanceof org.emftext.language.java.classifiers.AnonymousClass) {&#xA;&#x9;&#x9;&#x9;return (( org.emftext.language.java.classifiers.AnonymousClass)thisClass).getSuperClassifier();&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;return thisClass;&#xA;}&#xA;//element points to the object's class object&#xA;else if(this instanceof org.emftext.language.java.references.ReflectiveClassReference) {&#xA;&#x9;return getClassClass();&#xA;}&#xA;//referenced element points to an element with a type&#xA;else if (this instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;org.emftext.language.java.references.ReferenceableElement target = &#xA;&#x9;&#x9;( org.emftext.language.java.references.ReferenceableElement) (( org.emftext.language.java.references.ElementReference) this).getTarget();&#xA;&#x9;if (target.eIsProxy()) {&#xA;&#x9;&#x9;type = null;&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;//Navigate through AdditionalLocalVariable or Field&#xA;&#x9;if(target instanceof org.emftext.language.java.variables.AdditionalLocalVariable) {&#xA;&#x9;&#x9;target = ( org.emftext.language.java.references.ReferenceableElement) target.eContainer();&#xA;&#x9;}&#xA;&#x9;if(target instanceof org.emftext.language.java.members.AdditionalField) {&#xA;&#x9;&#x9;target = ( org.emftext.language.java.references.ReferenceableElement) target.eContainer();&#xA;&#x9;}&#xA;&#x9;if (target instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;&#x9;org.emftext.language.java.types.TypeReference typeRef = (( org.emftext.language.java.types.TypedElement) target).getTypeReference();&#xA;&#x9;&#x9;if (typeRef != null) {&#xA;&#x9;&#x9;&#x9;type = typeRef.getBoundTarget(this);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else if (target instanceof org.emftext.language.java.types.Type /*e.g. Annotation*/ ) {&#xA;&#x9;&#x9;return ( org.emftext.language.java.types.Type) target;&#xA;&#x9;}&#xA;&#x9;else if(target instanceof org.emftext.language.java.members.EnumConstant) {&#xA;&#x9;&#x9;type = ( org.emftext.language.java.classifiers.Enumeration)target.eContainer();&#xA;&#x9;}&#x9;&#xA;}&#xA;//Strings may also appear as reference&#xA;else if (this instanceof org.emftext.language.java.references.StringReference) {&#xA;&#x9;return getStringClass();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.expressions.NestedExpression) {&#xA;&#x9;type = (( org.emftext.language.java.expressions.NestedExpression) this).getExpression().getType();&#xA;}&#xA;else if (this instanceof org.emftext.language.java.references.PrimitiveTypeReference) {&#xA;&#x9;type = (( org.emftext.language.java.references.PrimitiveTypeReference)this).getPrimitiveType();&#xA;}&#xA;else {&#xA;&#x9;assert(false);&#xA;}&#xA;return type;"/> <details key="documentation" value="&#xA; Determines the &lt;code>Type&lt;/code> of the reference. That is,&#xA; either the type to which the reference points directly, or the&#xA; type of the element to which the reference points.&#xA; &#xA; @return the determined type&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getPrevious" eType="#//references/Reference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eContainer() instanceof org.emftext.language.java.references.Reference) { &#xA;&#x9; org.emftext.language.java.references.Reference container = ( org.emftext.language.java.references.Reference) eContainer( ) ; &#xA;&#x9; if (this.equals(container.getNext())) {&#xA;&#x9;&#x9; return container;&#xA;&#x9; }&#xA;}&#xA;return null;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//references/Reference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraySelectors" upperBound="-1" eType="#//arrays/ArraySelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getArgumentTypes" upperBound="-1" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> resultList = new org.eclipse.emf.common.util.BasicEList&lt; org.emftext.language.java.types.Type>();&#xA;&#xA;for( org.emftext.language.java.expressions.Expression exp : getArguments()) {&#xA;&#x9;org.emftext.language.java.types.Type type = exp.getType();&#xA;&#x9;resultList.add(type);&#xA;}&#xA;return resultList;"/> <details key="documentation" value="&#xA; @return list of types of my arguments&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceableElement" abstract="true" eSuperTypes="#//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ElementReference" abstract="true" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//references/ReferenceableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//references/ElementReference"/> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//references/ElementReference #//references/Argumentable #//generics/CallTypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveClassReference" eSuperTypes="#//references/Reference"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveType" lowerBound="1" eType="#_Wo2ZR9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="self" lowerBound="1" eType="#//literals/Self" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageReference" eSuperTypes="#//references/ReferenceableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subpackages" upperBound="-1" eType="#//references/PackageReference" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Yy9z1Ed2bJ_pQViWxFg" name="statements" nsURI="http://www.emftext.org/java/statements" nsPrefix="statements"> <eClassifiers xsi:type="ecore:EClass" name="StatementContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementListContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getLocalVariable" lowerBound="1" eType="#//variables/LocalVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.variables.LocalVariable> localVariables = getChildrenByType( org.emftext.language.java.variables.LocalVariable.class);&#xA;for ( org.emftext.language.java.variables.LocalVariable localVariable : localVariables) {&#xA;&#x9;if (localVariable.getName().equals(name)) {&#xA;&#x9;&#x9;return localVariable;&#xA;&#x9;}&#xA;}&#xA;return null;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y9tz1Ed2bJ_pQViWxFg" name="ForLoopInitializer" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YzNz1Ed2bJ_pQViWxFg" name="Statement" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y4tz1Ed2bJ_pQViWxFg" name="SwitchCase" abstract="true" eSuperTypes="#//statements/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yztz1Ed2bJ_pQViWxFg" name="Assert" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y0tz1Ed2bJ_pQViWxFg" name="errorMessage" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZI9z1Ed2bJ_pQViWxFg" name="Break" eSuperTypes="#//statements/Jump"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//members/Member #_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer #//modifiers/Modifiable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZD9z1Ed2bJ_pQViWxFg" name="CatchBlock" eSuperTypes="#//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZEdz1Ed2bJ_pQViWxFg" name="parameter" lowerBound="1" eType="#//parameters/OrdinaryParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y1Nz1Ed2bJ_pQViWxFg" name="Condition" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y2tz1Ed2bJ_pQViWxFg" name="elseStatement" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZJ9z1Ed2bJ_pQViWxFg" name="Continue" eSuperTypes="#//statements/Jump"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y69z1Ed2bJ_pQViWxFg" name="DefaultSwitchCase" eSuperTypes="#_Wo2Y4tz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZBtz1Ed2bJ_pQViWxFg" name="DoWhileLoop" eSuperTypes="#_Wo2ZANz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZK9z1Ed2bJ_pQViWxFg" name="EmptyStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZMtz1Ed2bJ_pQViWxFg" name="ExpressionStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZNNz1Ed2bJ_pQViWxFg" name="expression" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y7dz1Ed2bJ_pQViWxFg" name="ForLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y79z1Ed2bJ_pQViWxFg" name="init" eType="#_Wo2Y9tz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y8tz1Ed2bJ_pQViWxFg" name="updates" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y-Nz1Ed2bJ_pQViWxFg" name="ForEachLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y-tz1Ed2bJ_pQViWxFg" name="next" lowerBound="1" eType="#//parameters/OrdinaryParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y_Nz1Ed2bJ_pQViWxFg" name="collection" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Jump" abstract="true" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#_Wo2ZLdz1Ed2bJ_pQViWxFg"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZLdz1Ed2bJ_pQViWxFg" name="JumpLabel" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZNtz1Ed2bJ_pQViWxFg" name="LocalVariableStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZONz1Ed2bJ_pQViWxFg" name="variable" lowerBound="1" eType="#//variables/LocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y6dz1Ed2bJ_pQViWxFg" name="NormalSwitchCase" eSuperTypes="#_Wo2Y4tz1Ed2bJ_pQViWxFg #//statements/Conditional"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZG9z1Ed2bJ_pQViWxFg" name="Return" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZHdz1Ed2bJ_pQViWxFg" name="returnValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y3Nz1Ed2bJ_pQViWxFg" name="Switch" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y3tz1Ed2bJ_pQViWxFg" name="cases" upperBound="-1" eType="#_Wo2Y4tz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y4Nz1Ed2bJ_pQViWxFg" name="variable" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZFdz1Ed2bJ_pQViWxFg" name="SynchronizedBlock" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZF9z1Ed2bJ_pQViWxFg" name="lockProvider" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZH9z1Ed2bJ_pQViWxFg" name="Throw" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZIdz1Ed2bJ_pQViWxFg" name="throwable" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZCNz1Ed2bJ_pQViWxFg" name="TryBlock" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZDtz1Ed2bJ_pQViWxFg" name="catcheBlocks" upperBound="-1" eType="#_Wo2ZD9z1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZDNz1Ed2bJ_pQViWxFg" name="finallyBlock" eType="#//statements/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZANz1Ed2bJ_pQViWxFg" name="WhileLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZAtz1Ed2bJ_pQViWxFg" name="condition" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2ZOtz1Ed2bJ_pQViWxFg" name="types" nsURI="http://www.emftext.org/java/types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZO9z1Ed2bJ_pQViWxFg" name="Type" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="equalsType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.Type _this = this;&#xA;//comparison for type parameters&#xA;if (_this instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;org.emftext.language.java.generics.TypeParameter typeParameter = ( org.emftext.language.java.generics.TypeParameter) _this;&#xA;&#x9;for ( org.emftext.language.java.types.TypeReference referencedType : typeParameter.getExtendTypes()) {&#xA;&#x9;&#x9;if (referencedType.getTarget() != null &amp;&amp; !referencedType.getTarget().eIsProxy() &amp;&amp; referencedType.getTarget().equalsType(arrayDimension, otherType, otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;if (typeParameter.getExtendTypes().isEmpty()) {&#xA;&#x9;&#x9;if (getObjectClass().equalsType(arrayDimension, otherType, otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;} &#xA;if (otherType instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;org.emftext.language.java.generics.TypeParameter typeParameter = ( org.emftext.language.java.generics.TypeParameter) otherType;&#xA;&#x9;for ( org.emftext.language.java.types.TypeReference referencedType : typeParameter.getExtendTypes()) {&#xA;&#x9;&#x9;if (referencedType.getTarget() != null &amp;&amp; !referencedType.getTarget().eIsProxy() &amp;&amp; equalsType(arrayDimension, referencedType.getTarget(), otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;if (typeParameter.getExtendTypes().isEmpty()) {&#xA;&#x9;&#x9;if (equalsType(arrayDimension, getObjectClass(), otherArrayDimension)) {&#xA;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;//do comparison on the classifier level&#xA;if (_this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;_this = (( org.emftext.language.java.types.PrimitiveType)_this).wrapPrimitiveType();&#xA;}&#xA;if (otherType instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;otherType = (( org.emftext.language.java.types.PrimitiveType) otherType).wrapPrimitiveType();&#xA;}&#xA;&#xA;if (arrayDimension == otherArrayDimension &amp;&amp;&#xA;&#x9;&#x9;otherType instanceof org.emftext.language.java.classifiers.Classifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.Classifier &amp;&amp;&#xA;&#x9;&#x9;(otherType.equals(_this))) {&#x9;&#xA;&#x9;return true;&#xA;}&#xA;&#xA;return false;"/> <details key="documentation" value="&#xA; @param arrayDimension&#xA; @param otherType&#xA; @param otherArrayDimension&#xA; @return if both type are equal&#xA;"/> </eAnnotations> <eParameters name="arrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eParameters name="otherType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"/> <eParameters name="otherArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eOperations> <eOperations name="isSuperType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if(otherType == null) {&#xA;&#x9;return false;&#xA;}&#xA;&#xA;org.emftext.language.java.types.Type _this = this;&#xA;&#xA;if (_this instanceof org.emftext.language.java.util.TemporalCompositeClassifier || otherType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> _thisTypeList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;&#x9;org.eclipse.emf.common.util.EList&lt; org.emftext.language.java.types.Type> otherTypeList = new org.emftext.language.java.util.UniqueEList&lt; org.emftext.language.java.types.Type>();&#xA;&#x9;if (_this instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)_this).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;_thisTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;_thisTypeList.add(_this);&#xA;&#x9;}&#xA;&#x9;if (otherType instanceof org.emftext.language.java.util.TemporalCompositeClassifier) {&#xA;&#x9;&#x9;for( org.eclipse.emf.ecore.EObject aType : (( org.emftext.language.java.util.TemporalCompositeClassifier)otherType).getSuperTypes()) {&#xA;&#x9;&#x9;&#x9;otherTypeList.add(( org.emftext.language.java.types.Type)aType);&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;otherTypeList.add(_this);&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;&#xA;&#x9;for( org.emftext.language.java.types.Type one_thisType : _thisTypeList) {&#xA;&#x9;&#x9;for( org.emftext.language.java.types.Type oneOtherType : otherTypeList) {&#xA;&#x9;&#x9;&#x9;boolean result = one_thisType.isSuperType(arrayDimension, oneOtherType, otherArrayType);&#xA;&#x9;&#x9;&#x9;if (result) {&#xA;&#x9;&#x9;&#x9;&#x9;return true;&#xA;&#x9;&#x9;&#x9;}&#x9;&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#x9;return false;&#xA;}&#xA;&#xA;//if I am a void, I am of every type&#xA;if (_this.equals(getLibClass(&quot;Void&quot;))) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//if the other is Object I am a subtype in any case (also array dimensions do not matter)&#xA;if (otherType.equals(getObjectClass())) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//String, primitives, and arrays are serializable&#xA;org.emftext.language.java.classifiers.ConcreteClassifier serializableClass = ( org.emftext.language.java.classifiers.ConcreteClassifier) org.eclipse.emf.ecore.util.EcoreUtil.resolve(&#xA;&#x9;&#x9;getConcreteClassifierProxy(&quot;java.io.Serializable&quot;), _this);&#xA;if (otherType.equals(serializableClass)) {&#xA;&#x9;if (_this.equals(serializableClass)) {&#xA;&#x9; &#x9;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else if (_this.equals(getStringClass())) {&#xA;&#x9; &#x9;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else if (_this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else if (arrayDimension > 0) {&#xA;&#x9;&#x9;//all arrays are serializable&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;&#xA;//if one of us is a parameter to the best of my knowledge, we might match&#xA;if(_this instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;return true;&#xA;}&#xA;if(otherType instanceof org.emftext.language.java.generics.TypeParameter ) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//if array dimensions do not match, I am no subtype&#xA;boolean isTypeParameter = false;&#x9;&#x9;&#xA;if (otherArrayType instanceof org.emftext.language.java.types.TypedElement) {&#xA;&#x9;org.emftext.language.java.types.Type type = (( org.emftext.language.java.types.TypedElement)otherArrayType).getTypeReference().getTarget();&#xA;&#x9;isTypeParameter = type instanceof org.emftext.language.java.generics.TypeParameter;&#xA;}&#xA;boolean isVariableLengthParameter = otherArrayType instanceof org.emftext.language.java.parameters.VariableLengthParameter;&#xA;&#xA;long otherArrayDim = 0;&#xA;if(otherArrayType != null) {&#xA;&#x9;otherArrayDim = otherArrayType.getArrayDimension();&#xA;}&#xA;&#xA;if (isTypeParameter &amp;&amp; isVariableLengthParameter) {&#xA;&#x9;if(arrayDimension != otherArrayDim &amp;&amp; &#xA;&#x9;&#x9;arrayDimension != otherArrayDim- 1 &amp;&amp; &#xA;&#x9;&#x9;arrayDimension &lt; otherArrayDim) {&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;else if (isTypeParameter) {&#xA;&#x9;if(arrayDimension &lt; otherArrayDim) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;else if (isVariableLengthParameter) {&#xA;&#x9;if(arrayDimension != otherArrayDim &amp;&amp; arrayDimension != otherArrayDim- 1) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;else {&#xA;&#x9;if(arrayDimension != otherArrayDim) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;&#xA;//annotations&#xA;if(_this instanceof org.emftext.language.java.classifiers.Annotation &amp;&amp; &#xA;&#x9;&#x9;(otherType.equals(getAnnotationInterface()) ||&#xA;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.ConcreteClassifier)_this).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;).contains(getAnnotationInterface()))) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//do comparison on the classifier level&#xA;if (_this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;_this = (( org.emftext.language.java.types.PrimitiveType) _this).wrapPrimitiveType();&#xA;}&#xA;if (otherType instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;otherType = (( org.emftext.language.java.types.PrimitiveType) otherType).wrapPrimitiveType();&#xA;}&#xA;&#xA;//compare in type hierarchy&#xA;if (otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp;&#xA;&#x9;&#x9;(otherType.equals(_this) || &#xA;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.ConcreteClassifier)_this).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;).contains(otherType))) {&#xA;&#x9;return true;&#xA;}&#xA;&#xA;if (otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.AnonymousClass &amp;&amp;&#xA;&#x9;&#x9;(( org.emftext.language.java.classifiers.AnonymousClass)_this).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;).contains(otherType)) {&#xA;&#x9;&#xA;&#x9;return true;&#xA;}&#xA;&#xA;//everything can be implicitly casted to CharSequence, so I match when the other type is a CharSequence&#xA;org.emftext.language.java.classifiers.Interface charSequenceClass = getLibInterface(&quot;CharSequence&quot;);&#xA;&#xA;if (otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier) {&#xA;&#x9;if(otherType.equals(charSequenceClass) ||&#xA;&#x9;&#x9;&#x9;(( org.emftext.language.java.classifiers.ConcreteClassifier)otherType).getAllSuperClassifiers(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;).contains(charSequenceClass)) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;}&#xA;&#xA;//there are some specifics for primitive types not reflected in the type hierarchy&#xA;if (otherType instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;org.emftext.language.java.types.PrimitiveType primitiveType = (( org.emftext.language.java.classifiers.Class) otherType).unWrapPrimitiveType();&#xA;&#x9;if(primitiveType == null) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;&#x9;otherType = primitiveType;&#xA;}&#xA;&#xA;if (_this instanceof org.emftext.language.java.classifiers.Class) {&#xA;&#x9;org.emftext.language.java.types.PrimitiveType primitiveType = (( org.emftext.language.java.classifiers.Class) _this).unWrapPrimitiveType();&#xA;&#x9;if(primitiveType == null) {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;&#x9;_this = primitiveType;&#xA;}&#xA;&#xA;if (_this instanceof org.emftext.language.java.types.Boolean) {&#xA;&#x9;if (otherType instanceof org.emftext.language.java.types.Boolean) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;if (_this instanceof org.emftext.language.java.types.Byte ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Int ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Short ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Long ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Char) {&#xA;&#x9;if (otherType instanceof org.emftext.language.java.types.Byte ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Int ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Short ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Long ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Char ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Float ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;if (_this instanceof org.emftext.language.java.types.Float ||&#xA;&#x9;&#x9;_this instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;if (otherType instanceof org.emftext.language.java.types.Float ||&#xA;&#x9;&#x9;&#x9;otherType instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;&#x9;return true;&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return false;&#xA;&#x9;}&#xA;}&#xA;&#xA;return false;"/> <details key="documentation" value="&#xA; @param arrayDimension&#xA; @param otherType&#xA; @param otherArrayType&#xA; @return if the other type is equal to me or a super type of me&#xA;"/> </eAnnotations> <eParameters name="arrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eParameters name="otherType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"/> <eParameters name="otherArrayType" eType="#//arrays/ArrayTypeable"/> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//method has to be specified in subclasses&#xA;throw new java.lang.UnsupportedOperationException();"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZP9z1Ed2bJ_pQViWxFg" name="TypedElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZQdz1Ed2bJ_pQViWxFg" name="typeReference" lowerBound="1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZPdz1Ed2bJ_pQViWxFg" name="TypeReference" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getTarget" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getBoundTarget(null);"/> <details key="documentation" value="&#xA; Returns the type referenced by this &lt;code>TypeReference&lt;/code>&#xA; considering all concrete subclasses of &lt;code>TypeReference&lt;/code> used&#xA; by the Java metamodel. &#xA; &#xA; @return the type&#xA;"/> </eAnnotations> </eOperations> <eOperations name="setTarget"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (type == null) {&#xA;&#x9;return;&#xA;}&#xA;&#xA;if (type.eIsProxy()) {&#xA;&#x9;return;&#xA;}&#xA;&#xA;if (this instanceof org.emftext.language.java.types.NamespaceClassifierReference) {&#xA;&#x9;org.emftext.language.java.types.NamespaceClassifierReference nsClassifierReference = ( org.emftext.language.java.types.NamespaceClassifierReference) this;&#xA;&#x9;nsClassifierReference.getClassifierReferences().clear();&#xA;&#x9;nsClassifierReference.getNamespaces().clear();&#xA;&#x9;nsClassifierReference.getNamespaces().addAll(type.getContainingContainerName());&#xA;&#x9;org.emftext.language.java.types.ClassifierReference classifierRef = org.emftext.language.java.types.TypesFactory.eINSTANCE.createClassifierReference();&#xA;&#x9;classifierRef.setTarget(type);&#xA;&#x9;nsClassifierReference.getClassifierReferences().add(classifierRef);&#x9;&#x9;&#x9;&#xA;}"/> <details key="documentation" value="&#xA; Sets the type targeted by this type reference&#xA; &#xA; @param type the type&#xA;"/> </eAnnotations> <eParameters name="type" eType="#//classifiers/Classifier"/> </eOperations> <eOperations name="getBoundTarget" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.Type type = null;&#xA;if (this instanceof org.emftext.language.java.types.ClassifierReference || &#xA;&#x9;&#x9;this instanceof org.emftext.language.java.types.NamespaceClassifierReference) {&#xA;&#x9;org.emftext.language.java.types.ClassifierReference classifierRef = getPureClassifierReference();&#xA;&#x9;if (classifierRef != null) {&#xA;&#x9;&#x9;type = classifierRef.getTarget();&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;if (reference instanceof org.emftext.language.java.references.MethodCall) {&#xA;&#x9;&#x9;org.emftext.language.java.references.MethodCall potentialCloneCall = ( org.emftext.language.java.references.MethodCall) reference;&#xA;&#x9;&#x9;//clone returns the type of the cloned in the case of arrays&#xA;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement potentialCloneCallTarget = potentialCloneCall.getTarget();&#xA;&#x9;&#x9;if (potentialCloneCallTarget != null &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;!potentialCloneCallTarget.eIsProxy() &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;&quot;clone&quot;.equals(potentialCloneCallTarget.getName())) {&#xA;&#x9;&#x9;&#x9;if (potentialCloneCall.getPrevious() instanceof org.emftext.language.java.references.ElementReference) {&#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ElementReference prevRef = ( org.emftext.language.java.references.ElementReference) potentialCloneCall.getPrevious();&#xA;&#x9;&#x9;&#x9;&#x9;if (prevRef.getTarget() instanceof org.emftext.language.java.arrays.ArrayTypeable &amp;&amp; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;(( org.emftext.language.java.arrays.ArrayTypeable)prevRef.getTarget()).getArrayDimension() > 0) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;type = prevRef.getReferencedType();&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;}&#xA;&#xA;else if(this instanceof org.emftext.language.java.types.PrimitiveType) {&#xA;&#x9;return ( org.emftext.language.java.types.PrimitiveType) this;&#xA;}&#xA;&#xA;//resolve parameter to real type&#xA;if (type instanceof org.emftext.language.java.generics.TypeParameter) {&#xA;&#x9;type = (( org.emftext.language.java.generics.TypeParameter) type).getBoundType(this, reference);&#xA;}&#xA;&#xA;if (type != null &amp;&amp; type.eIsProxy()) {&#xA;&#x9;//this may happen, when e.g. a super type is resolved. It is ok.&#xA;&#x9;return null;&#xA;}&#xA;&#xA;return type;"/> <details key="documentation" value="&#xA; Returns the type referenced by this &lt;code>TypeReference&lt;/code>&#xA; considering all concrete subclasses of &lt;code>TypeReference&lt;/code> used&#xA; by the Java metamodel. If type parameters are bound in the given reference,&#xA; the bound type will be returned instead of the parameter.&#xA; &#xA; @return the type&#xA;"/> </eAnnotations> <eParameters name="reference" eType="#//references/Reference"/> </eOperations> <eOperations name="getPureClassifierReference" eType="#//types/ClassifierReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.ClassifierReference classifierReference = null;&#xA;if (this instanceof org.emftext.language.java.types.ClassifierReference) {&#xA;&#x9;classifierReference = ( org.emftext.language.java.types.ClassifierReference) this;&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.NamespaceClassifierReference) {&#xA;&#x9;org.emftext.language.java.types.NamespaceClassifierReference nsClassifierReference = ( org.emftext.language.java.types.NamespaceClassifierReference) this;&#xA;&#x9;if (!nsClassifierReference.getClassifierReferences().isEmpty()) {&#xA;&#x9;&#x9;int lastIndex = nsClassifierReference.getClassifierReferences().size() - 1;&#xA;&#x9;&#x9;classifierReference = nsClassifierReference.getClassifierReferences().get(lastIndex);&#xA;&#x9;}&#xA;}&#xA;return classifierReference;"/> <details key="documentation" value="&#xA; Extracts the (possibly nested) classifier reference (if any) &#xA; from this type references.&#xA; &#xA; @return&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierReference" eSuperTypes="#_Wo2ZPdz1Ed2bJ_pQViWxFg #//generics/TypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//classifiers/Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZQ9z1Ed2bJ_pQViWxFg" name="NamespaceClassifierReference" eSuperTypes="#_Wo2ZPdz1Ed2bJ_pQViWxFg #//commons/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZRdz1Ed2bJ_pQViWxFg" name="classifierReferences" lowerBound="1" upperBound="-1" eType="#//types/ClassifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZR9z1Ed2bJ_pQViWxFg" name="PrimitiveType" abstract="true" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #_Wo2ZPdz1Ed2bJ_pQViWxFg"> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class javaClass = wrapPrimitiveType();&#x9;&#xA;return javaClass.getAllMembers(context);"/> <details key="documentation" value="&#xA; @param context to check protected visibility&#xA; @return all members (including super type members)&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> <eOperations name="wrapPrimitiveType" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class javaClass = null;&#xA;&#xA;if (this instanceof org.emftext.language.java.types.Boolean) {&#xA;&#x9;javaClass = getLibClass(&quot;Boolean&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Byte) {&#xA;&#x9;javaClass = getLibClass(&quot;Byte&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Char) {&#xA;&#x9;javaClass = getLibClass(&quot;Character&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Double) {&#xA;&#x9;javaClass = getLibClass(&quot;Double&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Float) {&#xA;&#x9;javaClass = getLibClass(&quot;Float&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Int) {&#xA;&#x9;javaClass = getLibClass(&quot;Integer&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Long) {&#xA;&#x9;javaClass = getLibClass(&quot;Long&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Short) {&#xA;&#x9;javaClass = getLibClass(&quot;Short&quot;);&#xA;}&#xA;if (this instanceof org.emftext.language.java.types.Void) {&#xA;&#x9;javaClass = getLibClass(&quot;Void&quot;);&#xA;}&#xA;return javaClass;"/> <details key="documentation" value="&#xA; @return primitive type as a class representation&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZS9z1Ed2bJ_pQViWxFg" name="Boolean" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZT9z1Ed2bJ_pQViWxFg" name="Byte" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZTdz1Ed2bJ_pQViWxFg" name="Char" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZWdz1Ed2bJ_pQViWxFg" name="Double" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZV9z1Ed2bJ_pQViWxFg" name="Float" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZU9z1Ed2bJ_pQViWxFg" name="Int" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZVdz1Ed2bJ_pQViWxFg" name="Long" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZUdz1Ed2bJ_pQViWxFg" name="Short" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> </eSubpackages> <eSubpackages name="variables" nsURI="http://www.emftext.org/java/variables" nsPrefix="variables"> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="#//commons/NamedElement #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//references/ReferenceableElement #//generics/TypeArgumentable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;if (this instanceof org.emftext.language.java.parameters.VariableLengthParameter) {&#xA;&#x9;size++;&#xA;}&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="createMethodCallStatement" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.statements.ExpressionStatement callStatement = org.emftext.language.java.statements.StatementsFactory.eINSTANCE.createExpressionStatement();&#xA;callStatement.setExpression(createMethodCall(methodName, arguments));&#xA;return callStatement;"/> <details key="documentation" value="&#xA; Creates a statement that calls the method with the given name on this&#xA; variable. If the variable's type does not offer such a method, null is&#xA; returned.&#xA;"/> </eAnnotations> <eParameters name="methodName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="arguments" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg"/> </eOperations> <eOperations name="createMethodCall" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.references.IdentifierReference thisRef = org.emftext.language.java.references.ReferencesFactory.eINSTANCE.createIdentifierReference();&#xA;thisRef.setTarget(this);&#xA;org.emftext.language.java.references.MethodCall methodCall = org.emftext.language.java.references.ReferencesFactory.eINSTANCE.createMethodCall();&#xA;org.emftext.language.java.types.Type thisType = getTypeReference().getTarget();&#xA;if (thisType instanceof org.emftext.language.java.members.MemberContainer) {&#xA;&#x9;org.emftext.language.java.members.MemberContainer castedType = ( org.emftext.language.java.members.MemberContainer) thisType;&#xA;&#x9;org.emftext.language.java.members.Method method = castedType.getContainedMethod(methodName);&#xA;&#x9;if (method == null) {&#xA;&#x9;&#x9;return null;&#xA;&#x9;}&#xA;&#x9;methodCall.setTarget(method);&#xA;&#x9;// add arguments&#xA;&#x9;methodCall.getArguments().addAll(arguments);&#xA;&#x9;thisRef.setNext(methodCall);&#xA;&#x9;return thisRef;&#xA;} else {&#xA;&#x9;return null;&#xA;}"/> <details key="documentation" value="&#xA; Creates an expression that calls the method with the given name on this&#xA; variable. If the variable's type does not offer such a method, null is&#xA; returned.&#xA;"/> </eAnnotations> <eParameters name="methodName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="arguments" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//variables/Variable #//instantiations/Initializable #_Wo2Y9tz1Ed2bJ_pQViWxFg #//modifiers/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalLocalVariables" upperBound="-1" eType="#//variables/AdditionalLocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalLocalVariable" eSuperTypes="#//references/ReferenceableElement #//arrays/ArrayTypeable #//instantiations/Initializable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this.getArrayDimensionsBefore().size() + this.getArrayDimensionsAfter().size();&#xA;return size;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"java","nsURI":"http://www.emftext.org/java","name":"java","id":0,"eClass":"EPackage"},{"nsPrefix":"annotations","nsURI":"http://www.emftext.org/java/annotations","name":"annotations","id":1,"eClass":"EPackage"},{"nsPrefix":"arrays","nsURI":"http://www.emftext.org/java/arrays","name":"arrays","id":2,"eClass":"EPackage"},{"nsPrefix":"classifiers","nsURI":"http://www.emftext.org/java/classifiers","name":"classifiers","id":3,"eClass":"EPackage"},{"nsPrefix":"commons","nsURI":"http://www.emftext.org/java/commons","name":"commons","id":4,"eClass":"EPackage"},{"nsPrefix":"containers","nsURI":"http://www.emftext.org/java/containers","name":"containers","id":5,"eClass":"EPackage"},{"nsPrefix":"expressions","nsURI":"http://www.emftext.org/java/expressions","name":"expressions","id":6,"eClass":"EPackage"},{"nsPrefix":"generics","nsURI":"http://www.emftext.org/java/generics","name":"generics","id":7,"eClass":"EPackage"},{"nsPrefix":"imports","nsURI":"http://www.emftext.org/java/imports","name":"imports","id":8,"eClass":"EPackage"},{"nsPrefix":"instantiations","nsURI":"http://www.emftext.org/java/instantiations","name":"instantiations","id":9,"eClass":"EPackage"},{"nsPrefix":"literals","nsURI":"http://www.emftext.org/java/literals","name":"literals","id":10,"eClass":"EPackage"},{"nsPrefix":"members","nsURI":"http://www.emftext.org/java/members","name":"members","id":11,"eClass":"EPackage"},{"nsPrefix":"modifiers","nsURI":"http://www.emftext.org/java/modifiers","name":"modifiers","id":12,"eClass":"EPackage"},{"nsPrefix":"operators","nsURI":"http://www.emftext.org/java/operators","name":"operators","id":13,"eClass":"EPackage"},{"nsPrefix":"parameters","nsURI":"http://www.emftext.org/java/parameters","name":"parameters","id":14,"eClass":"EPackage"},{"nsPrefix":"references","nsURI":"http://www.emftext.org/java/references","name":"references","id":15,"eClass":"EPackage"},{"nsPrefix":"statements","nsURI":"http://www.emftext.org/java/statements","name":"statements","id":16,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.emftext.org/java/types","name":"types","id":17,"eClass":"EPackage"},{"nsPrefix":"variables","nsURI":"http://www.emftext.org/java/variables","name":"variables","id":18,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotable","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstance","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameter","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAnnotationParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameterList","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttributeSetting","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationValue","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttribute","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstanceOrModifier","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAwareElement","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeable","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializationValue","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiation","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationBySize","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValues","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValuesUntyped","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValuesTyped","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySelector","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensionsBefore","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensionsAfter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":85,"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":"sizes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayInitializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteClassifier","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementor","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClass","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceableElement","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":110,"many":true,"required":false,"eClass":"EOperation"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParametrizable","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberContainer","instanceClass":null,"abstract":true,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotableAndModifiable","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInnerClassifiers","lowerBound":0,"id":119,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllInnerClassifiers","lowerBound":0,"id":120,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSuperTypeReferences","lowerBound":0,"id":121,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":122,"many":true,"required":false,"eClass":"EOperation"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierReference","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":138,"interface":false,"eClass":"EClass"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":140,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuperClass","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unWrapPrimitiveType","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":149,"interface":false,"eClass":"EClass"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":153,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":160,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedConstant","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstant","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":171,"many":true,"required":false,"eClass":"EOperation"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":174,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuperClassifier","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":176,"many":true,"required":false,"eClass":"EOperation"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"id":183,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":184,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConcreteClassifier","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConcreteClassifierProxy","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getConcreteClassifiers","lowerBound":0,"id":187,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getConcreteClassifierProxies","lowerBound":0,"id":188,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibClass","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibInterface","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassClass","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getObjectClass","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStringClass","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAnnotationInterface","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingAnnotationInstance","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingAnonymousClass","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingConcreteClassifier","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingCompilationUnit","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainingPackageName","lowerBound":0,"id":199,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainingContainerName","lowerBound":0,"id":200,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentConcreteClassifier","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentByEType","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstChildByEType","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentByType","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstChildByType","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChildrenByEType","lowerBound":0,"id":206,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChildrenByType","lowerBound":0,"id":207,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getComments","lowerBound":0,"id":208,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBeforeContainingStatement","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAfterContainingStatement","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutInformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"packageName","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"classifierQuery","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"packageName","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"classifierQuery","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"name":"T","id":253,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"name":"T","id":258,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EParameter"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EParameter"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"name":"T","id":266,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statementToAdd","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EParameter"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statementToAdd","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespacesAsString","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierAtNamespaces","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespaces","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaRoot","instanceClass":null,"abstract":true,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyModel","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportingElement","instanceClass":null,"abstract":true,"id":289,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":290,"many":true,"required":false,"eClass":"EOperation"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedClassifier","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":296,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedClass","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedInterface","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedAnnotation","lowerBound":0,"id":299,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedEnumeration","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EParameter"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespacesAsString","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":313,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":321,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":322,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpressionChild","instanceClass":null,"abstract":true,"id":323,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":324,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpressionChild","instanceClass":null,"abstract":true,"id":325,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpression","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpressionChild","instanceClass":null,"abstract":true,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpression","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpressionChild","instanceClass":null,"abstract":true,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpression","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpression","instanceClass":null,"abstract":false,"id":332,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":333,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":334,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpressionChild","instanceClass":null,"abstract":true,"id":335,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":336,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpressionChild","instanceClass":null,"abstract":true,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":338,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpressionChild","instanceClass":null,"abstract":true,"id":339,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpression","instanceClass":null,"abstract":false,"id":340,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpressionChild","instanceClass":null,"abstract":true,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpressionChild","instanceClass":null,"abstract":true,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpressionChild","instanceClass":null,"abstract":true,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpressionChild","instanceClass":null,"abstract":true,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpressionChild","instanceClass":null,"abstract":true,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpression","instanceClass":null,"abstract":true,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuffixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpressionChild","instanceClass":null,"abstract":true,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":354,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":true,"id":355,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoopInitializer","instanceClass":null,"abstract":true,"id":357,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlternativeType","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOneType","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EOperation"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alternative","lowerBound":0,"id":370,"many":false,"required":false,"eClass":"EParameter"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentOperator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"abstract":true,"id":378,"interface":false,"eClass":"EClass"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionIf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"expressionElse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equalityOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"abstract":true,"id":413,"interface":false,"eClass":"EClass"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationOperator","instanceClass":null,"abstract":true,"id":427,"interface":false,"eClass":"EClass"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shiftOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftOperator","instanceClass":null,"abstract":true,"id":434,"interface":false,"eClass":"EClass"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additiveOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveOperator","instanceClass":null,"abstract":true,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicativeOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeOperator","instanceClass":null,"abstract":true,"id":448,"interface":false,"eClass":"EClass"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":454,"interface":false,"eClass":"EClass"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationOperator","instanceClass":null,"abstract":true,"id":462,"interface":false,"eClass":"EClass"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgument","instanceClass":null,"abstract":true,"id":476,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgumentable","instanceClass":null,"abstract":true,"id":477,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTypeArgumentable","instanceClass":null,"abstract":true,"id":478,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendsTypeArgument","instanceClass":null,"abstract":false,"id":479,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedTypeArgument","instanceClass":null,"abstract":false,"id":480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperTypeArgument","instanceClass":null,"abstract":false,"id":481,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":482,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownTypeArgument","instanceClass":null,"abstract":false,"id":483,"interface":false,"eClass":"EClass"},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":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":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTypeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":502,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":503,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundType","lowerBound":0,"id":504,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeReference","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":513,"many":false,"required":false,"eClass":"EParameter"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":true,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticImport","instanceClass":null,"abstract":true,"id":519,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierImport","instanceClass":null,"abstract":false,"id":520,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":521,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticClassifierImport","instanceClass":null,"abstract":false,"id":522,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticMemberImport","instanceClass":null,"abstract":false,"id":523,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImportedClassifier","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getImportedClassifiers","lowerBound":0,"id":525,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getImportedMembers","lowerBound":0,"id":526,"many":true,"required":false,"eClass":"EOperation"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EParameter"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDefaultImports","lowerBound":0,"id":533,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Static","instanceClass":null,"abstract":false,"id":540,"interface":false,"eClass":"EClass"},{"id":541,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticMembers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializable","instanceClass":null,"abstract":true,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiation","instanceClass":null,"abstract":true,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewConstructorCall","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitConstructorCall","instanceClass":null,"abstract":false,"id":553,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argumentable","instanceClass":null,"abstract":true,"id":557,"interface":false,"eClass":"EClass"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Self","instanceClass":null,"abstract":true,"id":567,"interface":false,"eClass":"EClass"},{"id":568,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":569,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":true,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalFloatLiteral","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexFloatLiteral","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":true,"id":575,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalDoubleLiteral","instanceClass":null,"abstract":false,"id":576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexDoubleLiteral","instanceClass":null,"abstract":false,"id":577,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":true,"id":578,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalIntegerLiteral","instanceClass":null,"abstract":false,"id":579,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexIntegerLiteral","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalIntegerLiteral","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongLiteral","instanceClass":null,"abstract":true,"id":582,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalLongLiteral","instanceClass":null,"abstract":false,"id":583,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexLongLiteral","instanceClass":null,"abstract":false,"id":584,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalLongLiteral","instanceClass":null,"abstract":false,"id":585,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":586,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":587,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOneType","lowerBound":0,"id":589,"many":false,"required":false,"eClass":"EOperation"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alternative","lowerBound":0,"id":592,"many":false,"required":false,"eClass":"EParameter"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionThrower","instanceClass":null,"abstract":true,"id":638,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalField","instanceClass":null,"abstract":false,"id":639,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":640,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyMember","instanceClass":null,"abstract":false,"id":641,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":642,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":true,"id":643,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMethod","instanceClass":null,"abstract":false,"id":644,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceClassifierReference","instanceClass":null,"abstract":false,"id":647,"interface":false,"eClass":"EClass"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedClassifier","lowerBound":0,"id":650,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedField","lowerBound":0,"id":651,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedMethod","lowerBound":0,"id":652,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMethods","lowerBound":0,"id":653,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMethods","lowerBound":0,"id":654,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMembersByName","lowerBound":0,"id":655,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createField","lowerBound":0,"id":656,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getFields","lowerBound":0,"id":657,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getConstructors","lowerBound":0,"id":658,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":659,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":663,"many":false,"required":false,"eClass":"EParameter"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":666,"many":false,"required":false,"eClass":"EParameter"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":669,"many":false,"required":false,"eClass":"EParameter"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":672,"many":false,"required":true,"eClass":"EParameter"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":675,"many":false,"required":true,"eClass":"EParameter"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":678,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"qualifiedTypeName","lowerBound":1,"id":679,"many":false,"required":true,"eClass":"EParameter"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":686,"many":false,"required":false,"eClass":"EOperation"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementListContainer","instanceClass":null,"abstract":true,"id":691,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parametrizable","instanceClass":null,"abstract":true,"id":692,"interface":false,"eClass":"EClass"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":700,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMethodForCall","lowerBound":0,"id":708,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSomeMethodForCall","lowerBound":0,"id":709,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBetterMethodForCall","lowerBound":0,"id":710,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":711,"many":false,"required":false,"eClass":"EOperation"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":721,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"needsPerfectMatch","lowerBound":0,"id":722,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":723,"interface":false,"eClass":"EClass"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":727,"many":false,"required":false,"eClass":"EParameter"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherMethod","lowerBound":0,"id":730,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":731,"many":false,"required":false,"eClass":"EParameter"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":738,"derived":false},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":true,"id":743,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifiable","instanceClass":null,"abstract":true,"id":744,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":745,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":746,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Native","instanceClass":null,"abstract":false,"id":747,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":748,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":749,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":750,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strictfp","instanceClass":null,"abstract":false,"id":751,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronized","instanceClass":null,"abstract":false,"id":752,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transient","instanceClass":null,"abstract":false,"id":753,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volatile","instanceClass":null,"abstract":false,"id":754,"interface":false,"eClass":"EClass"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isHidden","lowerBound":0,"id":757,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStatic","lowerBound":0,"id":758,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeModifier","lowerBound":0,"id":759,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makePublic","lowerBound":0,"id":760,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makePrivate","lowerBound":0,"id":761,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makeProtected","lowerBound":0,"id":762,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getModifiers","lowerBound":0,"id":763,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAllModifiers","lowerBound":0,"id":764,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasModifier","lowerBound":0,"id":765,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPublic","lowerBound":0,"id":766,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPrivate","lowerBound":0,"id":767,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isProtected","lowerBound":0,"id":768,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addModifier","lowerBound":0,"id":769,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationsAndModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":770,"derived":false},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":773,"many":false,"required":false,"eClass":"EParameter"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modifierType","lowerBound":0,"id":776,"many":false,"required":false,"eClass":"EParameter"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":781,"many":false,"required":false,"eClass":"EParameter"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newModifier","lowerBound":1,"id":787,"many":false,"required":true,"eClass":"EParameter"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"container":false,"ordered":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":790,"derived":false},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":804,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":805,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentAnd","instanceClass":null,"abstract":false,"id":806,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentDivision","instanceClass":null,"abstract":false,"id":807,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExclusiveOr","instanceClass":null,"abstract":false,"id":808,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMinus","instanceClass":null,"abstract":false,"id":809,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentModulo","instanceClass":null,"abstract":false,"id":810,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMultiplication","instanceClass":null,"abstract":false,"id":811,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentLeftShift","instanceClass":null,"abstract":false,"id":812,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOr","instanceClass":null,"abstract":false,"id":813,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentPlus","instanceClass":null,"abstract":false,"id":814,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRightShift","instanceClass":null,"abstract":false,"id":815,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentUnsignedRightShift","instanceClass":null,"abstract":false,"id":816,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":817,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":818,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":819,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqual","instanceClass":null,"abstract":false,"id":820,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":821,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqual","instanceClass":null,"abstract":false,"id":822,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addition","instanceClass":null,"abstract":false,"id":823,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtraction","instanceClass":null,"abstract":false,"id":824,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":825,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":826,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remainder","instanceClass":null,"abstract":false,"id":827,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complement","instanceClass":null,"abstract":false,"id":828,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusMinus","instanceClass":null,"abstract":false,"id":829,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":830,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusPlus","instanceClass":null,"abstract":false,"id":831,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShift","instanceClass":null,"abstract":false,"id":832,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShift","instanceClass":null,"abstract":false,"id":833,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedRightShift","instanceClass":null,"abstract":false,"id":834,"interface":false,"eClass":"EClass"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":876,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinaryParameter","instanceClass":null,"abstract":false,"id":877,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableLengthParameter","instanceClass":null,"abstract":false,"id":878,"interface":false,"eClass":"EClass"},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"container":false,"ordered":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":881,"derived":false},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementReference","instanceClass":null,"abstract":true,"id":886,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":887,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClassReference","instanceClass":null,"abstract":false,"id":888,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeReference","instanceClass":null,"abstract":false,"id":889,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReference","instanceClass":null,"abstract":false,"id":890,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfReference","instanceClass":null,"abstract":false,"id":891,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageReference","instanceClass":null,"abstract":false,"id":892,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReferencedType","lowerBound":0,"id":893,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrevious","lowerBound":0,"id":894,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraySelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getArgumentTypes","lowerBound":0,"id":903,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":904,"derived":false},{"id":905,"eClass":"EGenericType"},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"id":908,"eClass":"EGenericType"},{"container":false,"ordered":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":909,"derived":false},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":917,"derived":false},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"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":920,"derived":false},{"id":921,"eClass":"EGenericType"},{"id":922,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"self","changeable":true,"resolveProxies":true,"lowerBound":1,"id":923,"derived":false},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":926,"derived":false},{"id":927,"eClass":"EGenericType"},{"id":928,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementContainer","instanceClass":null,"abstract":true,"id":929,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":930,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":true,"id":931,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assert","instanceClass":null,"abstract":false,"id":932,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Break","instanceClass":null,"abstract":false,"id":933,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":934,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":935,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":936,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continue","instanceClass":null,"abstract":false,"id":937,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSwitchCase","instanceClass":null,"abstract":false,"id":938,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":939,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":940,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":941,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":942,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachLoop","instanceClass":null,"abstract":false,"id":943,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jump","instanceClass":null,"abstract":true,"id":944,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpLabel","instanceClass":null,"abstract":false,"id":945,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableStatement","instanceClass":null,"abstract":false,"id":946,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalSwitchCase","instanceClass":null,"abstract":false,"id":947,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":948,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":949,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedBlock","instanceClass":null,"abstract":false,"id":950,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throw","instanceClass":null,"abstract":false,"id":951,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryBlock","instanceClass":null,"abstract":false,"id":952,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":953,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":954,"derived":false},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLocalVariable","lowerBound":1,"id":957,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":958,"derived":false},{"id":959,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":960,"interface":false,"eClass":"EClass"},{"id":961,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":962,"many":false,"required":true,"eClass":"EParameter"},{"id":963,"eClass":"EGenericType"},{"id":964,"eClass":"EGenericType"},{"container":false,"ordered":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":965,"derived":false},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":971,"derived":false},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"container":false,"ordered":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":980,"derived":false},{"id":981,"eClass":"EGenericType"},{"id":982,"eClass":"EGenericType"},{"container":false,"ordered":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":983,"derived":false},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"id":991,"eClass":"EGenericType"},{"container":false,"ordered":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":992,"derived":false},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":995,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":996,"derived":false},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1002,"derived":false},{"container":false,"ordered":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":1003,"derived":false},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1008,"derived":false},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1014,"derived":false},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1019,"derived":false},{"id":1020,"eClass":"EGenericType"},{"id":1021,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1022,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1023,"derived":false},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lockProvider","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1027,"derived":false},{"id":1028,"eClass":"EGenericType"},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throwable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1031,"derived":false},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catcheBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1034,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finallyBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1035,"derived":false},{"id":1036,"eClass":"EGenericType"},{"id":1037,"eClass":"EGenericType"},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"container":false,"ordered":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":1040,"derived":false},{"id":1041,"eClass":"EGenericType"},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":1044,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":1045,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char","instanceClass":null,"abstract":false,"id":1046,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":1047,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":1048,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":1049,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":1050,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short","instanceClass":null,"abstract":false,"id":1051,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":1052,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsType","lowerBound":0,"id":1053,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperType","lowerBound":0,"id":1054,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":1055,"many":true,"required":false,"eClass":"EOperation"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"arrayDimension","lowerBound":0,"id":1058,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherType","lowerBound":0,"id":1059,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherArrayDimension","lowerBound":0,"id":1060,"many":false,"required":false,"eClass":"EParameter"},{"id":1061,"eClass":"EGenericType"},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"arrayDimension","lowerBound":0,"id":1065,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherType","lowerBound":0,"id":1066,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherArrayType","lowerBound":0,"id":1067,"many":false,"required":false,"eClass":"EParameter"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"id":1071,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1072,"many":false,"required":false,"eClass":"EParameter"},{"id":1073,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1074,"derived":false},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTarget","lowerBound":0,"id":1077,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTarget","lowerBound":0,"id":1078,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundTarget","lowerBound":0,"id":1079,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPureClassifierReference","lowerBound":0,"id":1080,"many":false,"required":false,"eClass":"EOperation"},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":1083,"many":false,"required":false,"eClass":"EParameter"},{"id":1084,"eClass":"EGenericType"},{"id":1085,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":1086,"many":false,"required":false,"eClass":"EParameter"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"container":false,"ordered":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":1089,"derived":false},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1093,"derived":false},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":1097,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapPrimitiveType","lowerBound":0,"id":1098,"many":false,"required":false,"eClass":"EOperation"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1102,"many":false,"required":false,"eClass":"EParameter"},{"id":1103,"eClass":"EGenericType"},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"id":1106,"eClass":"EGenericType"},{"id":1107,"eClass":"EGenericType"},{"id":1108,"eClass":"EGenericType"},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"id":1112,"eClass":"EGenericType"},{"id":1113,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalLocalVariable","instanceClass":null,"abstract":false,"id":1114,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":1115,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMethodCallStatement","lowerBound":0,"id":1116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createMethodCall","lowerBound":0,"id":1117,"many":false,"required":false,"eClass":"EOperation"},{"id":1118,"eClass":"EGenericType"},{"id":1119,"eClass":"EGenericType"},{"id":1120,"eClass":"EGenericType"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":1,"id":1125,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"arguments","lowerBound":0,"id":1126,"many":true,"required":false,"eClass":"EParameter"},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodName","lowerBound":1,"id":1130,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"arguments","lowerBound":0,"id":1131,"many":true,"required":false,"eClass":"EParameter"},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalLocalVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1134,"derived":false},{"id":1135,"eClass":"EGenericType"},{"id":1136,"eClass":"EGenericType"},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":1140,"many":false,"required":false,"eClass":"EOperation"},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":0},{"source":19,"target":1},{"source":19,"target":27},{"source":19,"target":28},{"source":19,"target":29},{"source":28,"target":20},{"source":28,"target":30},{"source":28,"target":19},{"source":30,"target":20},{"source":29,"target":27},{"source":20,"target":1},{"source":20,"target":31},{"source":20,"target":32},{"source":20,"target":33},{"source":20,"target":34},{"source":20,"target":35},{"source":20,"target":36},{"source":20,"target":37},{"source":20,"target":38},{"source":34,"target":39},{"source":34,"target":40},{"source":34,"target":20},{"source":40,"target":39},{"source":35,"target":21},{"source":35,"target":41},{"source":35,"target":20},{"source":41,"target":21},{"source":36,"target":31},{"source":37,"target":32},{"source":38,"target":33},{"source":21,"target":1},{"source":21,"target":27},{"source":21,"target":42},{"source":42,"target":27},{"source":22,"target":1},{"source":22,"target":21},{"source":22,"target":43},{"source":22,"target":44},{"source":43,"target":25},{"source":43,"target":45},{"source":43,"target":22},{"source":45,"target":25},{"source":44,"target":21},{"source":23,"target":1},{"source":23,"target":21},{"source":23,"target":46},{"source":23,"target":47},{"source":46,"target":24},{"source":46,"target":48},{"source":46,"target":23},{"source":48,"target":24},{"source":47,"target":21},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":49},{"source":24,"target":50},{"source":24,"target":51},{"source":49,"target":52},{"source":49,"target":53},{"source":49,"target":24},{"source":53,"target":52},{"source":50,"target":25},{"source":50,"target":54},{"source":50,"target":24},{"source":54,"target":25},{"source":51,"target":27},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":55},{"source":55,"target":27},{"source":26,"target":1},{"source":26,"target":52},{"source":26,"target":56},{"source":26,"target":57},{"source":56,"target":58},{"source":56,"target":59},{"source":56,"target":26},{"source":59,"target":58},{"source":57,"target":52},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":0},{"source":60,"target":2},{"source":60,"target":27},{"source":60,"target":70},{"source":60,"target":71},{"source":60,"target":72},{"source":60,"target":73},{"source":70,"target":74},{"source":70,"target":60},{"source":71,"target":61},{"source":71,"target":75},{"source":71,"target":60},{"source":75,"target":61},{"source":72,"target":61},{"source":72,"target":76},{"source":72,"target":60},{"source":76,"target":61},{"source":73,"target":27},{"source":61,"target":2},{"source":61,"target":27},{"source":61,"target":77},{"source":77,"target":27},{"source":62,"target":2},{"source":62,"target":63},{"source":62,"target":25},{"source":62,"target":78},{"source":62,"target":79},{"source":62,"target":80},{"source":78,"target":63},{"source":78,"target":81},{"source":78,"target":62},{"source":81,"target":63},{"source":79,"target":63},{"source":80,"target":25},{"source":63,"target":2},{"source":63,"target":27},{"source":63,"target":82},{"source":82,"target":27},{"source":64,"target":2},{"source":64,"target":58},{"source":64,"target":31},{"source":64,"target":83},{"source":64,"target":84},{"source":83,"target":58},{"source":84,"target":31},{"source":65,"target":2},{"source":65,"target":64},{"source":65,"target":85},{"source":65,"target":60},{"source":65,"target":86},{"source":65,"target":87},{"source":65,"target":88},{"source":65,"target":89},{"source":86,"target":58},{"source":86,"target":90},{"source":86,"target":65},{"source":90,"target":58},{"source":87,"target":64},{"source":88,"target":85},{"source":89,"target":60},{"source":66,"target":2},{"source":66,"target":64},{"source":66,"target":91},{"source":66,"target":92},{"source":91,"target":62},{"source":91,"target":93},{"source":91,"target":66},{"source":93,"target":62},{"source":92,"target":64},{"source":67,"target":2},{"source":67,"target":66},{"source":67,"target":94},{"source":94,"target":66},{"source":68,"target":2},{"source":68,"target":66},{"source":68,"target":85},{"source":68,"target":60},{"source":68,"target":95},{"source":68,"target":96},{"source":68,"target":97},{"source":95,"target":66},{"source":96,"target":85},{"source":97,"target":60},{"source":69,"target":2},{"source":69,"target":27},{"source":69,"target":98},{"source":69,"target":99},{"source":98,"target":58},{"source":98,"target":100},{"source":98,"target":69},{"source":100,"target":58},{"source":99,"target":27},{"source":3,"target":39},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":3,"target":105},{"source":3,"target":106},{"source":3,"target":107},{"source":3,"target":0},{"source":39,"target":3},{"source":39,"target":108},{"source":39,"target":109},{"source":39,"target":110},{"source":39,"target":111},{"source":39,"target":112},{"source":110,"target":101},{"source":110,"target":113},{"source":110,"target":39},{"source":113,"target":101},{"source":111,"target":108},{"source":112,"target":109},{"source":101,"target":3},{"source":101,"target":39},{"source":101,"target":114},{"source":101,"target":115},{"source":101,"target":116},{"source":101,"target":117},{"source":101,"target":118},{"source":101,"target":119},{"source":101,"target":120},{"source":101,"target":121},{"source":101,"target":122},{"source":101,"target":123},{"source":101,"target":124},{"source":101,"target":125},{"source":101,"target":126},{"source":101,"target":127},{"source":101,"target":128},{"source":119,"target":101},{"source":119,"target":129},{"source":119,"target":101},{"source":129,"target":101},{"source":120,"target":101},{"source":120,"target":130},{"source":120,"target":101},{"source":130,"target":101},{"source":121,"target":131},{"source":121,"target":132},{"source":121,"target":101},{"source":132,"target":131},{"source":122,"target":116},{"source":122,"target":133},{"source":122,"target":101},{"source":122,"target":134},{"source":133,"target":116},{"source":134,"target":27},{"source":134,"target":135},{"source":134,"target":122},{"source":135,"target":27},{"source":123,"target":39},{"source":124,"target":114},{"source":125,"target":115},{"source":126,"target":116},{"source":127,"target":117},{"source":128,"target":118},{"source":102,"target":3},{"source":102,"target":27},{"source":102,"target":136},{"source":102,"target":137},{"source":136,"target":138},{"source":136,"target":139},{"source":136,"target":102},{"source":139,"target":138},{"source":137,"target":27},{"source":103,"target":3},{"source":103,"target":101},{"source":103,"target":102},{"source":103,"target":140},{"source":103,"target":141},{"source":103,"target":142},{"source":103,"target":143},{"source":103,"target":144},{"source":103,"target":145},{"source":103,"target":146},{"source":140,"target":101},{"source":140,"target":147},{"source":140,"target":103},{"source":147,"target":101},{"source":141,"target":103},{"source":141,"target":148},{"source":141,"target":103},{"source":148,"target":103},{"source":142,"target":149},{"source":142,"target":150},{"source":142,"target":103},{"source":150,"target":149},{"source":143,"target":138},{"source":143,"target":151},{"source":143,"target":103},{"source":151,"target":138},{"source":144,"target":138},{"source":144,"target":152},{"source":144,"target":103},{"source":152,"target":138},{"source":145,"target":101},{"source":146,"target":102},{"source":104,"target":3},{"source":104,"target":101},{"source":104,"target":153},{"source":104,"target":154},{"source":104,"target":155},{"source":104,"target":156},{"source":153,"target":101},{"source":153,"target":157},{"source":153,"target":104},{"source":157,"target":101},{"source":154,"target":138},{"source":154,"target":158},{"source":154,"target":104},{"source":158,"target":138},{"source":155,"target":138},{"source":155,"target":159},{"source":155,"target":104},{"source":159,"target":138},{"source":156,"target":101},{"source":105,"target":3},{"source":105,"target":101},{"source":105,"target":102},{"source":105,"target":160},{"source":105,"target":161},{"source":105,"target":162},{"source":105,"target":163},{"source":105,"target":164},{"source":160,"target":101},{"source":160,"target":165},{"source":160,"target":105},{"source":165,"target":101},{"source":161,"target":166},{"source":161,"target":167},{"source":161,"target":105},{"source":161,"target":168},{"source":167,"target":166},{"source":168,"target":169},{"source":168,"target":161},{"source":162,"target":166},{"source":162,"target":170},{"source":162,"target":105},{"source":170,"target":166},{"source":163,"target":101},{"source":164,"target":102},{"source":106,"target":3},{"source":106,"target":101},{"source":106,"target":171},{"source":106,"target":172},{"source":171,"target":101},{"source":171,"target":173},{"source":171,"target":106},{"source":173,"target":101},{"source":172,"target":101},{"source":107,"target":3},{"source":107,"target":108},{"source":107,"target":115},{"source":107,"target":174},{"source":107,"target":175},{"source":107,"target":176},{"source":107,"target":177},{"source":107,"target":178},{"source":174,"target":101},{"source":174,"target":179},{"source":174,"target":107},{"source":179,"target":101},{"source":175,"target":101},{"source":175,"target":180},{"source":175,"target":107},{"source":180,"target":101},{"source":176,"target":116},{"source":176,"target":181},{"source":176,"target":107},{"source":176,"target":182},{"source":181,"target":116},{"source":182,"target":27},{"source":182,"target":183},{"source":182,"target":176},{"source":183,"target":27},{"source":177,"target":108},{"source":178,"target":115},{"source":4,"target":27},{"source":4,"target":184},{"source":4,"target":33},{"source":4,"target":0},{"source":27,"target":4},{"source":27,"target":185},{"source":27,"target":186},{"source":27,"target":187},{"source":27,"target":188},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":27,"target":193},{"source":27,"target":194},{"source":27,"target":195},{"source":27,"target":196},{"source":27,"target":197},{"source":27,"target":198},{"source":27,"target":199},{"source":27,"target":200},{"source":27,"target":201},{"source":27,"target":202},{"source":27,"target":203},{"source":27,"target":204},{"source":27,"target":205},{"source":27,"target":206},{"source":27,"target":207},{"source":27,"target":208},{"source":27,"target":209},{"source":27,"target":210},{"source":27,"target":211},{"source":185,"target":101},{"source":185,"target":212},{"source":185,"target":27},{"source":185,"target":213},{"source":212,"target":101},{"source":213,"target":214},{"source":213,"target":185},{"source":186,"target":101},{"source":186,"target":215},{"source":186,"target":27},{"source":186,"target":216},{"source":215,"target":101},{"source":216,"target":217},{"source":216,"target":186},{"source":187,"target":101},{"source":187,"target":218},{"source":187,"target":27},{"source":187,"target":219},{"source":187,"target":220},{"source":218,"target":101},{"source":219,"target":221},{"source":219,"target":187},{"source":220,"target":222},{"source":220,"target":187},{"source":188,"target":101},{"source":188,"target":223},{"source":188,"target":27},{"source":188,"target":224},{"source":188,"target":225},{"source":223,"target":101},{"source":224,"target":226},{"source":224,"target":188},{"source":225,"target":227},{"source":225,"target":188},{"source":189,"target":103},{"source":189,"target":228},{"source":189,"target":27},{"source":189,"target":229},{"source":228,"target":103},{"source":229,"target":230},{"source":229,"target":189},{"source":190,"target":104},{"source":190,"target":231},{"source":190,"target":27},{"source":190,"target":232},{"source":231,"target":104},{"source":232,"target":233},{"source":232,"target":190},{"source":191,"target":103},{"source":191,"target":234},{"source":191,"target":27},{"source":234,"target":103},{"source":192,"target":103},{"source":192,"target":235},{"source":192,"target":27},{"source":235,"target":103},{"source":193,"target":103},{"source":193,"target":236},{"source":193,"target":27},{"source":236,"target":103},{"source":194,"target":104},{"source":194,"target":237},{"source":194,"target":27},{"source":237,"target":104},{"source":195,"target":20},{"source":195,"target":238},{"source":195,"target":27},{"source":238,"target":20},{"source":196,"target":107},{"source":196,"target":239},{"source":196,"target":27},{"source":239,"target":107},{"source":197,"target":101},{"source":197,"target":240},{"source":197,"target":27},{"source":240,"target":101},{"source":198,"target":241},{"source":198,"target":242},{"source":198,"target":27},{"source":242,"target":241},{"source":199,"target":243},{"source":199,"target":27},{"source":200,"target":244},{"source":200,"target":27},{"source":201,"target":101},{"source":201,"target":245},{"source":201,"target":27},{"source":245,"target":101},{"source":202,"target":246},{"source":202,"target":27},{"source":202,"target":247},{"source":247,"target":248},{"source":247,"target":202},{"source":203,"target":249},{"source":203,"target":27},{"source":203,"target":250},{"source":250,"target":251},{"source":250,"target":203},{"source":204,"target":252},{"source":204,"target":27},{"source":204,"target":253},{"source":204,"target":254},{"source":252,"target":253},{"source":254,"target":255},{"source":254,"target":204},{"source":255,"target":256},{"source":256,"target":253},{"source":205,"target":257},{"source":205,"target":27},{"source":205,"target":258},{"source":205,"target":259},{"source":257,"target":258},{"source":259,"target":260},{"source":259,"target":205},{"source":260,"target":261},{"source":261,"target":258},{"source":206,"target":262},{"source":206,"target":27},{"source":206,"target":263},{"source":263,"target":264},{"source":263,"target":206},{"source":207,"target":265},{"source":207,"target":27},{"source":207,"target":266},{"source":207,"target":267},{"source":265,"target":266},{"source":267,"target":268},{"source":267,"target":207},{"source":268,"target":269},{"source":269,"target":266},{"source":208,"target":270},{"source":208,"target":27},{"source":209,"target":27},{"source":209,"target":271},{"source":271,"target":117},{"source":271,"target":272},{"source":271,"target":209},{"source":272,"target":117},{"source":210,"target":27},{"source":210,"target":273},{"source":273,"target":117},{"source":273,"target":274},{"source":273,"target":210},{"source":274,"target":117},{"source":211,"target":275},{"source":211,"target":27},{"source":184,"target":4},{"source":184,"target":27},{"source":184,"target":276},{"source":184,"target":277},{"source":276,"target":278},{"source":276,"target":184},{"source":277,"target":27},{"source":33,"target":4},{"source":33,"target":27},{"source":33,"target":279},{"source":33,"target":280},{"source":33,"target":281},{"source":33,"target":282},{"source":279,"target":283},{"source":279,"target":33},{"source":280,"target":101},{"source":280,"target":284},{"source":280,"target":33},{"source":284,"target":101},{"source":281,"target":285},{"source":281,"target":33},{"source":282,"target":27},{"source":5,"target":286},{"source":5,"target":241},{"source":5,"target":287},{"source":5,"target":288},{"source":5,"target":0},{"source":286,"target":5},{"source":286,"target":184},{"source":286,"target":33},{"source":286,"target":289},{"source":286,"target":290},{"source":286,"target":291},{"source":286,"target":292},{"source":286,"target":293},{"source":290,"target":101},{"source":290,"target":294},{"source":290,"target":286},{"source":294,"target":101},{"source":291,"target":184},{"source":292,"target":33},{"source":293,"target":289},{"source":241,"target":5},{"source":241,"target":286},{"source":241,"target":295},{"source":241,"target":296},{"source":241,"target":297},{"source":241,"target":298},{"source":241,"target":299},{"source":241,"target":300},{"source":241,"target":301},{"source":241,"target":302},{"source":295,"target":101},{"source":295,"target":303},{"source":295,"target":241},{"source":295,"target":304},{"source":303,"target":101},{"source":304,"target":305},{"source":304,"target":295},{"source":296,"target":101},{"source":296,"target":306},{"source":296,"target":241},{"source":306,"target":101},{"source":297,"target":103},{"source":297,"target":307},{"source":297,"target":241},{"source":307,"target":103},{"source":298,"target":104},{"source":298,"target":308},{"source":298,"target":241},{"source":308,"target":104},{"source":299,"target":106},{"source":299,"target":309},{"source":299,"target":241},{"source":309,"target":106},{"source":300,"target":105},{"source":300,"target":310},{"source":300,"target":241},{"source":310,"target":105},{"source":301,"target":101},{"source":301,"target":311},{"source":301,"target":241},{"source":311,"target":101},{"source":302,"target":286},{"source":287,"target":5},{"source":287,"target":286},{"source":287,"target":19},{"source":287,"target":312},{"source":287,"target":313},{"source":287,"target":314},{"source":287,"target":315},{"source":287,"target":316},{"source":312,"target":317},{"source":312,"target":287},{"source":313,"target":101},{"source":313,"target":318},{"source":313,"target":287},{"source":318,"target":101},{"source":314,"target":241},{"source":314,"target":319},{"source":314,"target":287},{"source":319,"target":241},{"source":315,"target":286},{"source":316,"target":19},{"source":288,"target":5},{"source":288,"target":286},{"source":288,"target":320},{"source":320,"target":286},{"source":6,"target":321},{"source":6,"target":58},{"source":6,"target":322},{"source":6,"target":323},{"source":6,"target":324},{"source":6,"target":325},{"source":6,"target":326},{"source":6,"target":327},{"source":6,"target":328},{"source":6,"target":329},{"source":6,"target":330},{"source":6,"target":331},{"source":6,"target":332},{"source":6,"target":333},{"source":6,"target":334},{"source":6,"target":335},{"source":6,"target":336},{"source":6,"target":337},{"source":6,"target":338},{"source":6,"target":339},{"source":6,"target":340},{"source":6,"target":341},{"source":6,"target":342},{"source":6,"target":343},{"source":6,"target":344},{"source":6,"target":345},{"source":6,"target":346},{"source":6,"target":347},{"source":6,"target":348},{"source":6,"target":349},{"source":6,"target":350},{"source":6,"target":351},{"source":6,"target":352},{"source":6,"target":353},{"source":6,"target":354},{"source":6,"target":355},{"source":6,"target":356},{"source":6,"target":0},{"source":321,"target":6},{"source":321,"target":357},{"source":321,"target":358},{"source":321,"target":359},{"source":358,"target":58},{"source":358,"target":360},{"source":358,"target":321},{"source":360,"target":58},{"source":359,"target":357},{"source":58,"target":6},{"source":58,"target":63},{"source":58,"target":25},{"source":58,"target":361},{"source":58,"target":362},{"source":58,"target":363},{"source":58,"target":364},{"source":58,"target":365},{"source":58,"target":366},{"source":361,"target":108},{"source":361,"target":367},{"source":361,"target":58},{"source":367,"target":108},{"source":362,"target":108},{"source":362,"target":368},{"source":362,"target":58},{"source":368,"target":108},{"source":363,"target":108},{"source":363,"target":369},{"source":363,"target":58},{"source":363,"target":370},{"source":369,"target":108},{"source":370,"target":371},{"source":370,"target":363},{"source":364,"target":372},{"source":364,"target":58},{"source":365,"target":63},{"source":366,"target":25},{"source":322,"target":6},{"source":322,"target":58},{"source":322,"target":373},{"source":322,"target":374},{"source":322,"target":375},{"source":322,"target":376},{"source":373,"target":323},{"source":373,"target":377},{"source":373,"target":322},{"source":377,"target":323},{"source":374,"target":378},{"source":374,"target":379},{"source":374,"target":322},{"source":379,"target":378},{"source":375,"target":58},{"source":375,"target":380},{"source":375,"target":322},{"source":380,"target":58},{"source":376,"target":58},{"source":323,"target":6},{"source":323,"target":58},{"source":323,"target":381},{"source":381,"target":58},{"source":324,"target":6},{"source":324,"target":323},{"source":324,"target":382},{"source":324,"target":383},{"source":324,"target":384},{"source":324,"target":385},{"source":382,"target":325},{"source":382,"target":386},{"source":382,"target":324},{"source":386,"target":325},{"source":383,"target":58},{"source":383,"target":387},{"source":383,"target":324},{"source":387,"target":58},{"source":384,"target":323},{"source":384,"target":388},{"source":384,"target":324},{"source":388,"target":323},{"source":385,"target":323},{"source":325,"target":6},{"source":325,"target":323},{"source":325,"target":389},{"source":389,"target":323},{"source":326,"target":6},{"source":326,"target":325},{"source":326,"target":390},{"source":326,"target":391},{"source":390,"target":327},{"source":390,"target":392},{"source":390,"target":326},{"source":392,"target":327},{"source":391,"target":325},{"source":327,"target":6},{"source":327,"target":325},{"source":327,"target":393},{"source":393,"target":325},{"source":328,"target":6},{"source":328,"target":327},{"source":328,"target":394},{"source":328,"target":395},{"source":394,"target":329},{"source":394,"target":396},{"source":394,"target":328},{"source":396,"target":329},{"source":395,"target":327},{"source":329,"target":6},{"source":329,"target":327},{"source":329,"target":397},{"source":397,"target":327},{"source":330,"target":6},{"source":330,"target":329},{"source":330,"target":398},{"source":330,"target":399},{"source":398,"target":331},{"source":398,"target":400},{"source":398,"target":330},{"source":400,"target":331},{"source":399,"target":329},{"source":331,"target":6},{"source":331,"target":329},{"source":331,"target":401},{"source":401,"target":329},{"source":332,"target":6},{"source":332,"target":331},{"source":332,"target":402},{"source":332,"target":403},{"source":402,"target":333},{"source":402,"target":404},{"source":402,"target":332},{"source":404,"target":333},{"source":403,"target":331},{"source":333,"target":6},{"source":333,"target":331},{"source":333,"target":405},{"source":405,"target":331},{"source":334,"target":6},{"source":334,"target":333},{"source":334,"target":406},{"source":334,"target":407},{"source":406,"target":335},{"source":406,"target":408},{"source":406,"target":334},{"source":408,"target":335},{"source":407,"target":333},{"source":335,"target":6},{"source":335,"target":333},{"source":335,"target":409},{"source":409,"target":333},{"source":336,"target":6},{"source":336,"target":335},{"source":336,"target":410},{"source":336,"target":411},{"source":336,"target":412},{"source":410,"target":413},{"source":410,"target":414},{"source":410,"target":336},{"source":414,"target":413},{"source":411,"target":337},{"source":411,"target":415},{"source":411,"target":336},{"source":415,"target":337},{"source":412,"target":335},{"source":337,"target":6},{"source":337,"target":335},{"source":337,"target":416},{"source":416,"target":335},{"source":338,"target":6},{"source":338,"target":60},{"source":338,"target":85},{"source":338,"target":337},{"source":338,"target":417},{"source":338,"target":418},{"source":338,"target":419},{"source":338,"target":420},{"source":417,"target":339},{"source":417,"target":421},{"source":417,"target":338},{"source":421,"target":339},{"source":418,"target":60},{"source":419,"target":85},{"source":420,"target":337},{"source":339,"target":6},{"source":339,"target":337},{"source":339,"target":422},{"source":422,"target":337},{"source":340,"target":6},{"source":340,"target":339},{"source":340,"target":423},{"source":340,"target":424},{"source":340,"target":425},{"source":423,"target":341},{"source":423,"target":426},{"source":423,"target":340},{"source":426,"target":341},{"source":424,"target":427},{"source":424,"target":428},{"source":424,"target":340},{"source":428,"target":427},{"source":425,"target":339},{"source":341,"target":6},{"source":341,"target":339},{"source":341,"target":429},{"source":429,"target":339},{"source":342,"target":6},{"source":342,"target":341},{"source":342,"target":430},{"source":342,"target":431},{"source":342,"target":432},{"source":430,"target":343},{"source":430,"target":433},{"source":430,"target":342},{"source":433,"target":343},{"source":431,"target":434},{"source":431,"target":435},{"source":431,"target":342},{"source":435,"target":434},{"source":432,"target":341},{"source":343,"target":6},{"source":343,"target":341},{"source":343,"target":436},{"source":436,"target":341},{"source":344,"target":6},{"source":344,"target":343},{"source":344,"target":437},{"source":344,"target":438},{"source":344,"target":439},{"source":437,"target":345},{"source":437,"target":440},{"source":437,"target":344},{"source":440,"target":345},{"source":438,"target":441},{"source":438,"target":442},{"source":438,"target":344},{"source":442,"target":441},{"source":439,"target":343},{"source":345,"target":6},{"source":345,"target":343},{"source":345,"target":443},{"source":443,"target":343},{"source":346,"target":6},{"source":346,"target":345},{"source":346,"target":444},{"source":346,"target":445},{"source":346,"target":446},{"source":444,"target":347},{"source":444,"target":447},{"source":444,"target":346},{"source":447,"target":347},{"source":445,"target":448},{"source":445,"target":449},{"source":445,"target":346},{"source":449,"target":448},{"source":446,"target":345},{"source":347,"target":6},{"source":347,"target":345},{"source":347,"target":450},{"source":450,"target":345},{"source":348,"target":6},{"source":348,"target":347},{"source":348,"target":451},{"source":348,"target":452},{"source":348,"target":453},{"source":451,"target":454},{"source":451,"target":455},{"source":451,"target":348},{"source":455,"target":454},{"source":452,"target":349},{"source":452,"target":456},{"source":452,"target":348},{"source":456,"target":349},{"source":453,"target":347},{"source":349,"target":6},{"source":349,"target":347},{"source":349,"target":457},{"source":457,"target":347},{"source":350,"target":6},{"source":350,"target":349},{"source":350,"target":458},{"source":350,"target":459},{"source":350,"target":460},{"source":458,"target":353},{"source":458,"target":461},{"source":458,"target":350},{"source":461,"target":353},{"source":459,"target":462},{"source":459,"target":463},{"source":459,"target":350},{"source":463,"target":462},{"source":460,"target":349},{"source":351,"target":6},{"source":351,"target":350},{"source":351,"target":464},{"source":464,"target":350},{"source":352,"target":6},{"source":352,"target":350},{"source":352,"target":465},{"source":465,"target":350},{"source":353,"target":6},{"source":353,"target":349},{"source":353,"target":466},{"source":466,"target":349},{"source":354,"target":6},{"source":354,"target":85},{"source":354,"target":60},{"source":354,"target":353},{"source":354,"target":467},{"source":354,"target":468},{"source":354,"target":469},{"source":354,"target":470},{"source":467,"target":347},{"source":467,"target":471},{"source":467,"target":354},{"source":471,"target":347},{"source":468,"target":85},{"source":469,"target":60},{"source":470,"target":353},{"source":355,"target":6},{"source":355,"target":353},{"source":355,"target":472},{"source":472,"target":353},{"source":356,"target":6},{"source":356,"target":31},{"source":356,"target":473},{"source":356,"target":474},{"source":473,"target":58},{"source":473,"target":475},{"source":473,"target":356},{"source":475,"target":58},{"source":474,"target":31},{"source":7,"target":476},{"source":7,"target":477},{"source":7,"target":478},{"source":7,"target":114},{"source":7,"target":479},{"source":7,"target":480},{"source":7,"target":481},{"source":7,"target":482},{"source":7,"target":483},{"source":7,"target":0},{"source":476,"target":7},{"source":476,"target":60},{"source":476,"target":484},{"source":484,"target":60},{"source":477,"target":7},{"source":477,"target":27},{"source":477,"target":485},{"source":477,"target":486},{"source":485,"target":476},{"source":485,"target":487},{"source":485,"target":477},{"source":487,"target":476},{"source":486,"target":27},{"source":478,"target":7},{"source":478,"target":27},{"source":478,"target":488},{"source":478,"target":489},{"source":488,"target":476},{"source":488,"target":490},{"source":488,"target":478},{"source":490,"target":476},{"source":489,"target":27},{"source":114,"target":7},{"source":114,"target":27},{"source":114,"target":491},{"source":114,"target":492},{"source":491,"target":482},{"source":491,"target":493},{"source":491,"target":114},{"source":493,"target":482},{"source":492,"target":27},{"source":479,"target":7},{"source":479,"target":476},{"source":479,"target":494},{"source":479,"target":495},{"source":494,"target":138},{"source":494,"target":496},{"source":494,"target":479},{"source":496,"target":138},{"source":495,"target":476},{"source":480,"target":7},{"source":480,"target":476},{"source":480,"target":85},{"source":480,"target":497},{"source":480,"target":498},{"source":497,"target":476},{"source":498,"target":85},{"source":481,"target":7},{"source":481,"target":476},{"source":481,"target":499},{"source":481,"target":500},{"source":499,"target":138},{"source":499,"target":501},{"source":499,"target":481},{"source":501,"target":138},{"source":500,"target":476},{"source":482,"target":7},{"source":482,"target":39},{"source":482,"target":502},{"source":482,"target":503},{"source":482,"target":504},{"source":482,"target":505},{"source":482,"target":506},{"source":502,"target":101},{"source":502,"target":507},{"source":502,"target":482},{"source":507,"target":101},{"source":503,"target":116},{"source":503,"target":508},{"source":503,"target":482},{"source":503,"target":509},{"source":508,"target":116},{"source":509,"target":27},{"source":509,"target":510},{"source":509,"target":503},{"source":510,"target":27},{"source":504,"target":108},{"source":504,"target":511},{"source":504,"target":482},{"source":504,"target":512},{"source":504,"target":513},{"source":511,"target":108},{"source":512,"target":138},{"source":512,"target":514},{"source":512,"target":504},{"source":514,"target":138},{"source":513,"target":31},{"source":513,"target":515},{"source":513,"target":504},{"source":515,"target":31},{"source":505,"target":138},{"source":505,"target":516},{"source":505,"target":482},{"source":516,"target":138},{"source":506,"target":39},{"source":483,"target":7},{"source":483,"target":476},{"source":483,"target":517},{"source":517,"target":476},{"source":8,"target":518},{"source":8,"target":289},{"source":8,"target":519},{"source":8,"target":520},{"source":8,"target":521},{"source":8,"target":522},{"source":8,"target":523},{"source":8,"target":0},{"source":518,"target":8},{"source":518,"target":33},{"source":518,"target":524},{"source":518,"target":525},{"source":518,"target":526},{"source":518,"target":527},{"source":524,"target":101},{"source":524,"target":528},{"source":524,"target":518},{"source":524,"target":529},{"source":528,"target":101},{"source":529,"target":530},{"source":529,"target":524},{"source":525,"target":101},{"source":525,"target":531},{"source":525,"target":518},{"source":531,"target":101},{"source":526,"target":184},{"source":526,"target":532},{"source":526,"target":518},{"source":532,"target":184},{"source":527,"target":33},{"source":289,"target":8},{"source":289,"target":27},{"source":289,"target":533},{"source":289,"target":534},{"source":289,"target":535},{"source":533,"target":101},{"source":533,"target":536},{"source":533,"target":289},{"source":536,"target":101},{"source":534,"target":518},{"source":534,"target":537},{"source":534,"target":289},{"source":537,"target":518},{"source":535,"target":27},{"source":519,"target":8},{"source":519,"target":518},{"source":519,"target":538},{"source":519,"target":539},{"source":538,"target":540},{"source":538,"target":541},{"source":538,"target":519},{"source":541,"target":540},{"source":539,"target":518},{"source":520,"target":8},{"source":520,"target":518},{"source":520,"target":542},{"source":520,"target":543},{"source":542,"target":101},{"source":542,"target":544},{"source":542,"target":520},{"source":544,"target":101},{"source":543,"target":518},{"source":521,"target":8},{"source":521,"target":518},{"source":521,"target":545},{"source":545,"target":518},{"source":522,"target":8},{"source":522,"target":519},{"source":522,"target":546},{"source":546,"target":519},{"source":523,"target":8},{"source":523,"target":519},{"source":523,"target":547},{"source":523,"target":548},{"source":547,"target":109},{"source":547,"target":549},{"source":547,"target":523},{"source":549,"target":109},{"source":548,"target":519},{"source":9,"target":550},{"source":9,"target":551},{"source":9,"target":552},{"source":9,"target":553},{"source":9,"target":0},{"source":550,"target":9},{"source":550,"target":27},{"source":550,"target":554},{"source":550,"target":555},{"source":554,"target":58},{"source":554,"target":556},{"source":554,"target":550},{"source":556,"target":58},{"source":555,"target":27},{"source":551,"target":9},{"source":551,"target":31},{"source":551,"target":557},{"source":551,"target":558},{"source":551,"target":559},{"source":558,"target":31},{"source":559,"target":557},{"source":552,"target":9},{"source":552,"target":85},{"source":552,"target":551},{"source":552,"target":478},{"source":552,"target":560},{"source":552,"target":561},{"source":552,"target":562},{"source":552,"target":563},{"source":560,"target":107},{"source":560,"target":564},{"source":560,"target":552},{"source":564,"target":107},{"source":561,"target":85},{"source":562,"target":551},{"source":563,"target":478},{"source":553,"target":9},{"source":553,"target":551},{"source":553,"target":565},{"source":553,"target":566},{"source":565,"target":567},{"source":565,"target":568},{"source":565,"target":553},{"source":568,"target":567},{"source":566,"target":551},{"source":10,"target":569},{"source":10,"target":567},{"source":10,"target":570},{"source":10,"target":571},{"source":10,"target":572},{"source":10,"target":573},{"source":10,"target":574},{"source":10,"target":575},{"source":10,"target":576},{"source":10,"target":577},{"source":10,"target":578},{"source":10,"target":579},{"source":10,"target":580},{"source":10,"target":581},{"source":10,"target":582},{"source":10,"target":583},{"source":10,"target":584},{"source":10,"target":585},{"source":10,"target":586},{"source":10,"target":587},{"source":10,"target":588},{"source":10,"target":0},{"source":569,"target":10},{"source":569,"target":355},{"source":569,"target":589},{"source":569,"target":590},{"source":589,"target":108},{"source":589,"target":591},{"source":589,"target":569},{"source":589,"target":592},{"source":591,"target":108},{"source":592,"target":593},{"source":592,"target":589},{"source":590,"target":355},{"source":567,"target":10},{"source":567,"target":27},{"source":567,"target":594},{"source":594,"target":27},{"source":570,"target":10},{"source":570,"target":569},{"source":570,"target":595},{"source":570,"target":596},{"source":595,"target":597},{"source":595,"target":570},{"source":596,"target":569},{"source":571,"target":10},{"source":571,"target":569},{"source":571,"target":598},{"source":571,"target":599},{"source":598,"target":600},{"source":598,"target":571},{"source":599,"target":569},{"source":572,"target":10},{"source":572,"target":569},{"source":572,"target":601},{"source":601,"target":569},{"source":573,"target":10},{"source":573,"target":572},{"source":573,"target":602},{"source":573,"target":603},{"source":602,"target":604},{"source":602,"target":573},{"source":603,"target":572},{"source":574,"target":10},{"source":574,"target":572},{"source":574,"target":605},{"source":574,"target":606},{"source":605,"target":607},{"source":605,"target":574},{"source":606,"target":572},{"source":575,"target":10},{"source":575,"target":569},{"source":575,"target":608},{"source":608,"target":569},{"source":576,"target":10},{"source":576,"target":575},{"source":576,"target":609},{"source":576,"target":610},{"source":609,"target":611},{"source":609,"target":576},{"source":610,"target":575},{"source":577,"target":10},{"source":577,"target":575},{"source":577,"target":612},{"source":577,"target":613},{"source":612,"target":614},{"source":612,"target":577},{"source":613,"target":575},{"source":578,"target":10},{"source":578,"target":569},{"source":578,"target":615},{"source":615,"target":569},{"source":579,"target":10},{"source":579,"target":578},{"source":579,"target":616},{"source":579,"target":617},{"source":616,"target":618},{"source":616,"target":579},{"source":617,"target":578},{"source":580,"target":10},{"source":580,"target":578},{"source":580,"target":619},{"source":580,"target":620},{"source":619,"target":621},{"source":619,"target":580},{"source":620,"target":578},{"source":581,"target":10},{"source":581,"target":578},{"source":581,"target":622},{"source":581,"target":623},{"source":622,"target":624},{"source":622,"target":581},{"source":623,"target":578},{"source":582,"target":10},{"source":582,"target":569},{"source":582,"target":625},{"source":625,"target":569},{"source":583,"target":10},{"source":583,"target":582},{"source":583,"target":626},{"source":583,"target":627},{"source":626,"target":628},{"source":626,"target":583},{"source":627,"target":582},{"source":584,"target":10},{"source":584,"target":582},{"source":584,"target":629},{"source":584,"target":630},{"source":629,"target":631},{"source":629,"target":584},{"source":630,"target":582},{"source":585,"target":10},{"source":585,"target":582},{"source":585,"target":632},{"source":585,"target":633},{"source":632,"target":634},{"source":632,"target":585},{"source":633,"target":582},{"source":586,"target":10},{"source":586,"target":569},{"source":586,"target":635},{"source":635,"target":569},{"source":587,"target":10},{"source":587,"target":567},{"source":587,"target":636},{"source":636,"target":567},{"source":588,"target":10},{"source":588,"target":567},{"source":588,"target":637},{"source":637,"target":567},{"source":11,"target":638},{"source":11,"target":116},{"source":11,"target":115},{"source":11,"target":639},{"source":11,"target":640},{"source":11,"target":641},{"source":11,"target":642},{"source":11,"target":643},{"source":11,"target":52},{"source":11,"target":644},{"source":11,"target":166},{"source":11,"target":0},{"source":638,"target":11},{"source":638,"target":27},{"source":638,"target":645},{"source":638,"target":646},{"source":645,"target":647},{"source":645,"target":648},{"source":645,"target":638},{"source":648,"target":647},{"source":646,"target":27},{"source":116,"target":11},{"source":116,"target":184},{"source":116,"target":649},{"source":649,"target":184},{"source":115,"target":11},{"source":115,"target":27},{"source":115,"target":650},{"source":115,"target":651},{"source":115,"target":652},{"source":115,"target":653},{"source":115,"target":654},{"source":115,"target":655},{"source":115,"target":656},{"source":115,"target":657},{"source":115,"target":658},{"source":115,"target":659},{"source":115,"target":660},{"source":115,"target":661},{"source":650,"target":101},{"source":650,"target":662},{"source":650,"target":115},{"source":650,"target":663},{"source":662,"target":101},{"source":663,"target":664},{"source":663,"target":650},{"source":651,"target":642},{"source":651,"target":665},{"source":651,"target":115},{"source":651,"target":666},{"source":665,"target":642},{"source":666,"target":667},{"source":666,"target":651},{"source":652,"target":643},{"source":652,"target":668},{"source":652,"target":115},{"source":652,"target":669},{"source":668,"target":643},{"source":669,"target":670},{"source":669,"target":652},{"source":653,"target":643},{"source":653,"target":671},{"source":653,"target":115},{"source":671,"target":643},{"source":654,"target":115},{"source":654,"target":672},{"source":672,"target":673},{"source":672,"target":654},{"source":655,"target":116},{"source":655,"target":674},{"source":655,"target":115},{"source":655,"target":675},{"source":674,"target":116},{"source":675,"target":676},{"source":675,"target":655},{"source":656,"target":642},{"source":656,"target":677},{"source":656,"target":115},{"source":656,"target":678},{"source":656,"target":679},{"source":677,"target":642},{"source":678,"target":680},{"source":678,"target":656},{"source":679,"target":681},{"source":679,"target":656},{"source":657,"target":642},{"source":657,"target":682},{"source":657,"target":115},{"source":682,"target":642},{"source":658,"target":640},{"source":658,"target":683},{"source":658,"target":115},{"source":683,"target":640},{"source":659,"target":116},{"source":659,"target":684},{"source":659,"target":115},{"source":684,"target":116},{"source":660,"target":116},{"source":660,"target":685},{"source":660,"target":115},{"source":685,"target":116},{"source":661,"target":27},{"source":639,"target":11},{"source":639,"target":109},{"source":639,"target":60},{"source":639,"target":550},{"source":639,"target":686},{"source":639,"target":687},{"source":639,"target":688},{"source":639,"target":689},{"source":686,"target":690},{"source":686,"target":639},{"source":687,"target":109},{"source":688,"target":60},{"source":689,"target":550},{"source":640,"target":11},{"source":640,"target":116},{"source":640,"target":691},{"source":640,"target":692},{"source":640,"target":114},{"source":640,"target":638},{"source":640,"target":118},{"source":640,"target":693},{"source":640,"target":694},{"source":640,"target":695},{"source":640,"target":696},{"source":640,"target":697},{"source":640,"target":698},{"source":693,"target":116},{"source":694,"target":691},{"source":695,"target":692},{"source":696,"target":114},{"source":697,"target":638},{"source":698,"target":118},{"source":641,"target":11},{"source":641,"target":116},{"source":641,"target":699},{"source":699,"target":116},{"source":642,"target":11},{"source":642,"target":116},{"source":642,"target":550},{"source":642,"target":700},{"source":642,"target":109},{"source":642,"target":118},{"source":642,"target":701},{"source":642,"target":702},{"source":642,"target":703},{"source":642,"target":704},{"source":642,"target":705},{"source":642,"target":706},{"source":701,"target":639},{"source":701,"target":707},{"source":701,"target":642},{"source":707,"target":639},{"source":702,"target":116},{"source":703,"target":550},{"source":704,"target":700},{"source":705,"target":109},{"source":706,"target":118},{"source":643,"target":11},{"source":643,"target":116},{"source":643,"target":85},{"source":643,"target":60},{"source":643,"target":114},{"source":643,"target":692},{"source":643,"target":109},{"source":643,"target":638},{"source":643,"target":118},{"source":643,"target":708},{"source":643,"target":709},{"source":643,"target":710},{"source":643,"target":711},{"source":643,"target":712},{"source":643,"target":713},{"source":643,"target":714},{"source":643,"target":715},{"source":643,"target":716},{"source":643,"target":717},{"source":643,"target":718},{"source":643,"target":719},{"source":708,"target":720},{"source":708,"target":643},{"source":708,"target":721},{"source":708,"target":722},{"source":721,"target":723},{"source":721,"target":724},{"source":721,"target":708},{"source":724,"target":723},{"source":722,"target":725},{"source":722,"target":708},{"source":709,"target":726},{"source":709,"target":643},{"source":709,"target":727},{"source":727,"target":723},{"source":727,"target":728},{"source":727,"target":709},{"source":728,"target":723},{"source":710,"target":729},{"source":710,"target":643},{"source":710,"target":730},{"source":710,"target":731},{"source":730,"target":643},{"source":730,"target":732},{"source":730,"target":710},{"source":732,"target":643},{"source":731,"target":723},{"source":731,"target":733},{"source":731,"target":710},{"source":733,"target":723},{"source":711,"target":734},{"source":711,"target":643},{"source":712,"target":116},{"source":713,"target":85},{"source":714,"target":60},{"source":715,"target":114},{"source":716,"target":692},{"source":717,"target":109},{"source":718,"target":638},{"source":719,"target":118},{"source":52,"target":11},{"source":52,"target":643},{"source":52,"target":735},{"source":735,"target":643},{"source":644,"target":11},{"source":644,"target":643},{"source":644,"target":691},{"source":644,"target":736},{"source":644,"target":737},{"source":736,"target":643},{"source":737,"target":691},{"source":166,"target":11},{"source":166,"target":109},{"source":166,"target":557},{"source":166,"target":19},{"source":166,"target":738},{"source":166,"target":739},{"source":166,"target":740},{"source":166,"target":741},{"source":738,"target":107},{"source":738,"target":742},{"source":738,"target":166},{"source":742,"target":107},{"source":739,"target":109},{"source":740,"target":557},{"source":741,"target":19},{"source":12,"target":743},{"source":12,"target":32},{"source":12,"target":118},{"source":12,"target":744},{"source":12,"target":745},{"source":12,"target":746},{"source":12,"target":747},{"source":12,"target":748},{"source":12,"target":749},{"source":12,"target":750},{"source":12,"target":540},{"source":12,"target":751},{"source":12,"target":752},{"source":12,"target":753},{"source":12,"target":754},{"source":12,"target":0},{"source":743,"target":12},{"source":743,"target":32},{"source":743,"target":755},{"source":755,"target":32},{"source":32,"target":12},{"source":32,"target":27},{"source":32,"target":756},{"source":756,"target":27},{"source":118,"target":12},{"source":118,"target":27},{"source":118,"target":757},{"source":118,"target":758},{"source":118,"target":759},{"source":118,"target":760},{"source":118,"target":761},{"source":118,"target":762},{"source":118,"target":763},{"source":118,"target":764},{"source":118,"target":765},{"source":118,"target":766},{"source":118,"target":767},{"source":118,"target":768},{"source":118,"target":769},{"source":118,"target":770},{"source":118,"target":771},{"source":757,"target":772},{"source":757,"target":118},{"source":757,"target":773},{"source":773,"target":27},{"source":773,"target":774},{"source":773,"target":757},{"source":774,"target":27},{"source":758,"target":775},{"source":758,"target":118},{"source":759,"target":118},{"source":759,"target":776},{"source":776,"target":777},{"source":776,"target":759},{"source":777,"target":778},{"source":760,"target":118},{"source":761,"target":118},{"source":762,"target":118},{"source":763,"target":743},{"source":763,"target":779},{"source":763,"target":118},{"source":779,"target":743},{"source":764,"target":118},{"source":765,"target":780},{"source":765,"target":118},{"source":765,"target":781},{"source":781,"target":782},{"source":781,"target":765},{"source":782,"target":783},{"source":766,"target":784},{"source":766,"target":118},{"source":767,"target":785},{"source":767,"target":118},{"source":768,"target":786},{"source":768,"target":118},{"source":769,"target":118},{"source":769,"target":787},{"source":787,"target":743},{"source":787,"target":788},{"source":787,"target":769},{"source":788,"target":743},{"source":770,"target":32},{"source":770,"target":789},{"source":770,"target":118},{"source":789,"target":32},{"source":771,"target":27},{"source":744,"target":12},{"source":744,"target":27},{"source":744,"target":790},{"source":744,"target":791},{"source":790,"target":743},{"source":790,"target":792},{"source":790,"target":744},{"source":792,"target":743},{"source":791,"target":27},{"source":745,"target":12},{"source":745,"target":743},{"source":745,"target":793},{"source":793,"target":743},{"source":746,"target":12},{"source":746,"target":743},{"source":746,"target":794},{"source":794,"target":743},{"source":747,"target":12},{"source":747,"target":743},{"source":747,"target":795},{"source":795,"target":743},{"source":748,"target":12},{"source":748,"target":743},{"source":748,"target":796},{"source":796,"target":743},{"source":749,"target":12},{"source":749,"target":743},{"source":749,"target":797},{"source":797,"target":743},{"source":750,"target":12},{"source":750,"target":743},{"source":750,"target":798},{"source":798,"target":743},{"source":540,"target":12},{"source":540,"target":743},{"source":540,"target":799},{"source":799,"target":743},{"source":751,"target":12},{"source":751,"target":743},{"source":751,"target":800},{"source":800,"target":743},{"source":752,"target":12},{"source":752,"target":743},{"source":752,"target":801},{"source":801,"target":743},{"source":753,"target":12},{"source":753,"target":743},{"source":753,"target":802},{"source":802,"target":743},{"source":754,"target":12},{"source":754,"target":743},{"source":754,"target":803},{"source":803,"target":743},{"source":13,"target":804},{"source":13,"target":441},{"source":13,"target":378},{"source":13,"target":413},{"source":13,"target":448},{"source":13,"target":427},{"source":13,"target":434},{"source":13,"target":454},{"source":13,"target":462},{"source":13,"target":805},{"source":13,"target":806},{"source":13,"target":807},{"source":13,"target":808},{"source":13,"target":809},{"source":13,"target":810},{"source":13,"target":811},{"source":13,"target":812},{"source":13,"target":813},{"source":13,"target":814},{"source":13,"target":815},{"source":13,"target":816},{"source":13,"target":817},{"source":13,"target":818},{"source":13,"target":819},{"source":13,"target":820},{"source":13,"target":821},{"source":13,"target":822},{"source":13,"target":823},{"source":13,"target":824},{"source":13,"target":825},{"source":13,"target":826},{"source":13,"target":827},{"source":13,"target":828},{"source":13,"target":829},{"source":13,"target":830},{"source":13,"target":831},{"source":13,"target":832},{"source":13,"target":833},{"source":13,"target":834},{"source":13,"target":0},{"source":804,"target":13},{"source":804,"target":27},{"source":804,"target":835},{"source":835,"target":27},{"source":441,"target":13},{"source":441,"target":804},{"source":441,"target":836},{"source":836,"target":804},{"source":378,"target":13},{"source":378,"target":804},{"source":378,"target":837},{"source":837,"target":804},{"source":413,"target":13},{"source":413,"target":804},{"source":413,"target":838},{"source":838,"target":804},{"source":448,"target":13},{"source":448,"target":804},{"source":448,"target":839},{"source":839,"target":804},{"source":427,"target":13},{"source":427,"target":804},{"source":427,"target":840},{"source":840,"target":804},{"source":434,"target":13},{"source":434,"target":804},{"source":434,"target":841},{"source":841,"target":804},{"source":454,"target":13},{"source":454,"target":804},{"source":454,"target":842},{"source":842,"target":804},{"source":462,"target":13},{"source":462,"target":804},{"source":462,"target":843},{"source":843,"target":804},{"source":805,"target":13},{"source":805,"target":378},{"source":805,"target":844},{"source":844,"target":378},{"source":806,"target":13},{"source":806,"target":378},{"source":806,"target":845},{"source":845,"target":378},{"source":807,"target":13},{"source":807,"target":378},{"source":807,"target":846},{"source":846,"target":378},{"source":808,"target":13},{"source":808,"target":378},{"source":808,"target":847},{"source":847,"target":378},{"source":809,"target":13},{"source":809,"target":378},{"source":809,"target":848},{"source":848,"target":378},{"source":810,"target":13},{"source":810,"target":378},{"source":810,"target":849},{"source":849,"target":378},{"source":811,"target":13},{"source":811,"target":378},{"source":811,"target":850},{"source":850,"target":378},{"source":812,"target":13},{"source":812,"target":378},{"source":812,"target":851},{"source":851,"target":378},{"source":813,"target":13},{"source":813,"target":378},{"source":813,"target":852},{"source":852,"target":378},{"source":814,"target":13},{"source":814,"target":378},{"source":814,"target":853},{"source":853,"target":378},{"source":815,"target":13},{"source":815,"target":378},{"source":815,"target":854},{"source":854,"target":378},{"source":816,"target":13},{"source":816,"target":378},{"source":816,"target":855},{"source":855,"target":378},{"source":817,"target":13},{"source":817,"target":413},{"source":817,"target":856},{"source":856,"target":413},{"source":818,"target":13},{"source":818,"target":413},{"source":818,"target":857},{"source":857,"target":413},{"source":819,"target":13},{"source":819,"target":427},{"source":819,"target":858},{"source":858,"target":427},{"source":820,"target":13},{"source":820,"target":427},{"source":820,"target":859},{"source":859,"target":427},{"source":821,"target":13},{"source":821,"target":427},{"source":821,"target":860},{"source":860,"target":427},{"source":822,"target":13},{"source":822,"target":427},{"source":822,"target":861},{"source":861,"target":427},{"source":823,"target":13},{"source":823,"target":441},{"source":823,"target":454},{"source":823,"target":862},{"source":823,"target":863},{"source":862,"target":441},{"source":863,"target":454},{"source":824,"target":13},{"source":824,"target":441},{"source":824,"target":454},{"source":824,"target":864},{"source":824,"target":865},{"source":864,"target":441},{"source":865,"target":454},{"source":825,"target":13},{"source":825,"target":448},{"source":825,"target":866},{"source":866,"target":448},{"source":826,"target":13},{"source":826,"target":448},{"source":826,"target":867},{"source":867,"target":448},{"source":827,"target":13},{"source":827,"target":448},{"source":827,"target":868},{"source":868,"target":448},{"source":828,"target":13},{"source":828,"target":454},{"source":828,"target":869},{"source":869,"target":454},{"source":829,"target":13},{"source":829,"target":462},{"source":829,"target":870},{"source":870,"target":462},{"source":830,"target":13},{"source":830,"target":454},{"source":830,"target":871},{"source":871,"target":454},{"source":831,"target":13},{"source":831,"target":462},{"source":831,"target":872},{"source":872,"target":462},{"source":832,"target":13},{"source":832,"target":434},{"source":832,"target":873},{"source":873,"target":434},{"source":833,"target":13},{"source":833,"target":434},{"source":833,"target":874},{"source":874,"target":434},{"source":834,"target":13},{"source":834,"target":434},{"source":834,"target":875},{"source":875,"target":434},{"source":14,"target":876},{"source":14,"target":692},{"source":14,"target":877},{"source":14,"target":878},{"source":14,"target":0},{"source":876,"target":14},{"source":876,"target":700},{"source":876,"target":118},{"source":876,"target":879},{"source":876,"target":880},{"source":879,"target":700},{"source":880,"target":118},{"source":692,"target":14},{"source":692,"target":27},{"source":692,"target":881},{"source":692,"target":882},{"source":881,"target":876},{"source":881,"target":883},{"source":881,"target":692},{"source":883,"target":876},{"source":882,"target":27},{"source":877,"target":14},{"source":877,"target":876},{"source":877,"target":884},{"source":884,"target":876},{"source":878,"target":14},{"source":878,"target":876},{"source":878,"target":885},{"source":885,"target":876},{"source":15,"target":31},{"source":15,"target":557},{"source":15,"target":109},{"source":15,"target":886},{"source":15,"target":887},{"source":15,"target":723},{"source":15,"target":888},{"source":15,"target":889},{"source":15,"target":890},{"source":15,"target":891},{"source":15,"target":892},{"source":15,"target":0},{"source":31,"target":15},{"source":31,"target":355},{"source":31,"target":477},{"source":31,"target":893},{"source":31,"target":894},{"source":31,"target":895},{"source":31,"target":896},{"source":31,"target":897},{"source":31,"target":898},{"source":893,"target":108},{"source":893,"target":899},{"source":893,"target":31},{"source":899,"target":108},{"source":894,"target":31},{"source":894,"target":900},{"source":894,"target":31},{"source":900,"target":31},{"source":895,"target":31},{"source":895,"target":901},{"source":895,"target":31},{"source":901,"target":31},{"source":896,"target":69},{"source":896,"target":902},{"source":896,"target":31},{"source":902,"target":69},{"source":897,"target":355},{"source":898,"target":477},{"source":557,"target":15},{"source":557,"target":27},{"source":557,"target":903},{"source":557,"target":904},{"source":557,"target":905},{"source":903,"target":108},{"source":903,"target":906},{"source":903,"target":557},{"source":906,"target":108},{"source":904,"target":58},{"source":904,"target":907},{"source":904,"target":557},{"source":907,"target":58},{"source":905,"target":27},{"source":109,"target":15},{"source":109,"target":184},{"source":109,"target":908},{"source":908,"target":184},{"source":886,"target":15},{"source":886,"target":31},{"source":886,"target":909},{"source":886,"target":910},{"source":909,"target":109},{"source":909,"target":911},{"source":909,"target":886},{"source":911,"target":109},{"source":910,"target":31},{"source":887,"target":15},{"source":887,"target":886},{"source":887,"target":912},{"source":912,"target":886},{"source":723,"target":15},{"source":723,"target":886},{"source":723,"target":557},{"source":723,"target":478},{"source":723,"target":913},{"source":723,"target":914},{"source":723,"target":915},{"source":913,"target":886},{"source":914,"target":557},{"source":915,"target":478},{"source":888,"target":15},{"source":888,"target":31},{"source":888,"target":916},{"source":916,"target":31},{"source":889,"target":15},{"source":889,"target":31},{"source":889,"target":917},{"source":889,"target":918},{"source":917,"target":149},{"source":917,"target":919},{"source":917,"target":889},{"source":919,"target":149},{"source":918,"target":31},{"source":890,"target":15},{"source":890,"target":31},{"source":890,"target":920},{"source":890,"target":921},{"source":920,"target":922},{"source":920,"target":890},{"source":921,"target":31},{"source":891,"target":15},{"source":891,"target":31},{"source":891,"target":923},{"source":891,"target":924},{"source":923,"target":567},{"source":923,"target":925},{"source":923,"target":891},{"source":925,"target":567},{"source":924,"target":31},{"source":892,"target":15},{"source":892,"target":109},{"source":892,"target":926},{"source":892,"target":927},{"source":926,"target":892},{"source":926,"target":928},{"source":926,"target":892},{"source":928,"target":892},{"source":927,"target":109},{"source":16,"target":929},{"source":16,"target":691},{"source":16,"target":930},{"source":16,"target":357},{"source":16,"target":117},{"source":16,"target":931},{"source":16,"target":932},{"source":16,"target":933},{"source":16,"target":934},{"source":16,"target":935},{"source":16,"target":936},{"source":16,"target":937},{"source":16,"target":938},{"source":16,"target":939},{"source":16,"target":940},{"source":16,"target":941},{"source":16,"target":942},{"source":16,"target":943},{"source":16,"target":944},{"source":16,"target":945},{"source":16,"target":946},{"source":16,"target":947},{"source":16,"target":948},{"source":16,"target":949},{"source":16,"target":950},{"source":16,"target":951},{"source":16,"target":952},{"source":16,"target":953},{"source":16,"target":0},{"source":929,"target":16},{"source":929,"target":27},{"source":929,"target":954},{"source":929,"target":955},{"source":954,"target":117},{"source":954,"target":956},{"source":954,"target":929},{"source":956,"target":117},{"source":955,"target":27},{"source":691,"target":16},{"source":691,"target":27},{"source":691,"target":957},{"source":691,"target":958},{"source":691,"target":959},{"source":957,"target":960},{"source":957,"target":961},{"source":957,"target":691},{"source":957,"target":962},{"source":961,"target":960},{"source":962,"target":963},{"source":962,"target":957},{"source":958,"target":117},{"source":958,"target":964},{"source":958,"target":691},{"source":964,"target":117},{"source":959,"target":27},{"source":930,"target":16},{"source":930,"target":27},{"source":930,"target":965},{"source":930,"target":966},{"source":965,"target":58},{"source":965,"target":967},{"source":965,"target":930},{"source":967,"target":58},{"source":966,"target":27},{"source":357,"target":16},{"source":357,"target":27},{"source":357,"target":968},{"source":968,"target":27},{"source":117,"target":16},{"source":117,"target":27},{"source":117,"target":969},{"source":969,"target":27},{"source":931,"target":16},{"source":931,"target":691},{"source":931,"target":970},{"source":970,"target":691},{"source":932,"target":16},{"source":932,"target":117},{"source":932,"target":930},{"source":932,"target":971},{"source":932,"target":972},{"source":932,"target":973},{"source":971,"target":58},{"source":971,"target":974},{"source":971,"target":932},{"source":974,"target":58},{"source":972,"target":117},{"source":973,"target":930},{"source":933,"target":16},{"source":933,"target":944},{"source":933,"target":975},{"source":975,"target":944},{"source":934,"target":16},{"source":934,"target":116},{"source":934,"target":117},{"source":934,"target":691},{"source":934,"target":744},{"source":934,"target":976},{"source":934,"target":977},{"source":934,"target":978},{"source":934,"target":979},{"source":976,"target":116},{"source":977,"target":117},{"source":978,"target":691},{"source":979,"target":744},{"source":935,"target":16},{"source":935,"target":691},{"source":935,"target":980},{"source":935,"target":981},{"source":980,"target":877},{"source":980,"target":982},{"source":980,"target":935},{"source":982,"target":877},{"source":981,"target":691},{"source":936,"target":16},{"source":936,"target":117},{"source":936,"target":929},{"source":936,"target":930},{"source":936,"target":983},{"source":936,"target":984},{"source":936,"target":985},{"source":936,"target":986},{"source":983,"target":117},{"source":983,"target":987},{"source":983,"target":936},{"source":987,"target":117},{"source":984,"target":117},{"source":985,"target":929},{"source":986,"target":930},{"source":937,"target":16},{"source":937,"target":944},{"source":937,"target":988},{"source":988,"target":944},{"source":938,"target":16},{"source":938,"target":931},{"source":938,"target":989},{"source":989,"target":931},{"source":939,"target":16},{"source":939,"target":953},{"source":939,"target":990},{"source":990,"target":953},{"source":940,"target":16},{"source":940,"target":117},{"source":940,"target":991},{"source":991,"target":117},{"source":941,"target":16},{"source":941,"target":117},{"source":941,"target":992},{"source":941,"target":993},{"source":992,"target":58},{"source":992,"target":994},{"source":992,"target":941},{"source":994,"target":58},{"source":993,"target":117},{"source":942,"target":16},{"source":942,"target":117},{"source":942,"target":929},{"source":942,"target":930},{"source":942,"target":995},{"source":942,"target":996},{"source":942,"target":997},{"source":942,"target":998},{"source":942,"target":999},{"source":995,"target":357},{"source":995,"target":1000},{"source":995,"target":942},{"source":1000,"target":357},{"source":996,"target":58},{"source":996,"target":1001},{"source":996,"target":942},{"source":1001,"target":58},{"source":997,"target":117},{"source":998,"target":929},{"source":999,"target":930},{"source":943,"target":16},{"source":943,"target":117},{"source":943,"target":929},{"source":943,"target":1002},{"source":943,"target":1003},{"source":943,"target":1004},{"source":943,"target":1005},{"source":1002,"target":877},{"source":1002,"target":1006},{"source":1002,"target":943},{"source":1006,"target":877},{"source":1003,"target":58},{"source":1003,"target":1007},{"source":1003,"target":943},{"source":1007,"target":58},{"source":1004,"target":117},{"source":1005,"target":929},{"source":944,"target":16},{"source":944,"target":117},{"source":944,"target":1008},{"source":944,"target":1009},{"source":1008,"target":945},{"source":1008,"target":1010},{"source":1008,"target":944},{"source":1010,"target":945},{"source":1009,"target":117},{"source":945,"target":16},{"source":945,"target":117},{"source":945,"target":929},{"source":945,"target":184},{"source":945,"target":1011},{"source":945,"target":1012},{"source":945,"target":1013},{"source":1011,"target":117},{"source":1012,"target":929},{"source":1013,"target":184},{"source":946,"target":16},{"source":946,"target":117},{"source":946,"target":1014},{"source":946,"target":1015},{"source":1014,"target":960},{"source":1014,"target":1016},{"source":1014,"target":946},{"source":1016,"target":960},{"source":1015,"target":117},{"source":947,"target":16},{"source":947,"target":931},{"source":947,"target":930},{"source":947,"target":1017},{"source":947,"target":1018},{"source":1017,"target":931},{"source":1018,"target":930},{"source":948,"target":16},{"source":948,"target":117},{"source":948,"target":1019},{"source":948,"target":1020},{"source":1019,"target":58},{"source":1019,"target":1021},{"source":1019,"target":948},{"source":1021,"target":58},{"source":1020,"target":117},{"source":949,"target":16},{"source":949,"target":117},{"source":949,"target":1022},{"source":949,"target":1023},{"source":949,"target":1024},{"source":1022,"target":931},{"source":1022,"target":1025},{"source":1022,"target":949},{"source":1025,"target":931},{"source":1023,"target":58},{"source":1023,"target":1026},{"source":1023,"target":949},{"source":1026,"target":58},{"source":1024,"target":117},{"source":950,"target":16},{"source":950,"target":117},{"source":950,"target":691},{"source":950,"target":1027},{"source":950,"target":1028},{"source":950,"target":1029},{"source":1027,"target":58},{"source":1027,"target":1030},{"source":1027,"target":950},{"source":1030,"target":58},{"source":1028,"target":117},{"source":1029,"target":691},{"source":951,"target":16},{"source":951,"target":117},{"source":951,"target":1031},{"source":951,"target":1032},{"source":1031,"target":58},{"source":1031,"target":1033},{"source":1031,"target":951},{"source":1033,"target":58},{"source":1032,"target":117},{"source":952,"target":16},{"source":952,"target":117},{"source":952,"target":691},{"source":952,"target":1034},{"source":952,"target":1035},{"source":952,"target":1036},{"source":952,"target":1037},{"source":1034,"target":935},{"source":1034,"target":1038},{"source":1034,"target":952},{"source":1038,"target":935},{"source":1035,"target":934},{"source":1035,"target":1039},{"source":1035,"target":952},{"source":1039,"target":934},{"source":1036,"target":117},{"source":1037,"target":691},{"source":953,"target":16},{"source":953,"target":117},{"source":953,"target":929},{"source":953,"target":1040},{"source":953,"target":1041},{"source":953,"target":1042},{"source":1040,"target":58},{"source":1040,"target":1043},{"source":1040,"target":953},{"source":1043,"target":58},{"source":1041,"target":117},{"source":1042,"target":929},{"source":17,"target":108},{"source":17,"target":85},{"source":17,"target":138},{"source":17,"target":131},{"source":17,"target":647},{"source":17,"target":149},{"source":17,"target":1044},{"source":17,"target":1045},{"source":17,"target":1046},{"source":17,"target":1047},{"source":17,"target":1048},{"source":17,"target":1049},{"source":17,"target":1050},{"source":17,"target":1051},{"source":17,"target":1052},{"source":17,"target":0},{"source":108,"target":17},{"source":108,"target":27},{"source":108,"target":1053},{"source":108,"target":1054},{"source":108,"target":1055},{"source":108,"target":1056},{"source":1053,"target":1057},{"source":1053,"target":108},{"source":1053,"target":1058},{"source":1053,"target":1059},{"source":1053,"target":1060},{"source":1058,"target":1061},{"source":1058,"target":1053},{"source":1059,"target":108},{"source":1059,"target":1062},{"source":1059,"target":1053},{"source":1062,"target":108},{"source":1060,"target":1063},{"source":1060,"target":1053},{"source":1054,"target":1064},{"source":1054,"target":108},{"source":1054,"target":1065},{"source":1054,"target":1066},{"source":1054,"target":1067},{"source":1065,"target":1068},{"source":1065,"target":1054},{"source":1066,"target":108},{"source":1066,"target":1069},{"source":1066,"target":1054},{"source":1069,"target":108},{"source":1067,"target":60},{"source":1067,"target":1070},{"source":1067,"target":1054},{"source":1070,"target":60},{"source":1055,"target":116},{"source":1055,"target":1071},{"source":1055,"target":108},{"source":1055,"target":1072},{"source":1071,"target":116},{"source":1072,"target":27},{"source":1072,"target":1073},{"source":1072,"target":1055},{"source":1073,"target":27},{"source":1056,"target":27},{"source":85,"target":17},{"source":85,"target":27},{"source":85,"target":1074},{"source":85,"target":1075},{"source":1074,"target":138},{"source":1074,"target":1076},{"source":1074,"target":85},{"source":1076,"target":138},{"source":1075,"target":27},{"source":138,"target":17},{"source":138,"target":27},{"source":138,"target":1077},{"source":138,"target":1078},{"source":138,"target":1079},{"source":138,"target":1080},{"source":138,"target":1081},{"source":1077,"target":108},{"source":1077,"target":1082},{"source":1077,"target":138},{"source":1082,"target":108},{"source":1078,"target":138},{"source":1078,"target":1083},{"source":1083,"target":39},{"source":1083,"target":1084},{"source":1083,"target":1078},{"source":1084,"target":39},{"source":1079,"target":108},{"source":1079,"target":1085},{"source":1079,"target":138},{"source":1079,"target":1086},{"source":1085,"target":108},{"source":1086,"target":31},{"source":1086,"target":1087},{"source":1086,"target":1079},{"source":1087,"target":31},{"source":1080,"target":131},{"source":1080,"target":1088},{"source":1080,"target":138},{"source":1088,"target":131},{"source":1081,"target":27},{"source":131,"target":17},{"source":131,"target":138},{"source":131,"target":477},{"source":131,"target":1089},{"source":131,"target":1090},{"source":131,"target":1091},{"source":1089,"target":39},{"source":1089,"target":1092},{"source":1089,"target":131},{"source":1092,"target":39},{"source":1090,"target":138},{"source":1091,"target":477},{"source":647,"target":17},{"source":647,"target":138},{"source":647,"target":33},{"source":647,"target":1093},{"source":647,"target":1094},{"source":647,"target":1095},{"source":1093,"target":131},{"source":1093,"target":1096},{"source":1093,"target":647},{"source":1096,"target":131},{"source":1094,"target":138},{"source":1095,"target":33},{"source":149,"target":17},{"source":149,"target":108},{"source":149,"target":138},{"source":149,"target":1097},{"source":149,"target":1098},{"source":149,"target":1099},{"source":149,"target":1100},{"source":1097,"target":116},{"source":1097,"target":1101},{"source":1097,"target":149},{"source":1097,"target":1102},{"source":1101,"target":116},{"source":1102,"target":27},{"source":1102,"target":1103},{"source":1102,"target":1097},{"source":1103,"target":27},{"source":1098,"target":103},{"source":1098,"target":1104},{"source":1098,"target":149},{"source":1104,"target":103},{"source":1099,"target":108},{"source":1100,"target":138},{"source":1044,"target":17},{"source":1044,"target":149},{"source":1044,"target":1105},{"source":1105,"target":149},{"source":1045,"target":17},{"source":1045,"target":149},{"source":1045,"target":1106},{"source":1106,"target":149},{"source":1046,"target":17},{"source":1046,"target":149},{"source":1046,"target":1107},{"source":1107,"target":149},{"source":1047,"target":17},{"source":1047,"target":149},{"source":1047,"target":1108},{"source":1108,"target":149},{"source":1048,"target":17},{"source":1048,"target":149},{"source":1048,"target":1109},{"source":1109,"target":149},{"source":1049,"target":17},{"source":1049,"target":149},{"source":1049,"target":1110},{"source":1110,"target":149},{"source":1050,"target":17},{"source":1050,"target":149},{"source":1050,"target":1111},{"source":1111,"target":149},{"source":1051,"target":17},{"source":1051,"target":149},{"source":1051,"target":1112},{"source":1112,"target":149},{"source":1052,"target":17},{"source":1052,"target":149},{"source":1052,"target":1113},{"source":1113,"target":149},{"source":18,"target":700},{"source":18,"target":960},{"source":18,"target":1114},{"source":18,"target":0},{"source":700,"target":18},{"source":700,"target":184},{"source":700,"target":85},{"source":700,"target":60},{"source":700,"target":109},{"source":700,"target":477},{"source":700,"target":1115},{"source":700,"target":1116},{"source":700,"target":1117},{"source":700,"target":1118},{"source":700,"target":1119},{"source":700,"target":1120},{"source":700,"target":1121},{"source":700,"target":1122},{"source":1115,"target":1123},{"source":1115,"target":700},{"source":1116,"target":117},{"source":1116,"target":1124},{"source":1116,"target":700},{"source":1116,"target":1125},{"source":1116,"target":1126},{"source":1124,"target":117},{"source":1125,"target":1127},{"source":1125,"target":1116},{"source":1126,"target":58},{"source":1126,"target":1128},{"source":1126,"target":1116},{"source":1128,"target":58},{"source":1117,"target":58},{"source":1117,"target":1129},{"source":1117,"target":700},{"source":1117,"target":1130},{"source":1117,"target":1131},{"source":1129,"target":58},{"source":1130,"target":1132},{"source":1130,"target":1117},{"source":1131,"target":58},{"source":1131,"target":1133},{"source":1131,"target":1117},{"source":1133,"target":58},{"source":1118,"target":184},{"source":1119,"target":85},{"source":1120,"target":60},{"source":1121,"target":109},{"source":1122,"target":477},{"source":960,"target":18},{"source":960,"target":700},{"source":960,"target":550},{"source":960,"target":357},{"source":960,"target":118},{"source":960,"target":1134},{"source":960,"target":1135},{"source":960,"target":1136},{"source":960,"target":1137},{"source":960,"target":1138},{"source":1134,"target":1114},{"source":1134,"target":1139},{"source":1134,"target":960},{"source":1139,"target":1114},{"source":1135,"target":700},{"source":1136,"target":550},{"source":1137,"target":357},{"source":1138,"target":118},{"source":1114,"target":18},{"source":1114,"target":109},{"source":1114,"target":60},{"source":1114,"target":550},{"source":1114,"target":1140},{"source":1114,"target":1141},{"source":1114,"target":1142},{"source":1114,"target":1143},{"source":1140,"target":1144},{"source":1140,"target":1114},{"source":1141,"target":109},{"source":1142,"target":60},{"source":1143,"target":550}],"multigraph":true}
ecore
entities
repo-ecore-all/data/EgoVanautgaerden/Testje/org.xtext.example.domainmodel/bin/org/example/domainmodel/Domainmodel.ecore
domainmodel Domainmodel elements Type name DataType Entity superType features Feature many name type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="domainmodel" nsURI="http://www.example.org/domainmodel/Domainmodel" nsPrefix="domainmodel"> <eClassifiers xsi:type="ecore:EClass" name="Domainmodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://www.example.org/domainmodel/Domainmodel","name":"domainmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domainmodel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":6,"target":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":8,"target":9},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":10},{"source":10,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":11,"target":4},{"source":11,"target":14},{"source":11,"target":4},{"source":14,"target":4},{"source":12,"target":5},{"source":12,"target":15},{"source":12,"target":4},{"source":15,"target":5},{"source":13,"target":2},{"source":5,"target":0},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":16,"target":19},{"source":16,"target":5},{"source":17,"target":20},{"source":17,"target":5},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":5},{"source":21,"target":2}],"multigraph":true}
ecore
entities
repo-ecore-all/data/rainys57/peterfriese/xtext_getting_started/tags/xtext_getting_started_1/org.xtext.example.entity/src-gen/org/xtext/example/Entity.ecore
entity Model types Type name TypeDef mappedType JAVAID name Entity superEntity attributes Attribute type many name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="entity" nsURI="http://www.xtext.org/example/Entity" nsPrefix="entity"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <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="TypeDef" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedType" eType="#//JAVAID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JAVAID"> <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="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="superEntity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"entity","nsURI":"http://www.xtext.org/example/Entity","name":"entity","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JAVAID","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superEntity","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":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":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},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":10},{"source":9,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":4},{"source":11,"target":13},{"source":11,"target":3},{"source":13,"target":4},{"source":12,"target":2},{"source":4,"target":0},{"source":4,"target":14},{"source":14,"target":15},{"source":14,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":5},{"source":19,"target":5},{"source":17,"target":6},{"source":17,"target":20},{"source":17,"target":5},{"source":20,"target":6},{"source":18,"target":2},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":21,"target":2},{"source":21,"target":24},{"source":21,"target":6},{"source":24,"target":2},{"source":22,"target":25},{"source":22,"target":6},{"source":23,"target":26},{"source":23,"target":6}],"multigraph":true}
ecore
entities
repo-ecore-all/data/tobiasg28/Uni-Zeugs-TSD/swa-lab2-generator/bin/metamodel/metamodel.ecore
metamodel Model types Type name Datatype Entity attributes Attribute name type list annotations HibernateAnnotation annotationType mappedBy unique cascade HibernateAnnotationTypes OneToMany OneToMany ManyToOne ManyToOne ManyToMany ManyToMany OneToOne OneToOne Column Column HibernateCascadeTypes NONE NONE ALL ALL
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metamodel" nsURI="http://www.example.org/metamodel" nsPrefix="metamodel"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datatype" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="list" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//HibernateAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HibernateAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationType" eType="#//HibernateAnnotationTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedBy" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cascade" eType="#//HibernateCascadeTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HibernateAnnotationTypes"> <eLiterals name="OneToMany"/> <eLiterals name="ManyToOne" value="1"/> <eLiterals name="ManyToMany" value="2"/> <eLiterals name="OneToOne" value="3"/> <eLiterals name="Column" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HibernateCascadeTypes"> <eLiterals name="NONE" literal="NONE"/> <eLiterals name="ALL" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"metamodel","nsURI":"http://www.example.org/metamodel","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HibernateAnnotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HibernateAnnotationTypes","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HibernateCascadeTypes","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"mappedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cascade","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"name":"OneToMany","id":33,"value":0,"literal":"OneToMany","eClass":"EEnumLiteral"},{"name":"ManyToOne","id":34,"value":1,"literal":"ManyToOne","eClass":"EEnumLiteral"},{"name":"ManyToMany","id":35,"value":2,"literal":"ManyToMany","eClass":"EEnumLiteral"},{"name":"OneToOne","id":36,"value":3,"literal":"OneToOne","eClass":"EEnumLiteral"},{"name":"Column","id":37,"value":4,"literal":"Column","eClass":"EEnumLiteral"},{"name":"NONE","id":38,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"ALL","id":39,"value":1,"literal":"ALL","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":9,"target":2},{"source":9,"target":10},{"source":9,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":11,"target":12},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":13},{"source":13,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":14},{"source":4,"target":15},{"source":14,"target":5},{"source":14,"target":16},{"source":14,"target":4},{"source":16,"target":5},{"source":15,"target":2},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":17,"target":21},{"source":17,"target":5},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":5},{"source":22,"target":2},{"source":19,"target":23},{"source":19,"target":5},{"source":20,"target":6},{"source":20,"target":24},{"source":20,"target":5},{"source":24,"target":6},{"source":6,"target":0},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":25,"target":7},{"source":25,"target":29},{"source":25,"target":6},{"source":29,"target":7},{"source":26,"target":5},{"source":26,"target":30},{"source":26,"target":6},{"source":30,"target":5},{"source":27,"target":31},{"source":27,"target":6},{"source":28,"target":8},{"source":28,"target":32},{"source":28,"target":6},{"source":32,"target":8},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":33,"target":7},{"source":34,"target":7},{"source":35,"target":7},{"source":36,"target":7},{"source":37,"target":7},{"source":8,"target":0},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":8},{"source":39,"target":8}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/petrinet_extendable.ecore
petrinet PetriNet name nodes arcs RefPetriNets Node name Arc name target source RefArcs RefNodes Transition Place marking Token name RefTokens
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petrinet" nsURI="http://www.emftext.org/language/petrinet" nsPrefix="petrinet"> <eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="#//RefPetriNets"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//RefNodes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//RefArcs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefPetriNets" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//RefNodes"> <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="Arc" eSuperTypes="#//RefArcs"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//RefNodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//RefNodes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefArcs" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RefNodes" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="marking" upperBound="-1" eType="#//RefTokens" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token" eSuperTypes="#//RefTokens"> <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="RefTokens" abstract="true"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"http://www.emftext.org/language/petrinet","name":"petrinet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPetriNets","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefArcs","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefNodes","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"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":"Token","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTokens","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":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":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"container":false,"ordered":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":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marking","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":6},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":6},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":5},{"source":14,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":18},{"source":3,"target":19},{"source":18,"target":20},{"source":18,"target":3},{"source":19,"target":6},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":21,"target":25},{"source":21,"target":4},{"source":22,"target":6},{"source":22,"target":26},{"source":22,"target":4},{"source":26,"target":6},{"source":23,"target":6},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":6},{"source":24,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":28},{"source":28,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":29},{"source":8,"target":30},{"source":29,"target":10},{"source":29,"target":31},{"source":29,"target":8},{"source":31,"target":10},{"source":30,"target":3},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":32},{"source":9,"target":33},{"source":32,"target":34},{"source":32,"target":9},{"source":33,"target":10},{"source":10,"target":0}],"multigraph":true}
ecore
library
repo-ecore-all/data/HansvdLaan/Viatra-Petrinet-Example/query/minilibrary/org.eclipse.viatra.examples.library/model/library.ecore
library Library address writers sumOfPages books internalRequestCount 1 requestCount someBooks Book title pages category authors Writer books firstBook scifiBooks name BookCategory Drama Drama History History Art Art SciFi SciFi
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http://www.eclipse.org/viatra/examples/library/1.0" nsPrefix="vlibrary"> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sumOfPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="get" value="EList&lt;Book> allBooks = getBooks();&#xD;&#xA;int sumOfPages = 0;&#xD;&#xA;for (Book book : allBooks) {&#xD;&#xA; sumOfPages += book.getPages();&#xD;&#xA;}&#xD;&#xA;return sumOfPages;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internalRequestCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" transient="true" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requestCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="get" value="internalRequestCount++;&#xD;&#xA;return internalRequestCount;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="someBooks" upperBound="-1" eType="#//Book" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="get" value="int count = internalRequestCount;&#xD;&#xA;java.util.List&lt;Book> someBooks = new java.util.ArrayList&lt;Book>();&#xD;&#xA;&#xD;&#xA;Book[] books = getBooks().toArray(new Book[0]);&#xD;&#xA;for (int i = 0; i &lt; books.length; i++) {&#xD;&#xA; Book book = books[i];&#xD;&#xA; if(i%count == 0) {&#xD;&#xA; someBooks.add(book);&#xD;&#xA; }&#xD;&#xA;}&#xD;&#xA;return org.eclipse.emf.common.util.ECollections.asEList(someBooks);"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" upperBound="-1" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/authors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstBook" eType="#//Book" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="get" value="EList&lt;Book> allBooks = getBooks();&#xD;&#xA;if(!allBooks.isEmpty()){&#xD;&#xA; return allBooks.get(0);&#xD;&#xA;}&#xD;&#xA;return null;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scifiBooks" upperBound="-1" eType="#//Book" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="get" value="EList&lt;Book> allBooks = getBooks();&#xD;&#xA;java.util.List&lt;Book> scifiBooks = new java.util.ArrayList&lt;Book>();&#xD;&#xA;for (Book book : allBooks) {&#xD;&#xA; if(book.getCategory().contains(org.eclipse.viatra.examples.library.BookCategory.SCI_FI)) {&#xD;&#xA; scifiBooks.add(book);&#xD;&#xA; }&#xD;&#xA;}&#xD;&#xA;return org.eclipse.emf.common.util.ECollections.asEList(scifiBooks);"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Drama"/> <eLiterals name="History" value="1"/> <eLiterals name="Art" value="2"/> <eLiterals name="SciFi" value="3"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"vlibrary","nsURI":"http://www.eclipse.org/viatra/examples/library/1.0","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sumOfPages","changeable":false,"lowerBound":0,"iD":false,"id":7,"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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"internalRequestCount","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"requestCount","changeable":false,"lowerBound":0,"iD":false,"id":10,"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":"someBooks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":11,"derived":true},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"pages","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","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":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"firstBook","changeable":false,"resolveProxies":true,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"scifiBooks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":29,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"Drama","id":35,"value":0,"literal":"Drama","eClass":"EEnumLiteral"},{"name":"History","id":36,"value":1,"literal":"History","eClass":"EEnumLiteral"},{"name":"Art","id":37,"value":2,"literal":"Art","eClass":"EEnumLiteral"},{"name":"SciFi","id":38,"value":3,"literal":"SciFi","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":1,"target":11},{"source":5,"target":12},{"source":5,"target":1},{"source":6,"target":3},{"source":6,"target":13},{"source":6,"target":1},{"source":13,"target":3},{"source":7,"target":14},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":15},{"source":8,"target":1},{"source":15,"target":2},{"source":9,"target":16},{"source":9,"target":1},{"source":10,"target":17},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":18},{"source":11,"target":1},{"source":18,"target":2},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":24},{"source":20,"target":2},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":4},{"source":22,"target":3},{"source":22,"target":26},{"source":22,"target":2},{"source":22,"target":27},{"source":26,"target":3},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":2},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":22},{"source":31,"target":2},{"source":28,"target":2},{"source":28,"target":32},{"source":28,"target":3},{"source":32,"target":2},{"source":29,"target":2},{"source":29,"target":33},{"source":29,"target":3},{"source":33,"target":2},{"source":30,"target":34},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":4},{"source":38,"target":4}],"multigraph":true}
ecore
employees
repo-ecore-all/data/eMoflon/kaleidoscope-zoo/showcase/com.kaleidoscope.usecase.showcase.xtext.EmployeeDsl/model/generated/EmployeeDsl.ecore
employeeDsl EmployeeContainer employees Employee ID name salary
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="employeeDsl" nsURI="http://www.kaleidoscope.com/usecase/showcase/xtext/EmployeeDsl" nsPrefix="employeeDsl"> <eClassifiers xsi:type="ecore:EClass" name="EmployeeContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" 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="salary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"employeeDsl","nsURI":"http://www.kaleidoscope.com/usecase/showcase/xtext/EmployeeDsl","name":"employeeDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmployeeContainer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"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":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"salary","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":5,"target":8},{"source":5,"target":2},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":10},{"source":7,"target":2}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsLRBACtia1.ecore
UML2 AssociationClass Interval ExecutionEnvironment TimeExpression TypedElement type Activity ExtensionEnd CommunicationPath Operation Collaboration Node Expression Property ActivityParameterNode Class Component Classifier CentralBufferNode DurationInterval Variable TestIdentityAction first second DataStoreNode LiteralInteger StructuredClassifier Enumeration Type Parameter PrimitiveType LiteralNull Behavior ExpansionNode Interface InformationItem OutputPin LiteralBoolean Device InstanceValue Extension Port DeploymentSpecification ProtocolStateMachine TemplateableClassifier Actor BehavioredClassifier EncapsulatedClassifier ValueSpecification Association ValuePin Artifact Stereotype Interaction LiteralUnlimitedNatural Duration Pin DataType Signal InputPin LiteralSpecification UseCase TimeInterval OpaqueExpression LiteralString ObjectNode StructuralFeature StateMachine ParameterableClassifier
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","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":"Activity","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","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":"Behavior","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","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"},{"container":false,"ordered":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":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"second","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":15},{"source":1,"target":47},{"source":1,"target":67},{"source":1,"target":68},{"source":67,"target":15},{"source":68,"target":47},{"source":2,"target":0},{"source":2,"target":46},{"source":2,"target":69},{"source":69,"target":46},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":70},{"source":70,"target":11},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":71},{"source":71,"target":46},{"source":5,"target":0},{"source":5,"target":72},{"source":72,"target":26},{"source":72,"target":73},{"source":72,"target":5},{"source":73,"target":26},{"source":6,"target":0},{"source":6,"target":30},{"source":6,"target":74},{"source":74,"target":30},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":75},{"source":75,"target":13},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":76},{"source":76,"target":47},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":77},{"source":77,"target":5},{"source":10,"target":0},{"source":10,"target":44},{"source":10,"target":24},{"source":10,"target":78},{"source":10,"target":79},{"source":78,"target":44},{"source":79,"target":24},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":80},{"source":80,"target":15},{"source":12,"target":0},{"source":12,"target":61},{"source":12,"target":81},{"source":81,"target":61},{"source":13,"target":0},{"source":13,"target":64},{"source":13,"target":82},{"source":82,"target":64},{"source":14,"target":0},{"source":14,"target":63},{"source":14,"target":83},{"source":83,"target":63},{"source":15,"target":0},{"source":15,"target":44},{"source":15,"target":45},{"source":15,"target":84},{"source":15,"target":85},{"source":84,"target":44},{"source":85,"target":45},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":86},{"source":86,"target":15},{"source":17,"target":0},{"source":17,"target":26},{"source":17,"target":87},{"source":87,"target":26},{"source":18,"target":0},{"source":18,"target":63},{"source":18,"target":88},{"source":88,"target":63},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":89},{"source":89,"target":2},{"source":20,"target":0},{"source":20,"target":5},{"source":20,"target":90},{"source":90,"target":5},{"source":21,"target":0},{"source":21,"target":91},{"source":21,"target":92},{"source":91,"target":57},{"source":91,"target":93},{"source":91,"target":21},{"source":93,"target":57},{"source":92,"target":57},{"source":92,"target":94},{"source":92,"target":21},{"source":94,"target":57},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":95},{"source":95,"target":18},{"source":23,"target":0},{"source":23,"target":58},{"source":23,"target":96},{"source":96,"target":58},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":97},{"source":97,"target":17},{"source":25,"target":0},{"source":25,"target":55},{"source":25,"target":98},{"source":98,"target":55},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":5},{"source":27,"target":99},{"source":99,"target":5},{"source":28,"target":0},{"source":28,"target":55},{"source":28,"target":100},{"source":100,"target":55},{"source":29,"target":0},{"source":29,"target":58},{"source":29,"target":101},{"source":101,"target":58},{"source":30,"target":0},{"source":30,"target":15},{"source":30,"target":102},{"source":102,"target":15},{"source":31,"target":0},{"source":31,"target":63},{"source":31,"target":103},{"source":103,"target":63},{"source":32,"target":0},{"source":32,"target":17},{"source":32,"target":104},{"source":104,"target":17},{"source":33,"target":0},{"source":33,"target":17},{"source":33,"target":105},{"source":105,"target":17},{"source":34,"target":0},{"source":34,"target":54},{"source":34,"target":106},{"source":106,"target":54},{"source":35,"target":0},{"source":35,"target":58},{"source":35,"target":107},{"source":107,"target":58},{"source":36,"target":0},{"source":36,"target":11},{"source":36,"target":108},{"source":108,"target":11},{"source":37,"target":0},{"source":37,"target":46},{"source":37,"target":109},{"source":109,"target":46},{"source":38,"target":0},{"source":38,"target":47},{"source":38,"target":110},{"source":110,"target":47},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":111},{"source":111,"target":13},{"source":40,"target":0},{"source":40,"target":49},{"source":40,"target":112},{"source":112,"target":49},{"source":41,"target":0},{"source":41,"target":65},{"source":41,"target":113},{"source":113,"target":65},{"source":42,"target":0},{"source":42,"target":17},{"source":42,"target":114},{"source":114,"target":17},{"source":43,"target":0},{"source":43,"target":17},{"source":43,"target":115},{"source":115,"target":17},{"source":44,"target":0},{"source":44,"target":17},{"source":44,"target":116},{"source":116,"target":17},{"source":45,"target":0},{"source":45,"target":24},{"source":45,"target":117},{"source":117,"target":24},{"source":46,"target":0},{"source":46,"target":5},{"source":46,"target":118},{"source":118,"target":5},{"source":47,"target":0},{"source":47,"target":17},{"source":47,"target":119},{"source":119,"target":17},{"source":48,"target":0},{"source":48,"target":57},{"source":48,"target":120},{"source":120,"target":57},{"source":49,"target":0},{"source":49,"target":17},{"source":49,"target":121},{"source":121,"target":17},{"source":50,"target":0},{"source":50,"target":15},{"source":50,"target":122},{"source":122,"target":15},{"source":51,"target":0},{"source":51,"target":30},{"source":51,"target":123},{"source":123,"target":30},{"source":52,"target":0},{"source":52,"target":58},{"source":52,"target":124},{"source":124,"target":58},{"source":53,"target":0},{"source":53,"target":46},{"source":53,"target":125},{"source":125,"target":46},{"source":54,"target":0},{"source":54,"target":63},{"source":54,"target":126},{"source":126,"target":63},{"source":55,"target":0},{"source":55,"target":17},{"source":55,"target":127},{"source":127,"target":17},{"source":56,"target":0},{"source":56,"target":17},{"source":56,"target":128},{"source":128,"target":17},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":129},{"source":129,"target":54},{"source":58,"target":0},{"source":58,"target":46},{"source":58,"target":130},{"source":130,"target":46},{"source":59,"target":0},{"source":59,"target":44},{"source":59,"target":131},{"source":131,"target":44},{"source":60,"target":0},{"source":60,"target":2},{"source":60,"target":132},{"source":132,"target":2},{"source":61,"target":0},{"source":61,"target":46},{"source":61,"target":133},{"source":133,"target":46},{"source":62,"target":0},{"source":62,"target":58},{"source":62,"target":134},{"source":134,"target":58},{"source":63,"target":0},{"source":63,"target":5},{"source":63,"target":135},{"source":135,"target":5},{"source":64,"target":0},{"source":64,"target":5},{"source":64,"target":136},{"source":136,"target":5},{"source":65,"target":0},{"source":65,"target":30},{"source":65,"target":137},{"source":137,"target":30},{"source":66,"target":0},{"source":66,"target":17},{"source":66,"target":138},{"source":138,"target":17}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/manuelleduc/xp-gemoc-concurrent/without_metamodel/languages_workbenches/gseq/fr.mleduc.gseq.model/model/gseq.ecore
gseq Program init methods startMethod Method call operations name inProgram calledBy Operation execute executedBy Print print toPrint MethodCall methodToCall BooleanExpression bvalue pretty If elseBranch thenBranch conditionIf True False Equality leftEquality rightEquality Not notExpression And leftAnd rightAnd IntegerExpression ivalue pretty Const value Var varName Assign varName assignedExpression Plus leftPlus rightPlus GreaterThan leftGreaterThan rightGreaterThan While whileCondition whileExpression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gseq" nsURI="http://mleduc.fr/gseq" nsPrefix="gseq"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eOperations name="init"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true" eOpposite="#//Method/inProgram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startMethod" lowerBound="1" eType="#//Method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eOperations name="call"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/executedBy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inProgram" lowerBound="1" eType="#//Program" eOpposite="#//Program/methods"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calledBy" upperBound="-1" eType="#//MethodCall" eOpposite="#//MethodCall/methodToCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true"> <eOperations name="execute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executedBy" eType="#//Method" eOpposite="#//Method/operations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="#//Operation"> <eOperations name="print"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toPrint" lowerBound="1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodToCall" lowerBound="1" eType="#//Method" eOpposite="#//Method/calledBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="#//Operation"> <eOperations name="bvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="pretty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBranch" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBranch" lowerBound="1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionIf" lowerBound="1" eType="#//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="False" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Equality" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftEquality" lowerBound="1" eType="#//IntegerExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightEquality" lowerBound="1" eType="#//IntegerExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="notExpression" lowerBound="1" eType="#//BooleanExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftAnd" lowerBound="1" eType="#//BooleanExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightAnd" lowerBound="1" eType="#//BooleanExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true" eSuperTypes="#//Operation"> <eOperations name="ivalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eOperations name="pretty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Const" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Var" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedExpression" lowerBound="1" eType="#//IntegerExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftPlus" lowerBound="1" eType="#//IntegerExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightPlus" lowerBound="1" eType="#//IntegerExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftGreaterThan" lowerBound="1" eType="#//IntegerExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightGreaterThan" eType="#//IntegerExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="whileCondition" eType="#//BooleanExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whileExpression" lowerBound="1" eType="#//IntegerExpression"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gseq","nsURI":"http://mleduc.fr/gseq","name":"gseq","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"False","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Const","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startMethod","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inProgram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"call","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodToCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"print","lowerBound":0,"id":38,"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":"toPrint","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"bvalue","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pretty","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBranch","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":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionIf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftEquality","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":"rightEquality","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"notExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftAnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightAnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ivalue","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pretty","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftPlus","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rightPlus","changeable":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"leftGreaterThan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightGreaterThan","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"whileExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":20,"target":1},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":21,"target":24},{"source":23,"target":2},{"source":22,"target":2},{"source":22,"target":25},{"source":22,"target":1},{"source":25,"target":2},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":24},{"source":2,"target":29},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":2},{"source":27,"target":31},{"source":30,"target":3},{"source":28,"target":32},{"source":28,"target":2},{"source":24,"target":1},{"source":24,"target":33},{"source":24,"target":2},{"source":24,"target":21},{"source":33,"target":1},{"source":29,"target":5},{"source":29,"target":34},{"source":29,"target":2},{"source":29,"target":35},{"source":34,"target":5},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":31},{"source":36,"target":3},{"source":31,"target":2},{"source":31,"target":37},{"source":31,"target":3},{"source":31,"target":27},{"source":37,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":38,"target":4},{"source":39,"target":3},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":3},{"source":40,"target":3},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":35},{"source":5,"target":42},{"source":35,"target":2},{"source":35,"target":43},{"source":35,"target":5},{"source":35,"target":29},{"source":43,"target":2},{"source":42,"target":13},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":44,"target":47},{"source":44,"target":6},{"source":45,"target":48},{"source":45,"target":6},{"source":46,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":49,"target":3},{"source":49,"target":53},{"source":49,"target":7},{"source":53,"target":3},{"source":50,"target":3},{"source":50,"target":54},{"source":50,"target":7},{"source":54,"target":3},{"source":51,"target":6},{"source":51,"target":55},{"source":51,"target":7},{"source":55,"target":6},{"source":52,"target":3},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":56},{"source":56,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":57},{"source":57,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":58,"target":13},{"source":58,"target":61},{"source":58,"target":10},{"source":61,"target":13},{"source":59,"target":13},{"source":59,"target":62},{"source":59,"target":10},{"source":62,"target":13},{"source":60,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":63},{"source":11,"target":64},{"source":63,"target":6},{"source":63,"target":65},{"source":63,"target":11},{"source":65,"target":6},{"source":64,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":66,"target":6},{"source":66,"target":69},{"source":66,"target":12},{"source":69,"target":6},{"source":67,"target":6},{"source":67,"target":70},{"source":67,"target":12},{"source":70,"target":6},{"source":68,"target":6},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":71,"target":74},{"source":71,"target":13},{"source":72,"target":75},{"source":72,"target":13},{"source":73,"target":3},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":76},{"source":14,"target":77},{"source":76,"target":78},{"source":76,"target":14},{"source":77,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":79},{"source":15,"target":80},{"source":79,"target":81},{"source":79,"target":15},{"source":80,"target":13},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":82},{"source":16,"target":83},{"source":16,"target":84},{"source":82,"target":85},{"source":82,"target":16},{"source":83,"target":13},{"source":83,"target":86},{"source":83,"target":16},{"source":86,"target":13},{"source":84,"target":3},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":87},{"source":17,"target":88},{"source":17,"target":89},{"source":87,"target":13},{"source":87,"target":90},{"source":87,"target":17},{"source":90,"target":13},{"source":88,"target":13},{"source":88,"target":91},{"source":88,"target":17},{"source":91,"target":13},{"source":89,"target":13},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":92},{"source":18,"target":93},{"source":18,"target":94},{"source":92,"target":13},{"source":92,"target":95},{"source":92,"target":18},{"source":95,"target":13},{"source":93,"target":13},{"source":93,"target":96},{"source":93,"target":18},{"source":96,"target":13},{"source":94,"target":6},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":97,"target":6},{"source":97,"target":100},{"source":97,"target":19},{"source":100,"target":6},{"source":98,"target":13},{"source":98,"target":101},{"source":98,"target":19},{"source":101,"target":13},{"source":99,"target":3}],"multigraph":true}
ecore
trace
repo-ecore-all/data/quratulain-york/epsilon/plugins/org.eclipse.epsilon.egl.dt.traceability.fine.emf/model/textlink.ecore
textlink Trace traceLinks TraceLink source destination TraceLinkEnd ModelLocation propertyName EmfModelLocation modelElement TextLocation resource region Region offset length
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="textlink" nsURI="http://www.eclipse.org/gmt/epsilon/egl/textlink" nsPrefix="textlink"> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLinks" upperBound="-1" eType="#//TraceLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ModelLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//TextLocation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLinkEnd" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ModelLocation" abstract="true" eSuperTypes="#//TraceLinkEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmfModelLocation" eSuperTypes="#//ModelLocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextLocation" eSuperTypes="#//TraceLinkEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" lowerBound="1" eType="#//Region" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"textlink","nsURI":"http://www.eclipse.org/gmt/epsilon/egl/textlink","name":"textlink","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLinkEnd","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLocation","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmfModelLocation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextLocation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traceLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":2},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":10,"target":4},{"source":10,"target":12},{"source":10,"target":2},{"source":12,"target":4},{"source":11,"target":6},{"source":11,"target":13},{"source":11,"target":2},{"source":13,"target":6},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":14},{"source":4,"target":15},{"source":14,"target":16},{"source":14,"target":4},{"source":15,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":17},{"source":5,"target":18},{"source":17,"target":19},{"source":17,"target":5},{"source":18,"target":4},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":20},{"source":6,"target":21},{"source":6,"target":22},{"source":20,"target":23},{"source":20,"target":6},{"source":21,"target":7},{"source":21,"target":24},{"source":21,"target":6},{"source":24,"target":7},{"source":22,"target":3},{"source":7,"target":0},{"source":7,"target":25},{"source":7,"target":26},{"source":25,"target":27},{"source":25,"target":7},{"source":26,"target":28},{"source":26,"target":7}],"multigraph":true}
ecore
library
repo-ecore-all/data/cbrun/acceleo-launcher-examples/website-from-aird/org.eclipse.emf.examples.library/model/extlibrary.ecore
extlibrary Book title pages 100 category author Library name writers employees borrowers stock books branches parentBranch people Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Item publicationDate Lendable copies borrowers CirculatingItem Periodical title issuesPerYear AudioVisualItem title minutesLength damaged BookOnTape reader author VideoCassette cast Borrower borrowed Person firstName lastName Employee manager Addressable address
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extlibrary" nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" nsPrefix="extlib"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" volatile="true" transient="true" derived="true" resolveProxies="false" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" volatile="true" transient="true" derived="true" resolveProxies="false" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" upperBound="-1" eType="#//Borrower" volatile="true" transient="true" derived="true" resolveProxies="false" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stock" ordered="false" upperBound="-1" eType="#//Item" resolveProxies="false" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" ordered="false" upperBound="-1" eType="#//Book" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//Library" containment="true" eOpposite="#//Library/parentBranch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentBranch" eType="#//Library" eOpposite="#//Library/branches"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="people" 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"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lendable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" ordered="false" upperBound="-1" eType="#//Borrower" eOpposite="#//Borrower/borrowed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CirculatingItem" abstract="true" eSuperTypes="#//Item #//Lendable"/> <eClassifiers xsi:type="ecore:EClass" name="Periodical" abstract="true" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issuesPerYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioVisualItem" abstract="true" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minutesLength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damaged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookOnTape" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="reader" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Writer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoCassette" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" upperBound="-1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Borrower" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowed" upperBound="-1" eType="#//Lendable" eOpposite="#//Lendable/borrowers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//Employee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Addressable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"extlib","nsURI":"http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0","name":"extlibrary","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lendable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Periodical","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioVisualItem","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookOnTape","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoCassette","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrower","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addressable","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"writers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stock","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"people","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"name":"Mystery","id":49,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":50,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":51,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issuesPerYear","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minutesLength","changeable":true,"lowerBound":1,"iD":false,"id":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":"damaged","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cast","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"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":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":1},{"source":19,"target":25},{"source":24,"target":3},{"source":20,"target":7},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":26,"target":36},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":37},{"source":27,"target":2},{"source":37,"target":3},{"source":28,"target":14},{"source":28,"target":38},{"source":28,"target":2},{"source":38,"target":14},{"source":29,"target":12},{"source":29,"target":39},{"source":29,"target":2},{"source":39,"target":12},{"source":30,"target":5},{"source":30,"target":40},{"source":30,"target":2},{"source":40,"target":5},{"source":31,"target":1},{"source":31,"target":41},{"source":31,"target":2},{"source":41,"target":1},{"source":32,"target":2},{"source":32,"target":42},{"source":32,"target":2},{"source":32,"target":33},{"source":42,"target":2},{"source":33,"target":2},{"source":33,"target":43},{"source":33,"target":2},{"source":33,"target":32},{"source":43,"target":2},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":15},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":45},{"source":3,"target":25},{"source":3,"target":46},{"source":45,"target":47},{"source":45,"target":3},{"source":25,"target":1},{"source":25,"target":48},{"source":25,"target":3},{"source":25,"target":19},{"source":48,"target":1},{"source":46,"target":13},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":49,"target":4},{"source":50,"target":4},{"source":51,"target":4},{"source":5,"target":0},{"source":5,"target":52},{"source":52,"target":53},{"source":52,"target":5},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":54,"target":56},{"source":54,"target":6},{"source":55,"target":12},{"source":55,"target":57},{"source":55,"target":6},{"source":55,"target":58},{"source":57,"target":12},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":6},{"source":7,"target":59},{"source":7,"target":60},{"source":59,"target":5},{"source":60,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":61,"target":64},{"source":61,"target":8},{"source":62,"target":65},{"source":62,"target":8},{"source":63,"target":5},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":66},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":66,"target":70},{"source":66,"target":9},{"source":67,"target":71},{"source":67,"target":9},{"source":68,"target":72},{"source":68,"target":9},{"source":69,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":73,"target":13},{"source":73,"target":76},{"source":73,"target":10},{"source":76,"target":13},{"source":74,"target":3},{"source":74,"target":77},{"source":74,"target":10},{"source":77,"target":3},{"source":75,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":78},{"source":11,"target":79},{"source":78,"target":13},{"source":78,"target":80},{"source":78,"target":11},{"source":80,"target":13},{"source":79,"target":9},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":58},{"source":12,"target":81},{"source":58,"target":6},{"source":58,"target":82},{"source":58,"target":12},{"source":58,"target":55},{"source":82,"target":6},{"source":81,"target":13},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":83,"target":86},{"source":83,"target":13},{"source":84,"target":87},{"source":84,"target":13},{"source":85,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":90,"target":14},{"source":89,"target":13},{"source":15,"target":0},{"source":15,"target":91},{"source":91,"target":92},{"source":91,"target":15}],"multigraph":true}
ecore
projectplanning
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/unicase-ls1/unicase/core/org.unicase.model.migrator/migrator/release2/release1.ecore
metamodel Project modelElements cutElements UniqueIdentifier id Default Value Literal IdentifiableElement identifier ModelElement creator creationDate ModelElementId ModelVersion releaseNumber NonDomainElement AssociationClassElement model UnicaseModelElement name description state annotations attachments leafSection incomingDocumentReferences comments appliedStereotypeInstances Annotation annotatedModelElements Attachment referringModelElements NonDomainElement Project organization OrgUnit acOrgId groupMemberships participations assignments User email firstName lastName workItemsToReview Group orgUnits task WorkItem containingWorkpackage successors predecessors assignee reviewer participants dueDate estimate effort priority resolved associatedChangePackages WorkPackage startDate endDate containedWorkItems Milestone containedModelElements ActivityType NONE <please select> ANALYSIS Analysis SYSTEM_DESIGN System Design OBJECT_DESIGN Object Design IMPLEMENTATION Implementation TESTING Testing MANAGEMENT Management Checkable checked ActionItem done activity diagram MEDiagram elements gmfdiagram newElements diagramLayout type DiagramType CLASS_DIAGRAM CLASS_DIAGRAM USECASE_DIAGRAM USECASE_DIAGRAM COMPONENT_DIAGRAM COMPONENT_DIAGRAM STATE_DIAGRAM STATE_DIAGRAM ACTIVITY_DIAGRAM ACTIVITY_DIAGRAM WORKITEM_DIAGRAM WORKITEM_DIAGRAM classes PackageElement parentPackage outgoingDependencies incomingDependencies Class subClasses superClasses outgoingAssociations incomingAssociations attributes methods participatedUseCases demoParticipations Package facadeClass containedPackageElements Association source target sourceMultiplicity 1 targetMultiplicity 1 sourceRole 1 targetRole 1 type AssociationType UNDIRECTED_ASSOCIATION Undirected Association DIRECTED_ASSOCIATION Directed Association AGGREGATION Aggregation COMPOSITION Composition Attribute definingClass signature type defaultValue properties label visibility scope VisibilityType UNDEFINED Undefined PACKAGE # PRIVATE - GLOBAL + PROTECTED ~ ScopeType INSTANCE Instance CLASS Class Method visibility scope definingClass returnType signature properties label stubbed calledMethods callingMethods arguments demoParticipations MethodArgument type defaultValue signature label direction ArgumentDirectionType UNDEFINED Undefined IN in OUT out INOUT inout Dependency source target document Section parent LeafSection modelElements referencedModelElements CompositeSection subsections requirement FunctionalRequirement storyPoints priority refiningRequirements refinedRequirement reviewed stakeholder cost useCases scenarios UseCase precondition postcondition rules exception functionalRequirements identifiedClasses includedUseCases extendedUseCases scenarios initiatingActor participatingActors useCaseSteps realizedUserTask nonFunctionalRequirements Scenario instantiatedUseCases functionalRequirements participatingMethods participatingClasses initiatingActorInstance participatingActorInstances steps nonFunctionalRequirements Actor initiatedUseCases participatedUseCases instances participatedUserTasks initiatedUserTask ActorInstance initiatedScenarios participatedScenarios instantiatedActor Step userStep includedUseCase useCase includedSystemFunction SystemFunction input output exception UserTask initiatingActor participatingActor realizingUseCases NonFunctionalRequirement restrictedUseCases restrictedScenarios rationale Issue activity proposals solution criteria Proposal issue assessments Solution underlyingProposals issue Criterion assessments Assessment proposal criterion value Comment sender recipients commentedElement change ModelChangePackage sourceVersion targetVersion MergingIssue resolvingRevision MergingProposal conflictingProposals pendingChanges MergingSolution appliedChanges bug BugReport resolution Status severity resolutionType BugStatus NEW NEW CONFIRMED CONFIRMED ASSIGNED ASSIGNED RESOLVED RESOLVED CLOSED CLOSED Severity FEATURE FEATURE TRIVIAL TRIVIAL MINOR MINOR MAJOR MAJOR BLOCKER BLOCKER ResolutionType FIXED FIXED CANNOT_REPRODUCE CANNOT_REPRODUCE WONT_FIX WONT_FIX component Component packages subsystems offeredServices consumedServices ComponentService offeringComponent consumingComponents DeploymentNode components meeting Meeting location starttime endtime facilitator minutetaker timekeeper participants sections identifiedIssuesSection identifiedWorkItemsSection MeetingSection allocatedTime 0 CompositeMeetingSection subsections IssueMeetingSection includedIssues WorkItemMeetingSection includedWorkItems state Transition condition source target StateNode outgoingTransitions incomingTransitions State exitConditions activities entryConditions StateInitial StateEnd attachment UrlAttachment url FileAttachment fileName fileHash fileID fileSize requiredOffline profile Profile affectedContainers stereotypes Stereotype required profile stereotypeInstances stereotypeAttributes StereotypeInstance stereotype modelElement stereotypeAttributeInstances StereotypeAttribute stereotype stereotypeAttributeInstances StereotypeAttributeSimple type StereotypeAttributeInstance stereotypeInstance stereotypeAttribute StereotypeAttributeInstanceString value util ModelElementPath source target path activity ActivityObject outgoingTransitions incomingTransitions Transition source target condition Activity Fork Branch ActivityInitial ActivityEnd esmodel ProjectHistory projectId versions projectName projectDescription ProjectInfo name description projectId version SessionId ServerSpace groups projects openSessions users ProjectId VersionInfo emfStoreVersionString ClientVersionInfo version name FileIdentifier versioning TagVersionSpec name DateVersionSpec date PrimaryVersionSpec identifier VersionSpec LogMessage author message date clientDate ChangePackage operations events logMessage notifications versionProperties HistoryInfo primerySpec logMessage tagSpecs versionProperties changePackage HistoryQuery source target modelElements includeChangePackage Version projectState primarySpec tagSpecs nextVersion previousVersion changes logMessage HeadVersionSpec VersionProperty name value operations AbstractOperation name description modelElementId accepted clientDate CompositeOperation subOperations mainOperation compositeName compositeDescription reversed FeatureOperation featureName CreateDeleteOperation delete modelElement subOperations eObjectToIdMap AttributeOperation oldValue newValue MultiAttributeOperation add indexes referencedValues MultiAttributeSetOperation index oldValue newValue MultiAttributeMoveOperation oldIndex newIndex referencedValue SingleReferenceOperation oldValue newValue MultiReferenceSetOperation index oldValue newValue MultiReferenceOperation add index referencedModelElements MultiReferenceMoveOperation oldIndex newIndex referencedModelElementId ReferenceOperation bidirectional oppositeFeatureName containmentType DiagramLayoutOperation OperationId OperationGroup name operations ModelElementGroup name modelElements ContainmentType NONE NONE CONTAINER CONTAINER CONTAINMENT CONTAINMENT EObjectToModelElementIdMap java.util.Map$Entry java.util.Map$Entry key value semantic SemanticCompositeOperation events Event timestamp ReadEvent modelElement sourceView readView MergeEvent numberOfConflicts totalTime baseVersion targetVersion localChanges CheckoutEvent baseVersion ExceptionEvent ExceptionTitle ExceptionStackTrace ExceptionCauseTitle ExceptionCauseStackTrace PluginStartEvent pluginId UpdateEvent baseVersion targetVersion AnnotationEvent annotatedElement annotation RevertEvent revertedChangesCount ShowHistoryEvent sourceVersion targetVersion modelElement PerspectiveEvent DNDEvent sourceView targetView dragSourceElement dropTargetElement LinkEvent sourceView sourceElement targetElement createdNew TraceEvent sourceElement targetElement featureName NavigatorCreateEvent createdElement sourceSection dynamic PluginFocusEvent pluginId startDate PresentationSwitchEvent readView newPresentation UndoEvent operation Validate ShowChangesEvent sourceVersion targetVersion NotificationReadEvent notificationId NotificationGenerationEvent notifications NotificationIgnoreEvent notificationId URLEvent sourceModelElement sourceView sourceURL MergeChoiceEvent myAcceptedChanges theirRejectedChanges contextModelElement selection contextFeature createdIssueName MergeChoiceSelection Mine Mine Their Their Issue Issue MergedText MergedText MergeGlobalChoiceEvent selection MergeGlobalChoiceSelection AllMine AllMine AllTheir AllTheir Cancel Cancel OKNotFinished OKNotFinished OKFinished OKFinished server ServerEvent ServerProjectEvent projectId ProjectUpdatedEvent newVersion accesscontrol ACUser firstName lastName ACOrgUnit getId name roles description properties ACGroup members ACOrgUnitId OrgUnitProperty name value project roles Role canAdministrate projectId canCreate projectId modelElement canDelete projectId modelElement canModify projectId modelElement canRead projectId modelElement projects ReaderRole WriterRole ProjectAdminRole ServerAdmin notification ESNotification name message details seen creationDate provider sender recipient project relatedModelElements relatedOperations url ServerUrl hostName port ProjectUrlFragment name projectId ModelElementUrlFragment name modelElementId ModelElementUrl serverUrl projectUrlFragment modelElementUrlFragment
<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="metamodel" nsURI="http://unicase.org/metamodel" nsPrefix="org.unicase.metamodel"> <eAnnotations source="http://www.cs.tum.edu/cope"> <details key="historyURI" value="../../../resource/org.unicase.model/model/model.history"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" ordered="false" upperBound="-1" eType="#/0/ModelElement" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cutElements" upperBound="-1" eType="#/0/ModelElement" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueIdentifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Default Value Literal&#x9;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ModelVersion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="releaseNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonDomainElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassElement" abstract="true" interface="true"/> </ecore:EPackage> <ecore:EPackage name="model" nsURI="http://unicase.org/model" nsPrefix="org.unicase.model"> <eClassifiers xsi:type="ecore:EClass" name="UnicaseModelElement" abstract="true" eSuperTypes="#/0/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#/1/Annotation" eOpposite="#/1/Annotation/annotatedModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="100.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1" eType="#/1/Attachment" eOpposite="#/1/Attachment/referringModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="101.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="leafSection" eType="#/1/document/LeafSection" eOpposite="#/1/document/LeafSection/modelElements" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingDocumentReferences" upperBound="-1" eType="#/1/document/LeafSection" eOpposite="#/1/document/LeafSection/referencedModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="102.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#/1/rationale/Comment" containment="true" eOpposite="#/1/rationale/Comment/commentedElement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedStereotypeInstances" upperBound="-1" eType="#/1/profile/StereotypeInstance" containment="true" eOpposite="#/1/profile/StereotypeInstance/modelElement" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/annotations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="90.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attachment" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referringModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/attachments" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonDomainElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#/0/Project"/> <eSubpackages name="organization" nsURI="http://unicase.org/model/organization" nsPrefix="org.unicase.model.organization"> <eClassifiers xsi:type="ecore:EClass" name="OrgUnit" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acOrgId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupMemberships" upperBound="-1" eType="#/1/organization/Group" eOpposite="#/1/organization/Group/orgUnits" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participations" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/participants" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignments" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/assignee" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#/1/organization/OrgUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="workItemsToReview" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/reviewer" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#/1/organization/OrgUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="orgUnits" upperBound="-1" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/groupMemberships" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.5"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="task" nsURI="http://unicase.org/model/task" nsPrefix="org.unicase.model.task"> <eClassifiers xsi:type="ecore:EClass" name="WorkItem" abstract="true" interface="true" eSuperTypes="#/1/Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="containingWorkpackage" eType="#/1/task/WorkPackage" eOpposite="#/1/task/WorkPackage/containedWorkItems" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="successors" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/predecessors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessors" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/successors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/assignments" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewer" eType="#/1/organization/User" eOpposite="#/1/organization/User/workItemsToReview" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/participations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dueDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="18.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="19.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedChangePackages" upperBound="-1" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkPackage" eSuperTypes="#/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedWorkItems" upperBound="-1" eType="#/1/task/WorkItem" containment="true" eOpposite="#/1/task/WorkItem/containingWorkpackage" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivityType"> <eLiterals name="NONE" literal="&lt;please select>"/> <eLiterals name="ANALYSIS" value="1" literal="Analysis"/> <eLiterals name="SYSTEM_DESIGN" value="2" literal="System Design"/> <eLiterals name="OBJECT_DESIGN" value="3" literal="Object Design"/> <eLiterals name="IMPLEMENTATION" value="4" literal="Implementation"/> <eLiterals name="TESTING" value="5" literal="Testing"/> <eLiterals name="MANAGEMENT" value="6" literal="Management"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Checkable" abstract="true" interface="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionItem" eSuperTypes="#/1/task/WorkItem #/1/task/Checkable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="done" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="17.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activity" eType="#/1/task/ActivityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="diagram" nsURI="http://unicase.org/model/diagram" nsPrefix="org.unicase.model.diagram"> <eClassifiers xsi:type="ecore:EClass" name="MEDiagram" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gmfdiagram" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newElements" upperBound="-1" eType="#/1/UnicaseModelElement" transient="true" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diagramLayout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#/1/diagram/DiagramType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DiagramType"> <eLiterals name="CLASS_DIAGRAM" literal="CLASS_DIAGRAM"/> <eLiterals name="USECASE_DIAGRAM" value="1" literal="USECASE_DIAGRAM"/> <eLiterals name="COMPONENT_DIAGRAM" value="2" literal="COMPONENT_DIAGRAM"/> <eLiterals name="STATE_DIAGRAM" value="3" literal="STATE_DIAGRAM"/> <eLiterals name="ACTIVITY_DIAGRAM" value="4" literal="ACTIVITY_DIAGRAM"/> <eLiterals name="WORKITEM_DIAGRAM" value="5" literal="WORKITEM_DIAGRAM"/> </eClassifiers> </eSubpackages> <eSubpackages name="classes" nsURI="http://unicase.org/model/classes" nsPrefix="org.unicase.model.classes"> <eClassifiers xsi:type="ecore:EClass" name="PackageElement" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentPackage" eType="#/1/classes/Package" eOpposite="#/1/classes/Package/containedPackageElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingDependencies" upperBound="-1" eType="#/1/classes/Dependency" eOpposite="#/1/classes/Dependency/source" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingDependencies" upperBound="-1" eType="#/1/classes/Dependency" eOpposite="#/1/classes/Dependency/target" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#/1/classes/PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/superClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="22.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/subClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingAssociations" upperBound="-1" eType="#/1/classes/Association" eOpposite="#/1/classes/Association/source" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingAssociations" upperBound="-1" eType="#/1/classes/Association" eOpposite="#/1/classes/Association/target" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#/1/classes/Attribute" containment="true" eOpposite="#/1/classes/Attribute/definingClass" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="23.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#/1/classes/Method" containment="true" eOpposite="#/1/classes/Method/definingClass" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="24.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/identifiedClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="demoParticipations" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#/1/classes/PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="facadeClass" eType="#/1/classes/Class" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedPackageElements" upperBound="-1" eType="#/1/classes/PackageElement" containment="true" eOpposite="#/1/classes/PackageElement/parentPackage" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/outgoingAssociations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/incomingAssociations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#/1/classes/AssociationType" defaultValueLiteral=""> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssociationType"> <eLiterals name="UNDIRECTED_ASSOCIATION" literal="Undirected Association"/> <eLiterals name="DIRECTED_ASSOCIATION" value="1" literal="Directed Association"/> <eLiterals name="AGGREGATION" value="2" literal="Aggregation"/> <eLiterals name="COMPOSITION" value="3" literal="Composition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingClass" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/attributes" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" 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="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="15.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="16.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#/1/classes/VisibilityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#/1/classes/ScopeType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityType"> <eLiterals name="UNDEFINED" literal="Undefined"/> <eLiterals name="PACKAGE" value="1" literal="#"/> <eLiterals name="PRIVATE" value="2" literal="-"/> <eLiterals name="GLOBAL" value="3" literal="+"/> <eLiterals name="PROTECTED" value="4" literal="~"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeType"> <eLiterals name="INSTANCE" value="1" literal="Instance"/> <eLiterals name="CLASS" value="2" literal="Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#/1/classes/VisibilityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#/1/classes/ScopeType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="definingClass" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/methods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="15.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stubbed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calledMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/callingMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="callingMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/calledMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.2"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/classes/MethodArgument" containment="true" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="demoParticipations" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodArgument" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" unique="false" 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="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#/1/classes/ArgumentDirectionType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArgumentDirectionType"> <eLiterals name="UNDEFINED" literal="Undefined"/> <eLiterals name="IN" value="1" literal="in"/> <eLiterals name="OUT" value="2" literal="out"/> <eLiterals name="INOUT" value="3" literal="inout"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/classes/PackageElement" eOpposite="#/1/classes/PackageElement/outgoingDependencies" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/classes/PackageElement" eOpposite="#/1/classes/PackageElement/incomingDependencies" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="document" nsURI="http://unicase.org/model/document" nsPrefix="org.unicase.model.document"> <eClassifiers xsi:type="ecore:EClass" name="Section" abstract="true" interface="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#/1/document/CompositeSection" eOpposite="#/1/document/CompositeSection/subsections" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeafSection" eSuperTypes="#/1/document/Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/1/UnicaseModelElement" containment="true" eOpposite="#/1/UnicaseModelElement/leafSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/incomingDocumentReferences" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeSection" eSuperTypes="#/1/document/Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsections" upperBound="-1" eType="#/1/document/Section" containment="true" eOpposite="#/1/document/Section/parent" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="requirement" nsURI="http://unicase.org/model/requirement" nsPrefix="org.unicase.model.requirement"> <eClassifiers xsi:type="ecore:EClass" name="FunctionalRequirement" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storyPoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refiningRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" containment="true" eOpposite="#/1/requirement/FunctionalRequirement/refinedRequirement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedRequirement" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/refiningRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholder" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/functionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/functionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postcondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/useCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/participatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="includedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/instantiatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/initiatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActors" upperBound="-1" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/participatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="useCaseSteps" upperBound="-1" eType="#/1/requirement/Step" containment="true" eOpposite="#/1/requirement/Step/useCase" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedUserTask" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/realizingUseCases" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nonFunctionalRequirements" upperBound="-1" eType="#/1/requirement/NonFunctionalRequirement" eOpposite="#/1/requirement/NonFunctionalRequirement/restrictedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scenario" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/scenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/scenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/demoParticipations" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/demoParticipations" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActorInstance" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/initiatedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActorInstances" upperBound="-1" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/participatedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#/1/requirement/Step" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nonFunctionalRequirements" upperBound="-1" eType="#/1/requirement/NonFunctionalRequirement" eOpposite="#/1/requirement/NonFunctionalRequirement/restrictedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/initiatingActor" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/participatingActors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/instantiatedActor" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUserTasks" upperBound="-1" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/participatingActor" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedUserTask" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/initiatingActor" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorInstance" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/initiatingActorInstance" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingActorInstances" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/instances" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userStep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedUseCase" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCase" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/useCaseSteps" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedSystemFunction" eType="#/1/requirement/SystemFunction" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemFunction" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserTask" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/initiatedUserTask" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActor" upperBound="-1" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/participatedUserTasks" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizingUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/realizedUserTask" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonFunctionalRequirement" eSuperTypes="#/1/rationale/Criterion"> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/nonFunctionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.2"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/nonFunctionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="rationale" nsURI="http://unicase.org/model/rationale" nsPrefix="org.unicase.model.rationale"> <eClassifiers xsi:type="ecore:EClass" name="Issue" eSuperTypes="#/1/Annotation #/1/task/Checkable #/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activity" eType="#/1/task/ActivityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="proposals" upperBound="-1" eType="#/1/rationale/Proposal" containment="true" eOpposite="#/1/rationale/Proposal/issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="solution" eType="#/1/rationale/Solution" containment="true" eOpposite="#/1/rationale/Solution/issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="criteria" upperBound="-1" eType="#/1/rationale/Criterion" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="22.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proposal" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="issue" eType="#/1/rationale/Issue" eOpposite="#/1/rationale/Issue/proposals" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assessments" upperBound="-1" eType="#/1/rationale/Assessment" containment="true" eOpposite="#/1/rationale/Assessment/proposal" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Solution" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingProposals" upperBound="-1" eType="#/1/rationale/Proposal" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="issue" eType="#/1/rationale/Issue" eOpposite="#/1/rationale/Issue/solution" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Criterion" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assessments" upperBound="-1" eType="#/1/rationale/Assessment" eOpposite="#/1/rationale/Assessment/criterion" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assessment" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="proposal" eType="#/1/rationale/Proposal" eOpposite="#/1/rationale/Proposal/assessments" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="criterion" eType="#/1/rationale/Criterion" eOpposite="#/1/rationale/Criterion/assessments" eKeys="#/0/IdentifiableElement/identifier"/> <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="Comment" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sender" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recipients" upperBound="-1" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentedElement" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/comments" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="change" nsURI="http://unicase.org/model/change" nsPrefix="org.unicase.model.rationale"> <eClassifiers xsi:type="ecore:EClass" name="ModelChangePackage" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingIssue" eSuperTypes="#/1/rationale/Issue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolvingRevision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingProposal" eSuperTypes="#/1/rationale/Proposal"> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictingProposals" upperBound="-1" eType="#/1/change/MergingProposal" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pendingChanges" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingSolution" eSuperTypes="#/1/rationale/Solution"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedChanges" upperBound="-1" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="bug" nsURI="http://unicase.org/model/bug" nsPrefix="org.unicase.model.bug"> <eClassifiers xsi:type="ecore:EClass" name="BugReport" eSuperTypes="#/1/task/WorkItem #/1/task/Checkable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="16.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Status" eType="#/1/bug/BugStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#/1/bug/Severity"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionType" eType="#/1/bug/ResolutionType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="17.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BugStatus"> <eLiterals name="NEW" literal="NEW"/> <eLiterals name="CONFIRMED" value="1" literal="CONFIRMED"/> <eLiterals name="ASSIGNED" value="2" literal="ASSIGNED"/> <eLiterals name="RESOLVED" value="3" literal="RESOLVED"/> <eLiterals name="CLOSED" value="4" literal="CLOSED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Severity"> <eLiterals name="FEATURE" literal="FEATURE"/> <eLiterals name="TRIVIAL" value="1" literal="TRIVIAL"/> <eLiterals name="MINOR" value="2" literal="MINOR"/> <eLiterals name="MAJOR" value="3" literal="MAJOR"/> <eLiterals name="BLOCKER" value="4" literal="BLOCKER"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResolutionType"> <eLiterals name="FIXED" literal="FIXED"/> <eLiterals name="CANNOT_REPRODUCE" value="1" literal="CANNOT_REPRODUCE"/> <eLiterals name="WONT_FIX" value="2" literal="WONT_FIX"/> </eClassifiers> </eSubpackages> <eSubpackages name="component" nsURI="http://unicase.org/model/component" nsPrefix="org.unicase.model.component"> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#/1/classes/Package" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystems" upperBound="-1" eType="#/1/classes/Package" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServices" upperBound="-1" eType="#/1/component/ComponentService" containment="true" eOpposite="#/1/component/ComponentService/offeringComponent" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consumedServices" upperBound="-1" eType="#/1/component/ComponentService" eOpposite="#/1/component/ComponentService/consumingComponents" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentService" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeringComponent" eType="#/1/component/Component" eOpposite="#/1/component/Component/offeredServices" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="consumingComponents" upperBound="-1" eType="#/1/component/Component" eOpposite="#/1/component/Component/consumedServices" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeploymentNode" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#/1/component/Component" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="meeting" nsURI="http://unicase.org/model/meeting" nsPrefix="org.unicase.model.meeting"> <eClassifiers xsi:type="ecore:EClass" name="Meeting" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="starttime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endtime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facilitator" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="minutetaker" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timekeeper" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#/1/meeting/MeetingSection" containment="true" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedIssuesSection" eType="#/1/meeting/IssueMeetingSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedWorkItemsSection" eType="#/1/meeting/WorkItemMeetingSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeetingSection" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allocatedTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsections" upperBound="-1" eType="#/1/meeting/MeetingSection" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IssueMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedIssues" upperBound="-1" eType="#/1/rationale/Issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkItemMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedWorkItems" upperBound="-1" eType="#/1/task/WorkItem" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="state" nsURI="http://unicase.org/model/state" nsPrefix="org.unicase.model.state"> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/state/StateNode" eOpposite="#/1/state/StateNode/outgoingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/state/StateNode" eOpposite="#/1/state/StateNode/incomingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateNode" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#/1/state/Transition" eOpposite="#/1/state/Transition/source" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#/1/state/Transition" eOpposite="#/1/state/Transition/target" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#/1/state/StateNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitConditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activities" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryConditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateInitial" eSuperTypes="#/1/state/StateNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateEnd" eSuperTypes="#/1/state/StateNode"/> </eSubpackages> <eSubpackages name="attachment" nsURI="http://unicase.org/model/attachment" nsPrefix="org.unicase.model.attachment"> <eClassifiers xsi:type="ecore:EClass" name="UrlAttachment" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileAttachment" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileHash" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredOffline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </eSubpackages> <eSubpackages name="profile" nsURI="http://unicase.org/model/profile" nsPrefix="org.unicase.model.profile"> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="affectedContainers" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" upperBound="-1" eType="#/1/profile/Stereotype" containment="true" eOpposite="#/1/profile/Stereotype/profile" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="profile" eType="#/1/profile/Profile" eOpposite="#/1/profile/Profile/stereotypes" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeInstances" upperBound="-1" eType="#/1/profile/StereotypeInstance" eOpposite="#/1/profile/StereotypeInstance/stereotype" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributes" upperBound="-1" eType="#/1/profile/StereotypeAttribute" containment="true" eOpposite="#/1/profile/StereotypeAttribute/stereotype" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeInstance" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="#/1/profile/Stereotype" eOpposite="#/1/profile/Stereotype/stereotypeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/appliedStereotypeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributeInstances" upperBound="-1" eType="#/1/profile/StereotypeAttributeInstance" containment="true" eOpposite="#/1/profile/StereotypeAttributeInstance/stereotypeInstance" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttribute" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="#/1/profile/Stereotype" eOpposite="#/1/profile/Stereotype/stereotypeAttributes" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributeInstances" upperBound="-1" eType="#/1/profile/StereotypeAttributeInstance" eOpposite="#/1/profile/StereotypeAttributeInstance/stereotypeAttribute" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttributeSimple" eSuperTypes="#/1/profile/StereotypeAttribute"> <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="StereotypeAttributeInstance" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeInstance" eType="#/1/profile/StereotypeInstance" eOpposite="#/1/profile/StereotypeInstance/stereotypeAttributeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttribute" eType="#/1/profile/StereotypeAttribute" eOpposite="#/1/profile/StereotypeAttribute/stereotypeAttributeInstances" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttributeInstanceString" eSuperTypes="#/1/profile/StereotypeAttributeInstance"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="util" nsURI="http://unicase.org/model/util" nsPrefix="org.unicase.model.util"> <eClassifiers xsi:type="ecore:EClass" name="ModelElementPath"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="activity" nsURI="http://unicase.org/model/activity" nsPrefix="org.unicase.model.activity"> <eClassifiers xsi:type="ecore:EClass" name="ActivityObject" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#/1/activity/Transition" eOpposite="#/1/activity/Transition/source" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#/1/activity/Transition" eOpposite="#/1/activity/Transition/target" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/activity/ActivityObject" eOpposite="#/1/activity/ActivityObject/outgoingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/activity/ActivityObject" eOpposite="#/1/activity/ActivityObject/incomingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="Fork" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityInitial" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEnd" eSuperTypes="#/1/activity/ActivityObject"/> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="esmodel" nsURI="http://unicase.org/emfstore/esmodel" nsPrefix="org.unicase.emfstore.esmodel"> <eClassifiers xsi:type="ecore:EClass" name="ProjectHistory"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1" upperBound="-1" eType="#/2/versioning/Version" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectInfo"> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" lowerBound="1" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SessionId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ServerSpace"> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#/2/accesscontrol/ACGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#/2/ProjectHistory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openSessions" upperBound="-1" eType="#/2/SessionId" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#/2/accesscontrol/ACUser" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="VersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emfStoreVersionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientVersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileIdentifier" eSuperTypes="#/0/IdentifiableElement"/> <eSubpackages name="versioning" nsURI="http://unicase.org/esmodel/versioning" nsPrefix="org.unicase.emfstore.esmodel.versioning"> <eClassifiers xsi:type="ecore:EClass" name="TagVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <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="DateVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionSpec" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LogMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangePackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#/2/versioning/events/Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#/2/versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#/2/notification/ESNotification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#/2/versioning/VersionProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="primerySpec" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" lowerBound="1" eType="#/2/versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#/2/versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#/2/versioning/VersionProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changePackage" eType="#/2/versioning/ChangePackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeChangePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectState" eType="#/0/Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#/2/versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#/2/versioning/Version" eOpposite="#/2/versioning/Version/previousVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#/2/versioning/Version" eOpposite="#/2/versioning/Version/nextVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changes" eType="#/2/versioning/ChangePackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#/2/versioning/LogMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeadVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"/> <eClassifiers xsi:type="ecore:EClass" name="VersionProperty"> <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> <eSubpackages name="operations" nsURI="http://unicase.org/esmodel/versioning/operations" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations"> <eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accepted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeOperation" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainOperation" eType="#/2/versioning/operations/AbstractOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reversed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" abstract="true" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateDeleteOperation" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#/2/versioning/operations/ReferenceOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eObjectToIdMap" upperBound="-1" eType="#/2/versioning/operations/EObjectToModelElementIdMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValues" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeSetOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeMoveOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValue" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleReferenceOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceSetOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceMoveOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElementId" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceOperation" abstract="true" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oppositeFeatureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentType" eType="#/2/versioning/operations/ContainmentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLayoutOperation" eSuperTypes="#/2/versioning/operations/AttributeOperation"/> <eClassifiers xsi:type="ecore:EClass" name="OperationId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OperationGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/0/ModelElementId"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContainmentType"> <eLiterals name="NONE"/> <eLiterals name="CONTAINER" value="1"/> <eLiterals name="CONTAINMENT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObjectToModelElementIdMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eSubpackages name="semantic" nsURI="http://unicase.org/esmodel/versioning/operations/semantic" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations.semantic"> <eClassifiers xsi:type="ecore:EClass" name="SemanticCompositeOperation" abstract="true" eSuperTypes="#/2/versioning/operations/CompositeOperation"/> </eSubpackages> </eSubpackages> <eSubpackages name="events" nsURI="http://unicase.org/esmodel/versioning/events" nsPrefix="org.unicase.emfstore.esmodel.versioning.events"> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfConflicts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localChanges" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckoutEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginStartEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RevertEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revertedChangesCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowHistoryEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerspectiveEvent" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="DNDEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dragSourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropTargetElement" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigatorCreateEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="createdElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceSection" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginFocusEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationSwitchEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newPresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UndoEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ShowChangesEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationReadEvent" eSuperTypes="#/2/versioning/events/ReadEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationGenerationEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#/2/notification/ESNotification" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationIgnoreEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceModelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceURL" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeChoiceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="myAcceptedChanges" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theirRejectedChanges" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextModelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#/2/versioning/events/MergeChoiceSelection"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdIssueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeChoiceSelection"> <eLiterals name="Mine"/> <eLiterals name="Their" value="1"/> <eLiterals name="Issue" value="2" literal="Issue"/> <eLiterals name="MergedText" value="3" literal="MergedText"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeGlobalChoiceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#/2/versioning/events/MergeGlobalChoiceSelection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeGlobalChoiceSelection"> <eLiterals name="AllMine" literal="AllMine"/> <eLiterals name="AllTheir" value="1" literal="AllTheir"/> <eLiterals name="Cancel" value="2"/> <eLiterals name="OKNotFinished" value="3" literal="OKNotFinished"/> <eLiterals name="OKFinished" value="4" literal="OKFinished"/> </eClassifiers> <eSubpackages name="server" nsURI="http://unicase.org/esmodel/versioning/events/server/" nsPrefix="org.unicase.esmodel.versioning.events.server"> <eClassifiers xsi:type="ecore:EClass" name="ServerEvent" abstract="true" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ServerProjectEvent" abstract="true" eSuperTypes="#/2/versioning/events/server/ServerEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUpdatedEvent" eSuperTypes="#/2/versioning/events/server/ServerProjectEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="newVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> <eSubpackages name="accesscontrol" nsURI="http://unicase.org/esmodel/accesscontrol" nsPrefix="org.unicase.accesscontrol"> <eClassifiers xsi:type="ecore:EClass" name="ACUser" eSuperTypes="#/2/accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnit" eSuperTypes="#/0/IdentifiableElement"> <eOperations name="getId" eType="#/2/accesscontrol/ACOrgUnitId"/> <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="roles" upperBound="-1" eType="#/2/accesscontrol/roles/Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#/2/accesscontrol/OrgUnitProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACGroup" eSuperTypes="#/2/accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#/2/accesscontrol/ACOrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnitId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OrgUnitProperty"> <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="project" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eSubpackages name="roles" nsURI="http://unicase.org/esmodel/accesscontrol/roles" nsPrefix="org.unicase.accesscontrol.roles"> <eClassifiers xsi:type="ecore:EClass" name="Role" abstract="true"> <eOperations name="canAdministrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> </eOperations> <eOperations name="canCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canModify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReaderRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="WriterRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ProjectAdminRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ServerAdmin" eSuperTypes="#/2/accesscontrol/roles/Role"/> </eSubpackages> </eSubpackages> <eSubpackages name="notification" nsURI="http://unicase.org/esmodel/notification" nsPrefix="org.unicase.notification"> <eClassifiers xsi:type="ecore:EClass" name="ESNotification" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="details" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recipient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedModelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedOperations" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="url" nsURI="http://unicase.org/emfstore/esmodel/url" nsPrefix="org.unicase.emfstore.esmodel.url"> <eClassifiers xsi:type="ecore:EClass" name="ServerUrl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrl"> <eStructuralFeatures xsi:type="ecore:EReference" name="serverUrl" eType="#/2/url/ServerUrl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectUrlFragment" eType="#/2/url/ProjectUrlFragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementUrlFragment" eType="#/2/url/ModelElementUrlFragment" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"org.unicase.metamodel","nsURI":"http://unicase.org/metamodel","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueIdentifier","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementId","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelVersion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDomainElement","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassElement","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cutElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":true,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Default Value Literal\t","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Default Value Literal\t","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"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":"creator","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":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"releaseNumber","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"nsPrefix":"org.unicase.model","nsURI":"http://unicase.org/model","name":"model","id":25,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnicaseModelElement","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attachment","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDomainElement","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.model.organization","nsURI":"http://unicase.org/model/organization","name":"organization","id":31,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.task","nsURI":"http://unicase.org/model/task","name":"task","id":32,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.diagram","nsURI":"http://unicase.org/model/diagram","name":"diagram","id":33,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.classes","nsURI":"http://unicase.org/model/classes","name":"classes","id":34,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.document","nsURI":"http://unicase.org/model/document","name":"document","id":35,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.requirement","nsURI":"http://unicase.org/model/requirement","name":"requirement","id":36,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.rationale","nsURI":"http://unicase.org/model/rationale","name":"rationale","id":37,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.rationale","nsURI":"http://unicase.org/model/change","name":"change","id":38,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.bug","nsURI":"http://unicase.org/model/bug","name":"bug","id":39,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.component","nsURI":"http://unicase.org/model/component","name":"component","id":40,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.meeting","nsURI":"http://unicase.org/model/meeting","name":"meeting","id":41,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.state","nsURI":"http://unicase.org/model/state","name":"state","id":42,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.attachment","nsURI":"http://unicase.org/model/attachment","name":"attachment","id":43,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.profile","nsURI":"http://unicase.org/model/profile","name":"profile","id":44,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.util","nsURI":"http://unicase.org/model/util","name":"util","id":45,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.activity","nsURI":"http://unicase.org/model/activity","name":"activity","id":46,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"state","changeable":false,"lowerBound":0,"iD":false,"id":49,"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":"annotations","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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"leafSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingDocumentReferences","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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appliedStereotypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"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":"referringModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeafSection","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"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":"commentedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeInstance","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnit","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":82,"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":"acOrgId","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupMemberships","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":false,"unsettable":false,"transient":false,"unique":true,"name":"participations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"orgUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkItem","instanceClass":null,"abstract":true,"id":91,"interface":true,"eClass":"EClass"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","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":"firstName","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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workItemsToReview","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkPackage","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"id":110,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checkable","instanceClass":null,"abstract":true,"id":111,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionItem","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"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":"containingWorkpackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessors","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":"dueDate","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimate","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effort","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedChangePackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedWorkItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelChangePackage","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"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":"startDate","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":"endDate","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"name":"NONE","id":146,"value":0,"literal":"<please select>","eClass":"EEnumLiteral"},{"name":"ANALYSIS","id":147,"value":1,"literal":"Analysis","eClass":"EEnumLiteral"},{"name":"SYSTEM_DESIGN","id":148,"value":2,"literal":"System Design","eClass":"EEnumLiteral"},{"name":"OBJECT_DESIGN","id":149,"value":3,"literal":"Object Design","eClass":"EEnumLiteral"},{"name":"IMPLEMENTATION","id":150,"value":4,"literal":"Implementation","eClass":"EEnumLiteral"},{"name":"TESTING","id":151,"value":5,"literal":"Testing","eClass":"EEnumLiteral"},{"name":"MANAGEMENT","id":152,"value":6,"literal":"Management","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"checked","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":true},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"done","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEDiagram","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DiagramType","instanceClass":null,"id":163,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"gmfdiagram","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":true,"unique":true,"name":"newElements","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":"diagramLayout","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":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"},{"name":"CLASS_DIAGRAM","id":175,"value":0,"literal":"CLASS_DIAGRAM","eClass":"EEnumLiteral"},{"name":"USECASE_DIAGRAM","id":176,"value":1,"literal":"USECASE_DIAGRAM","eClass":"EEnumLiteral"},{"name":"COMPONENT_DIAGRAM","id":177,"value":2,"literal":"COMPONENT_DIAGRAM","eClass":"EEnumLiteral"},{"name":"STATE_DIAGRAM","id":178,"value":3,"literal":"STATE_DIAGRAM","eClass":"EEnumLiteral"},{"name":"ACTIVITY_DIAGRAM","id":179,"value":4,"literal":"ACTIVITY_DIAGRAM","eClass":"EEnumLiteral"},{"name":"WORKITEM_DIAGRAM","id":180,"value":5,"literal":"WORKITEM_DIAGRAM","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageElement","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationType","instanceClass":null,"id":185,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityType","instanceClass":null,"id":187,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeType","instanceClass":null,"id":188,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodArgument","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArgumentDirectionType","instanceClass":null,"id":191,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"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":"parentPackage","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":"outgoingDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"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":"containedPackageElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingAssociations","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demoParticipations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scenario","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingClasses","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":"facadeClass","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":"1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"sourceMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":232,"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":"targetMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":233,"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":"sourceRole","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"targetRole","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":"","unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"name":"UNDIRECTED_ASSOCIATION","id":245,"value":0,"literal":"Undirected Association","eClass":"EEnumLiteral"},{"name":"DIRECTED_ASSOCIATION","id":246,"value":1,"literal":"Directed Association","eClass":"EEnumLiteral"},{"name":"AGGREGATION","id":247,"value":2,"literal":"Aggregation","eClass":"EEnumLiteral"},{"name":"COMPOSITION","id":248,"value":3,"literal":"Composition","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":249,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"UNDEFINED","id":265,"value":0,"literal":"Undefined","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":266,"value":1,"literal":"#","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":267,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"GLOBAL","id":268,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":269,"value":4,"literal":"~","eClass":"EEnumLiteral"},{"name":"INSTANCE","id":270,"value":1,"literal":"Instance","eClass":"EEnumLiteral"},{"name":"CLASS","id":271,"value":2,"literal":"Class","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":275,"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":"properties","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stubbed","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":"calledMethods","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":"callingMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demoParticipations","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"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":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":297,"derived":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":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":299,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"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":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"name":"UNDEFINED","id":308,"value":0,"literal":"Undefined","eClass":"EEnumLiteral"},{"name":"IN","id":309,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"OUT","id":310,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"INOUT","id":311,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":true,"id":315,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeSection","instanceClass":null,"abstract":false,"id":316,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalRequirement","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorInstance","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemFunction","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTask","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonFunctionalRequirement","instanceClass":null,"abstract":false,"id":332,"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":"storyPoints","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refiningRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"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":"refinedRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"reviewed","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stakeholder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cost","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":"useCases","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":"scenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedUseCases","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":false,"unsettable":false,"transient":false,"unique":true,"name":"scenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"useCaseSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedUserTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nonFunctionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"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":"useCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizingUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActorInstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActorInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nonFunctionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUserTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedUserTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActor","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userStep","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedUseCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedSystemFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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":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":"output","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":"exception","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Criterion","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Issue","instanceClass":null,"abstract":false,"id":445,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposal","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solution","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assessment","instanceClass":null,"abstract":false,"id":448,"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":"activity","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"criteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assessments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"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":"proposal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingProposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assessments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"criterion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recipients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingIssue","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingProposal","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingSolution","instanceClass":null,"abstract":false,"id":492,"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":"sourceVersion","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":"resolvingRevision","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflictingProposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pendingChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugReport","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BugStatus","instanceClass":null,"id":510,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Severity","instanceClass":null,"id":511,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolutionType","instanceClass":null,"id":512,"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":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Status","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"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":515,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionType","changeable":true,"lowerBound":0,"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"},{"name":"NEW","id":523,"value":0,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"CONFIRMED","id":524,"value":1,"literal":"CONFIRMED","eClass":"EEnumLiteral"},{"name":"ASSIGNED","id":525,"value":2,"literal":"ASSIGNED","eClass":"EEnumLiteral"},{"name":"RESOLVED","id":526,"value":3,"literal":"RESOLVED","eClass":"EEnumLiteral"},{"name":"CLOSED","id":527,"value":4,"literal":"CLOSED","eClass":"EEnumLiteral"},{"name":"FEATURE","id":528,"value":0,"literal":"FEATURE","eClass":"EEnumLiteral"},{"name":"TRIVIAL","id":529,"value":1,"literal":"TRIVIAL","eClass":"EEnumLiteral"},{"name":"MINOR","id":530,"value":2,"literal":"MINOR","eClass":"EEnumLiteral"},{"name":"MAJOR","id":531,"value":3,"literal":"MAJOR","eClass":"EEnumLiteral"},{"name":"BLOCKER","id":532,"value":4,"literal":"BLOCKER","eClass":"EEnumLiteral"},{"name":"FIXED","id":533,"value":0,"literal":"FIXED","eClass":"EEnumLiteral"},{"name":"CANNOT_REPRODUCE","id":534,"value":1,"literal":"CANNOT_REPRODUCE","eClass":"EEnumLiteral"},{"name":"WONT_FIX","id":535,"value":2,"literal":"WONT_FIX","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentService","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentNode","instanceClass":null,"abstract":false,"id":538,"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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumedServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"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":"offeringComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumingComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meeting","instanceClass":null,"abstract":false,"id":556,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeetingSection","instanceClass":null,"abstract":true,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMeetingSection","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IssueMeetingSection","instanceClass":null,"abstract":false,"id":559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkItemMeetingSection","instanceClass":null,"abstract":false,"id":560,"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":"location","changeable":true,"lowerBound":0,"iD":false,"id":561,"derived":false},{"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":562,"derived":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":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facilitator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"minutetaker","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timekeeper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":567,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedIssuesSection","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":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedWorkItemsSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"allocatedTime","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedIssues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedWorkItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":594,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateNode","instanceClass":null,"abstract":true,"id":595,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":596,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInitial","instanceClass":null,"abstract":false,"id":597,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateEnd","instanceClass":null,"abstract":false,"id":598,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":599,"derived":false},{"container":false,"ordered":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":600,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exitConditions","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":"activities","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":"entryConditions","changeable":true,"lowerBound":0,"iD":false,"id":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlAttachment","instanceClass":null,"abstract":false,"id":620,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileAttachment","instanceClass":null,"abstract":false,"id":621,"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":"url","changeable":true,"lowerBound":0,"iD":false,"id":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":625,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileHash","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":"fileID","changeable":true,"lowerBound":0,"iD":false,"id":627,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileSize","changeable":true,"lowerBound":0,"iD":false,"id":628,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredOffline","changeable":true,"lowerBound":0,"iD":false,"id":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":636,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":637,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttribute","instanceClass":null,"abstract":true,"id":638,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeSimple","instanceClass":null,"abstract":false,"id":639,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeInstance","instanceClass":null,"abstract":true,"id":640,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeInstanceString","instanceClass":null,"abstract":false,"id":641,"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":"affectedContainers","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":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"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":"profile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":648,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":650,"derived":false},{"id":651,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"id":656,"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":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"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":"stereotypeInstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":663,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":668,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"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":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementPath","instanceClass":null,"abstract":false,"id":678,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":679,"derived":false},{"container":false,"ordered":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":680,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityObject","instanceClass":null,"abstract":true,"id":685,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":686,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":687,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":688,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":689,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityInitial","instanceClass":null,"abstract":false,"id":690,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEnd","instanceClass":null,"abstract":false,"id":691,"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":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"container":false,"ordered":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":698,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"nsPrefix":"org.unicase.emfstore.esmodel","nsURI":"http://unicase.org/emfstore/esmodel","name":"esmodel","id":709,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectHistory","instanceClass":null,"abstract":false,"id":710,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectInfo","instanceClass":null,"abstract":false,"id":711,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionId","instanceClass":null,"abstract":false,"id":712,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerSpace","instanceClass":null,"abstract":false,"id":713,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectId","instanceClass":null,"abstract":false,"id":714,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionInfo","instanceClass":null,"abstract":false,"id":715,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientVersionInfo","instanceClass":null,"abstract":false,"id":716,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileIdentifier","instanceClass":null,"abstract":false,"id":717,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning","nsURI":"http://unicase.org/esmodel/versioning","name":"versioning","id":718,"eClass":"EPackage"},{"nsPrefix":"org.unicase.accesscontrol","nsURI":"http://unicase.org/esmodel/accesscontrol","name":"accesscontrol","id":719,"eClass":"EPackage"},{"nsPrefix":"org.unicase.notification","nsURI":"http://unicase.org/esmodel/notification","name":"notification","id":720,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.url","nsURI":"http://unicase.org/emfstore/esmodel/url","name":"url","id":721,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"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":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":723,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":724,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectDescription","changeable":true,"lowerBound":1,"iD":false,"id":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":727,"interface":false,"eClass":"EClass"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"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":731,"derived":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":732,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":733,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVersionSpec","instanceClass":null,"abstract":false,"id":738,"interface":false,"eClass":"EClass"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"container":false,"ordered":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":741,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":742,"derived":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":"openSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":743,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":744,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACGroup","instanceClass":null,"abstract":false,"id":745,"interface":false,"eClass":"EClass"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACUser","instanceClass":null,"abstract":false,"id":749,"interface":false,"eClass":"EClass"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emfStoreVersionString","changeable":true,"lowerBound":0,"iD":false,"id":752,"derived":false},{"id":753,"eClass":"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":754,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":755,"derived":false},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagVersionSpec","instanceClass":null,"abstract":false,"id":759,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateVersionSpec","instanceClass":null,"abstract":false,"id":760,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionSpec","instanceClass":null,"abstract":true,"id":761,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogMessage","instanceClass":null,"abstract":false,"id":762,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackage","instanceClass":null,"abstract":false,"id":763,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryInfo","instanceClass":null,"abstract":false,"id":764,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQuery","instanceClass":null,"abstract":false,"id":765,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadVersionSpec","instanceClass":null,"abstract":false,"id":766,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionProperty","instanceClass":null,"abstract":false,"id":767,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations","nsURI":"http://unicase.org/esmodel/versioning/operations","name":"operations","id":768,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.events","nsURI":"http://unicase.org/esmodel/versioning/events","name":"events","id":769,"eClass":"EPackage"},{"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":770,"derived":false},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"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":773,"derived":false},{"id":774,"eClass":"EGenericType"},{"id":775,"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":776,"derived":false},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":779,"derived":false},{"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":780,"derived":false},{"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":781,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":782,"derived":false},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"container":false,"ordered":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":787,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":788,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":789,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":790,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":791,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":792,"interface":false,"eClass":"EClass"},{"id":793,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":794,"interface":false,"eClass":"EClass"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESNotification","instanceClass":null,"abstract":false,"id":797,"interface":false,"eClass":"EClass"},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primerySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":800,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":801,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":802,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":803,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":804,"derived":false},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":810,"derived":false},{"container":false,"ordered":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":811,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":812,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeChangePackage","changeable":true,"lowerBound":0,"iD":false,"id":813,"derived":false},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":818,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":819,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":820,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":821,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":822,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":823,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":824,"derived":false},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":833,"derived":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":834,"derived":false},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeOperation","instanceClass":null,"abstract":false,"id":837,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":true,"id":838,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDeleteOperation","instanceClass":null,"abstract":false,"id":839,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":840,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeOperation","instanceClass":null,"abstract":false,"id":841,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeSetOperation","instanceClass":null,"abstract":false,"id":842,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeMoveOperation","instanceClass":null,"abstract":false,"id":843,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleReferenceOperation","instanceClass":null,"abstract":false,"id":844,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceSetOperation","instanceClass":null,"abstract":false,"id":845,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceOperation","instanceClass":null,"abstract":false,"id":846,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceMoveOperation","instanceClass":null,"abstract":false,"id":847,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOperation","instanceClass":null,"abstract":true,"id":848,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLayoutOperation","instanceClass":null,"abstract":false,"id":849,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationId","instanceClass":null,"abstract":false,"id":850,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":851,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementGroup","instanceClass":null,"abstract":false,"id":852,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainmentType","instanceClass":null,"id":853,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToModelElementIdMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":854,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations.semantic","nsURI":"http://unicase.org/esmodel/versioning/operations/semantic","name":"semantic","id":855,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":856,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":857,"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":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":858,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"accepted","changeable":true,"lowerBound":0,"iD":false,"id":859,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":860,"derived":false},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":867,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":868,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeName","changeable":true,"lowerBound":0,"iD":false,"id":869,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeDescription","changeable":true,"lowerBound":0,"iD":false,"id":870,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reversed","changeable":true,"lowerBound":0,"iD":false,"id":871,"derived":false},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":878,"derived":false},{"id":879,"eClass":"EGenericType"},{"id":880,"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":"delete","changeable":true,"lowerBound":0,"iD":false,"id":881,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":882,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":883,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eObjectToIdMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":884,"derived":false},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"id":889,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":890,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":891,"derived":false},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"id":894,"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":"add","changeable":true,"lowerBound":0,"iD":false,"id":895,"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":"indexes","changeable":true,"lowerBound":0,"iD":false,"id":896,"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":"referencedValues","changeable":true,"lowerBound":0,"iD":false,"id":897,"derived":false},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":902,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":903,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":904,"derived":false},{"id":905,"eClass":"EGenericType"},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"id":908,"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":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":909,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":910,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValue","changeable":true,"lowerBound":0,"iD":false,"id":911,"derived":false},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":916,"derived":false},{"container":false,"ordered":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":917,"derived":false},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":921,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":922,"derived":false},{"container":false,"ordered":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":923,"derived":false},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"},{"id":927,"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":"add","changeable":true,"lowerBound":0,"iD":false,"id":928,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":929,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":930,"derived":false},{"id":931,"eClass":"EGenericType"},{"id":932,"eClass":"EGenericType"},{"id":933,"eClass":"EGenericType"},{"id":934,"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":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":935,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":936,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":937,"derived":false},{"id":938,"eClass":"EGenericType"},{"id":939,"eClass":"EGenericType"},{"id":940,"eClass":"EGenericType"},{"id":941,"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":"bidirectional","changeable":true,"lowerBound":0,"iD":false,"id":942,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oppositeFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":943,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentType","changeable":true,"lowerBound":0,"iD":false,"id":944,"derived":false},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"id":950,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":951,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":952,"derived":false},{"id":953,"eClass":"EGenericType"},{"id":954,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":955,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":956,"derived":false},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"name":"NONE","id":959,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CONTAINER","id":960,"value":1,"literal":"CONTAINER","eClass":"EEnumLiteral"},{"name":"CONTAINMENT","id":961,"value":2,"literal":"CONTAINMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":962,"derived":false},{"container":false,"ordered":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":963,"derived":false},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticCompositeOperation","instanceClass":null,"abstract":true,"id":966,"interface":false,"eClass":"EClass"},{"id":967,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEvent","instanceClass":null,"abstract":false,"id":968,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeEvent","instanceClass":null,"abstract":false,"id":969,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckoutEvent","instanceClass":null,"abstract":false,"id":970,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionEvent","instanceClass":null,"abstract":false,"id":971,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginStartEvent","instanceClass":null,"abstract":false,"id":972,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateEvent","instanceClass":null,"abstract":false,"id":973,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEvent","instanceClass":null,"abstract":false,"id":974,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevertEvent","instanceClass":null,"abstract":false,"id":975,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowHistoryEvent","instanceClass":null,"abstract":false,"id":976,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerspectiveEvent","instanceClass":null,"abstract":false,"id":977,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNDEvent","instanceClass":null,"abstract":false,"id":978,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEvent","instanceClass":null,"abstract":false,"id":979,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEvent","instanceClass":null,"abstract":false,"id":980,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatorCreateEvent","instanceClass":null,"abstract":false,"id":981,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginFocusEvent","instanceClass":null,"abstract":false,"id":982,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSwitchEvent","instanceClass":null,"abstract":false,"id":983,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndoEvent","instanceClass":null,"abstract":false,"id":984,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":985,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowChangesEvent","instanceClass":null,"abstract":false,"id":986,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationReadEvent","instanceClass":null,"abstract":false,"id":987,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationGenerationEvent","instanceClass":null,"abstract":false,"id":988,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationIgnoreEvent","instanceClass":null,"abstract":false,"id":989,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLEvent","instanceClass":null,"abstract":false,"id":990,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeChoiceEvent","instanceClass":null,"abstract":false,"id":991,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeChoiceSelection","instanceClass":null,"id":992,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeGlobalChoiceEvent","instanceClass":null,"abstract":false,"id":993,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeGlobalChoiceSelection","instanceClass":null,"id":994,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.unicase.esmodel.versioning.events.server","nsURI":"http://unicase.org/esmodel/versioning/events/server/","name":"server","id":995,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":996,"derived":false},{"id":997,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":998,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":999,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":1000,"derived":false},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"id":1004,"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":"numberOfConflicts","changeable":true,"lowerBound":0,"iD":false,"id":1005,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":1006,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1007,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1008,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1009,"derived":false},{"id":1010,"eClass":"EGenericType"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1016,"derived":false},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionTitle","changeable":true,"lowerBound":0,"iD":false,"id":1019,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":1020,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseTitle","changeable":true,"lowerBound":0,"iD":false,"id":1021,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":1022,"derived":false},{"id":1023,"eClass":"EGenericType"},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"id":1027,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":1028,"derived":false},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1031,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1032,"derived":false},{"id":1033,"eClass":"EGenericType"},{"id":1034,"eClass":"EGenericType"},{"id":1035,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1036,"derived":false},{"container":false,"ordered":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":1037,"derived":false},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"id":1040,"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":"revertedChangesCount","changeable":true,"lowerBound":0,"iD":false,"id":1041,"derived":false},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1044,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1045,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1046,"derived":false},{"id":1047,"eClass":"EGenericType"},{"id":1048,"eClass":"EGenericType"},{"id":1049,"eClass":"EGenericType"},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1052,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetView","changeable":true,"lowerBound":0,"iD":false,"id":1053,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dragSourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1054,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropTargetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1055,"derived":false},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"id":1058,"eClass":"EGenericType"},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1061,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1062,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1063,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdNew","changeable":true,"lowerBound":0,"iD":false,"id":1064,"derived":false},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1070,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1071,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":1072,"derived":false},{"id":1073,"eClass":"EGenericType"},{"id":1074,"eClass":"EGenericType"},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createdElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1077,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1078,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":1079,"derived":false},{"id":1080,"eClass":"EGenericType"},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"id":1083,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":1084,"derived":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":1085,"derived":false},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":1089,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newPresentation","changeable":true,"lowerBound":0,"iD":false,"id":1090,"derived":false},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1094,"derived":false},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"},{"id":1097,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1098,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1099,"derived":false},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":1103,"derived":false},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1106,"derived":false},{"id":1107,"eClass":"EGenericType"},{"id":1108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":1109,"derived":false},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceURL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1114,"derived":false},{"id":1115,"eClass":"EGenericType"},{"id":1116,"eClass":"EGenericType"},{"id":1117,"eClass":"EGenericType"},{"id":1118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"myAcceptedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theirRejectedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1121,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextFeature","changeable":true,"lowerBound":0,"iD":false,"id":1123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdIssueName","changeable":true,"lowerBound":0,"iD":false,"id":1124,"derived":false},{"id":1125,"eClass":"EGenericType"},{"id":1126,"eClass":"EGenericType"},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"name":"Mine","id":1132,"value":0,"literal":"Mine","eClass":"EEnumLiteral"},{"name":"Their","id":1133,"value":1,"literal":"Their","eClass":"EEnumLiteral"},{"name":"Issue","id":1134,"value":2,"literal":"Issue","eClass":"EEnumLiteral"},{"name":"MergedText","id":1135,"value":3,"literal":"MergedText","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1136,"derived":false},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"name":"AllMine","id":1139,"value":0,"literal":"AllMine","eClass":"EEnumLiteral"},{"name":"AllTheir","id":1140,"value":1,"literal":"AllTheir","eClass":"EEnumLiteral"},{"name":"Cancel","id":1141,"value":2,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"OKNotFinished","id":1142,"value":3,"literal":"OKNotFinished","eClass":"EEnumLiteral"},{"name":"OKFinished","id":1143,"value":4,"literal":"OKFinished","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerEvent","instanceClass":null,"abstract":true,"id":1144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerProjectEvent","instanceClass":null,"abstract":true,"id":1145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUpdatedEvent","instanceClass":null,"abstract":false,"id":1146,"interface":false,"eClass":"EClass"},{"id":1147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1148,"derived":false},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1151,"derived":false},{"id":1152,"eClass":"EGenericType"},{"id":1153,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnit","instanceClass":null,"abstract":false,"id":1154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnitId","instanceClass":null,"abstract":false,"id":1155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnitProperty","instanceClass":null,"abstract":false,"id":1156,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.accesscontrol.roles","nsURI":"http://unicase.org/esmodel/accesscontrol/roles","name":"roles","id":1157,"eClass":"EPackage"},{"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":1158,"derived":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":1159,"derived":false},{"id":1160,"eClass":"EGenericType"},{"id":1161,"eClass":"EGenericType"},{"id":1162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":1163,"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":1164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1165,"derived":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":1166,"derived":false},{"container":false,"ordered":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":1167,"derived":false},{"id":1168,"eClass":"EGenericType"},{"id":1169,"eClass":"EGenericType"},{"id":1170,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":1171,"interface":false,"eClass":"EClass"},{"id":1172,"eClass":"EGenericType"},{"id":1173,"eClass":"EGenericType"},{"id":1174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1175,"derived":false},{"id":1176,"eClass":"EGenericType"},{"id":1177,"eClass":"EGenericType"},{"id":1178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":1180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1181,"derived":false},{"id":1182,"eClass":"EGenericType"},{"id":1183,"eClass":"EGenericType"},{"id":1184,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderRole","instanceClass":null,"abstract":false,"id":1185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterRole","instanceClass":null,"abstract":false,"id":1186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectAdminRole","instanceClass":null,"abstract":false,"id":1187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerAdmin","instanceClass":null,"abstract":false,"id":1188,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAdministrate","lowerBound":0,"id":1189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreate","lowerBound":0,"id":1190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canDelete","lowerBound":0,"id":1191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canModify","lowerBound":0,"id":1192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canRead","lowerBound":0,"id":1193,"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":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1194,"derived":false},{"id":1195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1196,"many":false,"required":false,"eClass":"EParameter"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1200,"many":false,"required":false,"eClass":"EParameter"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"eClass":"EGenericType"},{"id":1203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1204,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1205,"many":false,"required":false,"eClass":"EParameter"},{"id":1206,"eClass":"EGenericType"},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1209,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1210,"many":false,"required":false,"eClass":"EParameter"},{"id":1211,"eClass":"EGenericType"},{"id":1212,"eClass":"EGenericType"},{"id":1213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1214,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1215,"many":false,"required":false,"eClass":"EParameter"},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"eClass":"EGenericType"},{"id":1221,"eClass":"EGenericType"},{"id":1222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":1224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"lowerBound":0,"iD":false,"id":1225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seen","changeable":true,"lowerBound":0,"iD":false,"id":1226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":1227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":1228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"lowerBound":0,"iD":false,"id":1229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recipient","changeable":true,"lowerBound":0,"iD":false,"id":1230,"derived":false},{"container":false,"ordered":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":1231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1233,"derived":false},{"id":1234,"eClass":"EGenericType"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"eClass":"EGenericType"},{"id":1238,"eClass":"EGenericType"},{"id":1239,"eClass":"EGenericType"},{"id":1240,"eClass":"EGenericType"},{"id":1241,"eClass":"EGenericType"},{"id":1242,"eClass":"EGenericType"},{"id":1243,"eClass":"EGenericType"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerUrl","instanceClass":null,"abstract":false,"id":1246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUrlFragment","instanceClass":null,"abstract":false,"id":1247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrlFragment","instanceClass":null,"abstract":false,"id":1248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrl","instanceClass":null,"abstract":false,"id":1249,"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":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":1250,"derived":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":1251,"derived":false},{"id":1252,"eClass":"EGenericType"},{"id":1253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1255,"derived":false},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1259,"derived":false},{"id":1260,"eClass":"EGenericType"},{"id":1261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverUrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1264,"derived":false},{"id":1265,"eClass":"EGenericType"},{"id":1266,"eClass":"EGenericType"},{"id":1267,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":4},{"source":9,"target":11},{"source":9,"target":1},{"source":9,"target":12},{"source":11,"target":4},{"source":10,"target":4},{"source":10,"target":13},{"source":10,"target":1},{"source":10,"target":12},{"source":13,"target":4},{"source":2,"target":0},{"source":2,"target":14},{"source":14,"target":15},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":12},{"source":12,"target":16},{"source":12,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":17,"target":20},{"source":17,"target":4},{"source":18,"target":21},{"source":18,"target":4},{"source":19,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":22},{"source":22,"target":2},{"source":6,"target":0},{"source":6,"target":23},{"source":23,"target":24},{"source":23,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":25,"target":26},{"source":25,"target":27},{"source":25,"target":28},{"source":25,"target":29},{"source":25,"target":30},{"source":25,"target":31},{"source":25,"target":32},{"source":25,"target":33},{"source":25,"target":34},{"source":25,"target":35},{"source":25,"target":36},{"source":25,"target":37},{"source":25,"target":38},{"source":25,"target":39},{"source":25,"target":40},{"source":25,"target":41},{"source":25,"target":42},{"source":25,"target":43},{"source":25,"target":44},{"source":25,"target":45},{"source":25,"target":46},{"source":26,"target":25},{"source":26,"target":4},{"source":26,"target":47},{"source":26,"target":48},{"source":26,"target":49},{"source":26,"target":50},{"source":26,"target":51},{"source":26,"target":52},{"source":26,"target":53},{"source":26,"target":54},{"source":26,"target":55},{"source":26,"target":56},{"source":47,"target":57},{"source":47,"target":26},{"source":48,"target":58},{"source":48,"target":26},{"source":49,"target":59},{"source":49,"target":26},{"source":50,"target":27},{"source":50,"target":60},{"source":50,"target":26},{"source":50,"target":61},{"source":50,"target":12},{"source":60,"target":27},{"source":51,"target":28},{"source":51,"target":62},{"source":51,"target":26},{"source":51,"target":63},{"source":51,"target":12},{"source":62,"target":28},{"source":52,"target":64},{"source":52,"target":65},{"source":52,"target":26},{"source":52,"target":66},{"source":52,"target":12},{"source":65,"target":64},{"source":53,"target":64},{"source":53,"target":67},{"source":53,"target":26},{"source":53,"target":68},{"source":53,"target":12},{"source":67,"target":64},{"source":54,"target":69},{"source":54,"target":70},{"source":54,"target":26},{"source":54,"target":71},{"source":54,"target":12},{"source":70,"target":69},{"source":55,"target":72},{"source":55,"target":73},{"source":55,"target":26},{"source":55,"target":74},{"source":55,"target":12},{"source":73,"target":72},{"source":56,"target":4},{"source":27,"target":25},{"source":27,"target":26},{"source":27,"target":61},{"source":27,"target":75},{"source":61,"target":26},{"source":61,"target":76},{"source":61,"target":27},{"source":61,"target":50},{"source":61,"target":12},{"source":76,"target":26},{"source":75,"target":26},{"source":28,"target":25},{"source":28,"target":26},{"source":28,"target":63},{"source":28,"target":77},{"source":63,"target":26},{"source":63,"target":78},{"source":63,"target":28},{"source":63,"target":51},{"source":63,"target":12},{"source":78,"target":26},{"source":77,"target":26},{"source":29,"target":25},{"source":30,"target":25},{"source":30,"target":1},{"source":30,"target":79},{"source":79,"target":1},{"source":31,"target":80},{"source":31,"target":81},{"source":31,"target":82},{"source":31,"target":25},{"source":80,"target":31},{"source":80,"target":26},{"source":80,"target":83},{"source":80,"target":84},{"source":80,"target":85},{"source":80,"target":86},{"source":80,"target":87},{"source":83,"target":88},{"source":83,"target":80},{"source":84,"target":82},{"source":84,"target":89},{"source":84,"target":80},{"source":84,"target":90},{"source":84,"target":12},{"source":89,"target":82},{"source":85,"target":91},{"source":85,"target":92},{"source":85,"target":80},{"source":85,"target":93},{"source":85,"target":12},{"source":92,"target":91},{"source":86,"target":91},{"source":86,"target":94},{"source":86,"target":80},{"source":86,"target":95},{"source":86,"target":12},{"source":94,"target":91},{"source":87,"target":26},{"source":81,"target":31},{"source":81,"target":80},{"source":81,"target":96},{"source":81,"target":97},{"source":81,"target":98},{"source":81,"target":99},{"source":81,"target":100},{"source":96,"target":101},{"source":96,"target":81},{"source":97,"target":102},{"source":97,"target":81},{"source":98,"target":103},{"source":98,"target":81},{"source":99,"target":91},{"source":99,"target":104},{"source":99,"target":81},{"source":99,"target":105},{"source":99,"target":12},{"source":104,"target":91},{"source":100,"target":80},{"source":82,"target":31},{"source":82,"target":80},{"source":82,"target":90},{"source":82,"target":106},{"source":90,"target":80},{"source":90,"target":107},{"source":90,"target":82},{"source":90,"target":84},{"source":90,"target":12},{"source":107,"target":80},{"source":106,"target":80},{"source":32,"target":91},{"source":32,"target":108},{"source":32,"target":109},{"source":32,"target":110},{"source":32,"target":111},{"source":32,"target":112},{"source":32,"target":25},{"source":91,"target":32},{"source":91,"target":27},{"source":91,"target":113},{"source":91,"target":114},{"source":91,"target":115},{"source":91,"target":95},{"source":91,"target":105},{"source":91,"target":93},{"source":91,"target":116},{"source":91,"target":117},{"source":91,"target":118},{"source":91,"target":119},{"source":91,"target":120},{"source":91,"target":121},{"source":91,"target":122},{"source":113,"target":108},{"source":113,"target":123},{"source":113,"target":91},{"source":113,"target":124},{"source":113,"target":12},{"source":123,"target":108},{"source":114,"target":91},{"source":114,"target":125},{"source":114,"target":91},{"source":114,"target":115},{"source":114,"target":12},{"source":125,"target":91},{"source":115,"target":91},{"source":115,"target":126},{"source":115,"target":91},{"source":115,"target":114},{"source":115,"target":12},{"source":126,"target":91},{"source":95,"target":80},{"source":95,"target":127},{"source":95,"target":91},{"source":95,"target":86},{"source":95,"target":12},{"source":127,"target":80},{"source":105,"target":81},{"source":105,"target":128},{"source":105,"target":91},{"source":105,"target":99},{"source":105,"target":12},{"source":128,"target":81},{"source":93,"target":80},{"source":93,"target":129},{"source":93,"target":91},{"source":93,"target":85},{"source":93,"target":12},{"source":129,"target":80},{"source":116,"target":130},{"source":116,"target":91},{"source":117,"target":131},{"source":117,"target":91},{"source":118,"target":132},{"source":118,"target":91},{"source":119,"target":133},{"source":119,"target":91},{"source":120,"target":134},{"source":120,"target":91},{"source":121,"target":135},{"source":121,"target":136},{"source":121,"target":91},{"source":121,"target":12},{"source":136,"target":135},{"source":122,"target":27},{"source":108,"target":32},{"source":108,"target":91},{"source":108,"target":137},{"source":108,"target":138},{"source":108,"target":124},{"source":108,"target":139},{"source":137,"target":140},{"source":137,"target":108},{"source":138,"target":141},{"source":138,"target":108},{"source":124,"target":91},{"source":124,"target":142},{"source":124,"target":108},{"source":124,"target":113},{"source":124,"target":12},{"source":142,"target":91},{"source":139,"target":91},{"source":109,"target":32},{"source":109,"target":91},{"source":109,"target":143},{"source":109,"target":144},{"source":143,"target":26},{"source":143,"target":145},{"source":143,"target":109},{"source":143,"target":12},{"source":145,"target":26},{"source":144,"target":91},{"source":110,"target":32},{"source":110,"target":146},{"source":110,"target":147},{"source":110,"target":148},{"source":110,"target":149},{"source":110,"target":150},{"source":110,"target":151},{"source":110,"target":152},{"source":146,"target":110},{"source":147,"target":110},{"source":148,"target":110},{"source":149,"target":110},{"source":150,"target":110},{"source":151,"target":110},{"source":152,"target":110},{"source":111,"target":32},{"source":111,"target":26},{"source":111,"target":153},{"source":111,"target":154},{"source":153,"target":155},{"source":153,"target":111},{"source":154,"target":26},{"source":112,"target":32},{"source":112,"target":91},{"source":112,"target":111},{"source":112,"target":156},{"source":112,"target":157},{"source":112,"target":158},{"source":112,"target":159},{"source":156,"target":160},{"source":156,"target":112},{"source":157,"target":110},{"source":157,"target":161},{"source":157,"target":112},{"source":161,"target":110},{"source":158,"target":91},{"source":159,"target":111},{"source":33,"target":162},{"source":33,"target":163},{"source":33,"target":25},{"source":162,"target":33},{"source":162,"target":28},{"source":162,"target":164},{"source":162,"target":165},{"source":162,"target":166},{"source":162,"target":167},{"source":162,"target":168},{"source":162,"target":169},{"source":164,"target":26},{"source":164,"target":170},{"source":164,"target":162},{"source":164,"target":12},{"source":170,"target":26},{"source":165,"target":171},{"source":165,"target":162},{"source":166,"target":26},{"source":166,"target":172},{"source":166,"target":162},{"source":166,"target":12},{"source":172,"target":26},{"source":167,"target":173},{"source":167,"target":162},{"source":168,"target":163},{"source":168,"target":174},{"source":168,"target":162},{"source":174,"target":163},{"source":169,"target":28},{"source":163,"target":33},{"source":163,"target":175},{"source":163,"target":176},{"source":163,"target":177},{"source":163,"target":178},{"source":163,"target":179},{"source":163,"target":180},{"source":175,"target":163},{"source":176,"target":163},{"source":177,"target":163},{"source":178,"target":163},{"source":179,"target":163},{"source":180,"target":163},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":34,"target":184},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":34,"target":189},{"source":34,"target":190},{"source":34,"target":191},{"source":34,"target":192},{"source":34,"target":25},{"source":181,"target":34},{"source":181,"target":26},{"source":181,"target":193},{"source":181,"target":194},{"source":181,"target":195},{"source":181,"target":196},{"source":193,"target":183},{"source":193,"target":197},{"source":193,"target":181},{"source":193,"target":198},{"source":193,"target":12},{"source":197,"target":183},{"source":194,"target":192},{"source":194,"target":199},{"source":194,"target":181},{"source":194,"target":200},{"source":194,"target":12},{"source":199,"target":192},{"source":195,"target":192},{"source":195,"target":201},{"source":195,"target":181},{"source":195,"target":202},{"source":195,"target":12},{"source":201,"target":192},{"source":196,"target":26},{"source":182,"target":34},{"source":182,"target":181},{"source":182,"target":203},{"source":182,"target":204},{"source":182,"target":205},{"source":182,"target":206},{"source":182,"target":207},{"source":182,"target":208},{"source":182,"target":209},{"source":182,"target":210},{"source":182,"target":211},{"source":203,"target":182},{"source":203,"target":212},{"source":203,"target":182},{"source":203,"target":204},{"source":203,"target":12},{"source":212,"target":182},{"source":204,"target":182},{"source":204,"target":213},{"source":204,"target":182},{"source":204,"target":203},{"source":204,"target":12},{"source":213,"target":182},{"source":205,"target":184},{"source":205,"target":214},{"source":205,"target":182},{"source":205,"target":215},{"source":205,"target":12},{"source":214,"target":184},{"source":206,"target":184},{"source":206,"target":216},{"source":206,"target":182},{"source":206,"target":217},{"source":206,"target":12},{"source":216,"target":184},{"source":207,"target":186},{"source":207,"target":218},{"source":207,"target":182},{"source":207,"target":219},{"source":207,"target":12},{"source":218,"target":186},{"source":208,"target":189},{"source":208,"target":220},{"source":208,"target":182},{"source":208,"target":221},{"source":208,"target":12},{"source":220,"target":189},{"source":209,"target":222},{"source":209,"target":223},{"source":209,"target":182},{"source":209,"target":224},{"source":209,"target":12},{"source":223,"target":222},{"source":210,"target":225},{"source":210,"target":226},{"source":210,"target":182},{"source":210,"target":227},{"source":210,"target":12},{"source":226,"target":225},{"source":211,"target":181},{"source":183,"target":34},{"source":183,"target":181},{"source":183,"target":228},{"source":183,"target":198},{"source":183,"target":229},{"source":228,"target":182},{"source":228,"target":230},{"source":228,"target":183},{"source":228,"target":12},{"source":230,"target":182},{"source":198,"target":181},{"source":198,"target":231},{"source":198,"target":183},{"source":198,"target":193},{"source":198,"target":12},{"source":231,"target":181},{"source":229,"target":181},{"source":184,"target":34},{"source":184,"target":26},{"source":184,"target":215},{"source":184,"target":217},{"source":184,"target":232},{"source":184,"target":233},{"source":184,"target":234},{"source":184,"target":235},{"source":184,"target":236},{"source":184,"target":237},{"source":215,"target":182},{"source":215,"target":238},{"source":215,"target":184},{"source":215,"target":205},{"source":215,"target":12},{"source":238,"target":182},{"source":217,"target":182},{"source":217,"target":239},{"source":217,"target":184},{"source":217,"target":206},{"source":217,"target":12},{"source":239,"target":182},{"source":232,"target":240},{"source":232,"target":184},{"source":233,"target":241},{"source":233,"target":184},{"source":234,"target":242},{"source":234,"target":184},{"source":235,"target":243},{"source":235,"target":184},{"source":236,"target":185},{"source":236,"target":244},{"source":236,"target":184},{"source":244,"target":185},{"source":237,"target":26},{"source":185,"target":34},{"source":185,"target":245},{"source":185,"target":246},{"source":185,"target":247},{"source":185,"target":248},{"source":245,"target":185},{"source":246,"target":185},{"source":247,"target":185},{"source":248,"target":185},{"source":186,"target":34},{"source":186,"target":26},{"source":186,"target":219},{"source":186,"target":249},{"source":186,"target":250},{"source":186,"target":251},{"source":186,"target":252},{"source":186,"target":253},{"source":186,"target":254},{"source":186,"target":255},{"source":186,"target":256},{"source":219,"target":182},{"source":219,"target":257},{"source":219,"target":186},{"source":219,"target":207},{"source":219,"target":12},{"source":257,"target":182},{"source":249,"target":258},{"source":249,"target":186},{"source":250,"target":259},{"source":250,"target":186},{"source":251,"target":260},{"source":251,"target":186},{"source":252,"target":261},{"source":252,"target":186},{"source":253,"target":262},{"source":253,"target":186},{"source":254,"target":187},{"source":254,"target":263},{"source":254,"target":186},{"source":263,"target":187},{"source":255,"target":188},{"source":255,"target":264},{"source":255,"target":186},{"source":264,"target":188},{"source":256,"target":26},{"source":187,"target":34},{"source":187,"target":265},{"source":187,"target":266},{"source":187,"target":267},{"source":187,"target":268},{"source":187,"target":269},{"source":265,"target":187},{"source":266,"target":187},{"source":267,"target":187},{"source":268,"target":187},{"source":269,"target":187},{"source":188,"target":34},{"source":188,"target":270},{"source":188,"target":271},{"source":270,"target":188},{"source":271,"target":188},{"source":189,"target":34},{"source":189,"target":26},{"source":189,"target":272},{"source":189,"target":273},{"source":189,"target":221},{"source":189,"target":274},{"source":189,"target":275},{"source":189,"target":276},{"source":189,"target":277},{"source":189,"target":278},{"source":189,"target":279},{"source":189,"target":280},{"source":189,"target":281},{"source":189,"target":282},{"source":189,"target":283},{"source":272,"target":187},{"source":272,"target":284},{"source":272,"target":189},{"source":284,"target":187},{"source":273,"target":188},{"source":273,"target":285},{"source":273,"target":189},{"source":285,"target":188},{"source":221,"target":182},{"source":221,"target":286},{"source":221,"target":189},{"source":221,"target":208},{"source":221,"target":12},{"source":286,"target":182},{"source":274,"target":287},{"source":274,"target":189},{"source":275,"target":288},{"source":275,"target":189},{"source":276,"target":289},{"source":276,"target":189},{"source":277,"target":290},{"source":277,"target":189},{"source":278,"target":291},{"source":278,"target":189},{"source":279,"target":189},{"source":279,"target":292},{"source":279,"target":189},{"source":279,"target":280},{"source":279,"target":12},{"source":292,"target":189},{"source":280,"target":189},{"source":280,"target":293},{"source":280,"target":189},{"source":280,"target":279},{"source":280,"target":12},{"source":293,"target":189},{"source":281,"target":190},{"source":281,"target":294},{"source":281,"target":189},{"source":281,"target":12},{"source":294,"target":190},{"source":282,"target":225},{"source":282,"target":295},{"source":282,"target":189},{"source":282,"target":296},{"source":282,"target":12},{"source":295,"target":225},{"source":283,"target":26},{"source":190,"target":34},{"source":190,"target":26},{"source":190,"target":297},{"source":190,"target":298},{"source":190,"target":299},{"source":190,"target":300},{"source":190,"target":301},{"source":190,"target":302},{"source":297,"target":303},{"source":297,"target":190},{"source":298,"target":304},{"source":298,"target":190},{"source":299,"target":305},{"source":299,"target":190},{"source":300,"target":306},{"source":300,"target":190},{"source":301,"target":191},{"source":301,"target":307},{"source":301,"target":190},{"source":307,"target":191},{"source":302,"target":26},{"source":191,"target":34},{"source":191,"target":308},{"source":191,"target":309},{"source":191,"target":310},{"source":191,"target":311},{"source":308,"target":191},{"source":309,"target":191},{"source":310,"target":191},{"source":311,"target":191},{"source":192,"target":34},{"source":192,"target":26},{"source":192,"target":200},{"source":192,"target":202},{"source":192,"target":312},{"source":200,"target":181},{"source":200,"target":313},{"source":200,"target":192},{"source":200,"target":194},{"source":200,"target":12},{"source":313,"target":181},{"source":202,"target":181},{"source":202,"target":314},{"source":202,"target":192},{"source":202,"target":195},{"source":202,"target":12},{"source":314,"target":181},{"source":312,"target":26},{"source":35,"target":315},{"source":35,"target":64},{"source":35,"target":316},{"source":35,"target":25},{"source":315,"target":35},{"source":315,"target":26},{"source":315,"target":317},{"source":315,"target":318},{"source":317,"target":316},{"source":317,"target":319},{"source":317,"target":315},{"source":317,"target":320},{"source":317,"target":12},{"source":319,"target":316},{"source":318,"target":26},{"source":64,"target":35},{"source":64,"target":315},{"source":64,"target":66},{"source":64,"target":68},{"source":64,"target":321},{"source":66,"target":26},{"source":66,"target":322},{"source":66,"target":64},{"source":66,"target":52},{"source":66,"target":12},{"source":322,"target":26},{"source":68,"target":26},{"source":68,"target":323},{"source":68,"target":64},{"source":68,"target":53},{"source":68,"target":12},{"source":323,"target":26},{"source":321,"target":315},{"source":316,"target":35},{"source":316,"target":315},{"source":316,"target":320},{"source":316,"target":324},{"source":320,"target":315},{"source":320,"target":325},{"source":320,"target":316},{"source":320,"target":317},{"source":320,"target":12},{"source":325,"target":315},{"source":324,"target":315},{"source":36,"target":326},{"source":36,"target":222},{"source":36,"target":225},{"source":36,"target":327},{"source":36,"target":328},{"source":36,"target":329},{"source":36,"target":330},{"source":36,"target":331},{"source":36,"target":332},{"source":36,"target":25},{"source":326,"target":36},{"source":326,"target":26},{"source":326,"target":333},{"source":326,"target":334},{"source":326,"target":335},{"source":326,"target":336},{"source":326,"target":337},{"source":326,"target":338},{"source":326,"target":339},{"source":326,"target":340},{"source":326,"target":341},{"source":326,"target":342},{"source":333,"target":343},{"source":333,"target":326},{"source":334,"target":344},{"source":334,"target":326},{"source":335,"target":326},{"source":335,"target":345},{"source":335,"target":326},{"source":335,"target":336},{"source":335,"target":12},{"source":345,"target":326},{"source":336,"target":326},{"source":336,"target":346},{"source":336,"target":326},{"source":336,"target":335},{"source":336,"target":12},{"source":346,"target":326},{"source":337,"target":347},{"source":337,"target":326},{"source":338,"target":80},{"source":338,"target":348},{"source":338,"target":326},{"source":338,"target":12},{"source":348,"target":80},{"source":339,"target":349},{"source":339,"target":326},{"source":340,"target":222},{"source":340,"target":350},{"source":340,"target":326},{"source":340,"target":351},{"source":340,"target":12},{"source":350,"target":222},{"source":341,"target":225},{"source":341,"target":352},{"source":341,"target":326},{"source":341,"target":353},{"source":341,"target":12},{"source":352,"target":225},{"source":342,"target":26},{"source":222,"target":36},{"source":222,"target":26},{"source":222,"target":354},{"source":222,"target":355},{"source":222,"target":356},{"source":222,"target":357},{"source":222,"target":351},{"source":222,"target":224},{"source":222,"target":358},{"source":222,"target":359},{"source":222,"target":360},{"source":222,"target":361},{"source":222,"target":362},{"source":222,"target":363},{"source":222,"target":364},{"source":222,"target":365},{"source":222,"target":366},{"source":354,"target":367},{"source":354,"target":222},{"source":355,"target":368},{"source":355,"target":222},{"source":356,"target":369},{"source":356,"target":222},{"source":357,"target":370},{"source":357,"target":222},{"source":351,"target":326},{"source":351,"target":371},{"source":351,"target":222},{"source":351,"target":340},{"source":351,"target":12},{"source":371,"target":326},{"source":224,"target":182},{"source":224,"target":372},{"source":224,"target":222},{"source":224,"target":209},{"source":224,"target":12},{"source":372,"target":182},{"source":358,"target":222},{"source":358,"target":373},{"source":358,"target":222},{"source":358,"target":12},{"source":373,"target":222},{"source":359,"target":222},{"source":359,"target":374},{"source":359,"target":222},{"source":359,"target":12},{"source":374,"target":222},{"source":360,"target":225},{"source":360,"target":375},{"source":360,"target":222},{"source":360,"target":376},{"source":360,"target":12},{"source":375,"target":225},{"source":361,"target":327},{"source":361,"target":377},{"source":361,"target":222},{"source":361,"target":378},{"source":361,"target":12},{"source":377,"target":327},{"source":362,"target":327},{"source":362,"target":379},{"source":362,"target":222},{"source":362,"target":380},{"source":362,"target":12},{"source":379,"target":327},{"source":363,"target":329},{"source":363,"target":381},{"source":363,"target":222},{"source":363,"target":382},{"source":363,"target":12},{"source":381,"target":329},{"source":364,"target":331},{"source":364,"target":383},{"source":364,"target":222},{"source":364,"target":384},{"source":364,"target":12},{"source":383,"target":331},{"source":365,"target":332},{"source":365,"target":385},{"source":365,"target":222},{"source":365,"target":386},{"source":365,"target":12},{"source":385,"target":332},{"source":366,"target":26},{"source":225,"target":36},{"source":225,"target":26},{"source":225,"target":376},{"source":225,"target":353},{"source":225,"target":296},{"source":225,"target":227},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":389},{"source":225,"target":390},{"source":225,"target":391},{"source":376,"target":222},{"source":376,"target":392},{"source":376,"target":225},{"source":376,"target":360},{"source":376,"target":12},{"source":392,"target":222},{"source":353,"target":326},{"source":353,"target":393},{"source":353,"target":225},{"source":353,"target":341},{"source":353,"target":12},{"source":393,"target":326},{"source":296,"target":189},{"source":296,"target":394},{"source":296,"target":225},{"source":296,"target":282},{"source":296,"target":12},{"source":394,"target":189},{"source":227,"target":182},{"source":227,"target":395},{"source":227,"target":225},{"source":227,"target":210},{"source":227,"target":12},{"source":395,"target":182},{"source":387,"target":328},{"source":387,"target":396},{"source":387,"target":225},{"source":387,"target":397},{"source":387,"target":12},{"source":396,"target":328},{"source":388,"target":328},{"source":388,"target":398},{"source":388,"target":225},{"source":388,"target":399},{"source":388,"target":12},{"source":398,"target":328},{"source":389,"target":329},{"source":389,"target":400},{"source":389,"target":225},{"source":389,"target":12},{"source":400,"target":329},{"source":390,"target":332},{"source":390,"target":401},{"source":390,"target":225},{"source":390,"target":402},{"source":390,"target":12},{"source":401,"target":332},{"source":391,"target":26},{"source":327,"target":36},{"source":327,"target":26},{"source":327,"target":378},{"source":327,"target":380},{"source":327,"target":403},{"source":327,"target":404},{"source":327,"target":405},{"source":327,"target":406},{"source":378,"target":222},{"source":378,"target":407},{"source":378,"target":327},{"source":378,"target":361},{"source":378,"target":12},{"source":407,"target":222},{"source":380,"target":222},{"source":380,"target":408},{"source":380,"target":327},{"source":380,"target":362},{"source":380,"target":12},{"source":408,"target":222},{"source":403,"target":328},{"source":403,"target":409},{"source":403,"target":327},{"source":403,"target":410},{"source":403,"target":12},{"source":409,"target":328},{"source":404,"target":331},{"source":404,"target":411},{"source":404,"target":327},{"source":404,"target":412},{"source":404,"target":12},{"source":411,"target":331},{"source":405,"target":331},{"source":405,"target":413},{"source":405,"target":327},{"source":405,"target":414},{"source":405,"target":12},{"source":413,"target":331},{"source":406,"target":26},{"source":328,"target":36},{"source":328,"target":26},{"source":328,"target":397},{"source":328,"target":399},{"source":328,"target":410},{"source":328,"target":415},{"source":397,"target":225},{"source":397,"target":416},{"source":397,"target":328},{"source":397,"target":387},{"source":397,"target":12},{"source":416,"target":225},{"source":399,"target":225},{"source":399,"target":417},{"source":399,"target":328},{"source":399,"target":388},{"source":399,"target":12},{"source":417,"target":225},{"source":410,"target":327},{"source":410,"target":418},{"source":410,"target":328},{"source":410,"target":403},{"source":410,"target":12},{"source":418,"target":327},{"source":415,"target":26},{"source":329,"target":36},{"source":329,"target":26},{"source":329,"target":29},{"source":329,"target":419},{"source":329,"target":420},{"source":329,"target":382},{"source":329,"target":421},{"source":329,"target":422},{"source":329,"target":423},{"source":419,"target":424},{"source":419,"target":329},{"source":420,"target":222},{"source":420,"target":425},{"source":420,"target":329},{"source":420,"target":12},{"source":425,"target":222},{"source":382,"target":222},{"source":382,"target":426},{"source":382,"target":329},{"source":382,"target":363},{"source":382,"target":12},{"source":426,"target":222},{"source":421,"target":330},{"source":421,"target":427},{"source":421,"target":329},{"source":421,"target":12},{"source":427,"target":330},{"source":422,"target":26},{"source":423,"target":29},{"source":330,"target":36},{"source":330,"target":26},{"source":330,"target":29},{"source":330,"target":428},{"source":330,"target":429},{"source":330,"target":430},{"source":330,"target":431},{"source":330,"target":432},{"source":428,"target":433},{"source":428,"target":330},{"source":429,"target":434},{"source":429,"target":330},{"source":430,"target":435},{"source":430,"target":330},{"source":431,"target":26},{"source":432,"target":29},{"source":331,"target":36},{"source":331,"target":26},{"source":331,"target":29},{"source":331,"target":414},{"source":331,"target":412},{"source":331,"target":384},{"source":331,"target":436},{"source":331,"target":437},{"source":414,"target":327},{"source":414,"target":438},{"source":414,"target":331},{"source":414,"target":405},{"source":414,"target":12},{"source":438,"target":327},{"source":412,"target":327},{"source":412,"target":439},{"source":412,"target":331},{"source":412,"target":404},{"source":412,"target":12},{"source":439,"target":327},{"source":384,"target":222},{"source":384,"target":440},{"source":384,"target":331},{"source":384,"target":364},{"source":384,"target":12},{"source":440,"target":222},{"source":436,"target":26},{"source":437,"target":29},{"source":332,"target":36},{"source":332,"target":441},{"source":332,"target":386},{"source":332,"target":402},{"source":332,"target":442},{"source":386,"target":222},{"source":386,"target":443},{"source":386,"target":332},{"source":386,"target":365},{"source":386,"target":12},{"source":443,"target":222},{"source":402,"target":225},{"source":402,"target":444},{"source":402,"target":332},{"source":402,"target":390},{"source":402,"target":12},{"source":444,"target":225},{"source":442,"target":441},{"source":37,"target":445},{"source":37,"target":446},{"source":37,"target":447},{"source":37,"target":441},{"source":37,"target":448},{"source":37,"target":69},{"source":37,"target":25},{"source":445,"target":37},{"source":445,"target":27},{"source":445,"target":111},{"source":445,"target":91},{"source":445,"target":449},{"source":445,"target":450},{"source":445,"target":451},{"source":445,"target":452},{"source":445,"target":453},{"source":445,"target":454},{"source":445,"target":455},{"source":449,"target":110},{"source":449,"target":456},{"source":449,"target":445},{"source":456,"target":110},{"source":450,"target":446},{"source":450,"target":457},{"source":450,"target":445},{"source":450,"target":458},{"source":450,"target":12},{"source":457,"target":446},{"source":451,"target":447},{"source":451,"target":459},{"source":451,"target":445},{"source":451,"target":460},{"source":451,"target":12},{"source":459,"target":447},{"source":452,"target":441},{"source":452,"target":461},{"source":452,"target":445},{"source":452,"target":12},{"source":461,"target":441},{"source":453,"target":27},{"source":454,"target":111},{"source":455,"target":91},{"source":446,"target":37},{"source":446,"target":26},{"source":446,"target":29},{"source":446,"target":458},{"source":446,"target":462},{"source":446,"target":463},{"source":446,"target":464},{"source":458,"target":445},{"source":458,"target":465},{"source":458,"target":446},{"source":458,"target":450},{"source":458,"target":12},{"source":465,"target":445},{"source":462,"target":448},{"source":462,"target":466},{"source":462,"target":446},{"source":462,"target":467},{"source":462,"target":12},{"source":466,"target":448},{"source":463,"target":26},{"source":464,"target":29},{"source":447,"target":37},{"source":447,"target":26},{"source":447,"target":29},{"source":447,"target":468},{"source":447,"target":460},{"source":447,"target":469},{"source":447,"target":470},{"source":468,"target":446},{"source":468,"target":471},{"source":468,"target":447},{"source":468,"target":12},{"source":471,"target":446},{"source":460,"target":445},{"source":460,"target":472},{"source":460,"target":447},{"source":460,"target":451},{"source":460,"target":12},{"source":472,"target":445},{"source":469,"target":26},{"source":470,"target":29},{"source":441,"target":37},{"source":441,"target":26},{"source":441,"target":473},{"source":441,"target":474},{"source":473,"target":448},{"source":473,"target":475},{"source":473,"target":441},{"source":473,"target":476},{"source":473,"target":12},{"source":475,"target":448},{"source":474,"target":26},{"source":448,"target":37},{"source":448,"target":26},{"source":448,"target":29},{"source":448,"target":467},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":448,"target":479},{"source":467,"target":446},{"source":467,"target":480},{"source":467,"target":448},{"source":467,"target":462},{"source":467,"target":12},{"source":480,"target":446},{"source":476,"target":441},{"source":476,"target":481},{"source":476,"target":448},{"source":476,"target":473},{"source":476,"target":12},{"source":481,"target":441},{"source":477,"target":482},{"source":477,"target":448},{"source":478,"target":26},{"source":479,"target":29},{"source":69,"target":37},{"source":69,"target":26},{"source":69,"target":29},{"source":69,"target":483},{"source":69,"target":484},{"source":69,"target":71},{"source":69,"target":485},{"source":69,"target":486},{"source":483,"target":80},{"source":483,"target":487},{"source":483,"target":69},{"source":483,"target":12},{"source":487,"target":80},{"source":484,"target":80},{"source":484,"target":488},{"source":484,"target":69},{"source":484,"target":12},{"source":488,"target":80},{"source":71,"target":26},{"source":71,"target":489},{"source":71,"target":69},{"source":71,"target":54},{"source":71,"target":12},{"source":489,"target":26},{"source":485,"target":26},{"source":486,"target":29},{"source":38,"target":135},{"source":38,"target":490},{"source":38,"target":491},{"source":38,"target":492},{"source":38,"target":25},{"source":135,"target":38},{"source":135,"target":26},{"source":135,"target":493},{"source":135,"target":494},{"source":135,"target":495},{"source":493,"target":496},{"source":493,"target":135},{"source":494,"target":497},{"source":494,"target":135},{"source":495,"target":26},{"source":490,"target":38},{"source":490,"target":445},{"source":490,"target":498},{"source":490,"target":499},{"source":498,"target":500},{"source":498,"target":490},{"source":499,"target":445},{"source":491,"target":38},{"source":491,"target":446},{"source":491,"target":501},{"source":491,"target":502},{"source":491,"target":503},{"source":501,"target":491},{"source":501,"target":504},{"source":501,"target":491},{"source":501,"target":12},{"source":504,"target":491},{"source":502,"target":135},{"source":502,"target":505},{"source":502,"target":491},{"source":502,"target":12},{"source":505,"target":135},{"source":503,"target":446},{"source":492,"target":38},{"source":492,"target":447},{"source":492,"target":506},{"source":492,"target":507},{"source":506,"target":135},{"source":506,"target":508},{"source":506,"target":492},{"source":506,"target":12},{"source":508,"target":135},{"source":507,"target":447},{"source":39,"target":509},{"source":39,"target":510},{"source":39,"target":511},{"source":39,"target":512},{"source":39,"target":25},{"source":509,"target":39},{"source":509,"target":91},{"source":509,"target":111},{"source":509,"target":513},{"source":509,"target":514},{"source":509,"target":515},{"source":509,"target":516},{"source":509,"target":517},{"source":509,"target":518},{"source":513,"target":519},{"source":513,"target":509},{"source":514,"target":510},{"source":514,"target":520},{"source":514,"target":509},{"source":520,"target":510},{"source":515,"target":511},{"source":515,"target":521},{"source":515,"target":509},{"source":521,"target":511},{"source":516,"target":512},{"source":516,"target":522},{"source":516,"target":509},{"source":522,"target":512},{"source":517,"target":91},{"source":518,"target":111},{"source":510,"target":39},{"source":510,"target":523},{"source":510,"target":524},{"source":510,"target":525},{"source":510,"target":526},{"source":510,"target":527},{"source":523,"target":510},{"source":524,"target":510},{"source":525,"target":510},{"source":526,"target":510},{"source":527,"target":510},{"source":511,"target":39},{"source":511,"target":528},{"source":511,"target":529},{"source":511,"target":530},{"source":511,"target":531},{"source":511,"target":532},{"source":528,"target":511},{"source":529,"target":511},{"source":530,"target":511},{"source":531,"target":511},{"source":532,"target":511},{"source":512,"target":39},{"source":512,"target":533},{"source":512,"target":534},{"source":512,"target":535},{"source":533,"target":512},{"source":534,"target":512},{"source":535,"target":512},{"source":40,"target":536},{"source":40,"target":537},{"source":40,"target":538},{"source":40,"target":25},{"source":536,"target":40},{"source":536,"target":26},{"source":536,"target":539},{"source":536,"target":540},{"source":536,"target":541},{"source":536,"target":542},{"source":536,"target":543},{"source":539,"target":183},{"source":539,"target":544},{"source":539,"target":536},{"source":539,"target":12},{"source":544,"target":183},{"source":540,"target":183},{"source":540,"target":545},{"source":540,"target":536},{"source":540,"target":12},{"source":545,"target":183},{"source":541,"target":537},{"source":541,"target":546},{"source":541,"target":536},{"source":541,"target":547},{"source":541,"target":12},{"source":546,"target":537},{"source":542,"target":537},{"source":542,"target":548},{"source":542,"target":536},{"source":542,"target":549},{"source":542,"target":12},{"source":548,"target":537},{"source":543,"target":26},{"source":537,"target":40},{"source":537,"target":26},{"source":537,"target":547},{"source":537,"target":549},{"source":537,"target":550},{"source":547,"target":536},{"source":547,"target":551},{"source":547,"target":537},{"source":547,"target":541},{"source":547,"target":12},{"source":551,"target":536},{"source":549,"target":536},{"source":549,"target":552},{"source":549,"target":537},{"source":549,"target":542},{"source":549,"target":12},{"source":552,"target":536},{"source":550,"target":26},{"source":538,"target":40},{"source":538,"target":26},{"source":538,"target":553},{"source":538,"target":554},{"source":553,"target":536},{"source":553,"target":555},{"source":553,"target":538},{"source":553,"target":12},{"source":555,"target":536},{"source":554,"target":26},{"source":41,"target":556},{"source":41,"target":557},{"source":41,"target":558},{"source":41,"target":559},{"source":41,"target":560},{"source":41,"target":25},{"source":556,"target":41},{"source":556,"target":26},{"source":556,"target":561},{"source":556,"target":562},{"source":556,"target":563},{"source":556,"target":564},{"source":556,"target":565},{"source":556,"target":566},{"source":556,"target":567},{"source":556,"target":568},{"source":556,"target":569},{"source":556,"target":570},{"source":556,"target":571},{"source":561,"target":572},{"source":561,"target":556},{"source":562,"target":573},{"source":562,"target":556},{"source":563,"target":574},{"source":563,"target":556},{"source":564,"target":81},{"source":564,"target":575},{"source":564,"target":556},{"source":564,"target":12},{"source":575,"target":81},{"source":565,"target":81},{"source":565,"target":576},{"source":565,"target":556},{"source":565,"target":12},{"source":576,"target":81},{"source":566,"target":81},{"source":566,"target":577},{"source":566,"target":556},{"source":566,"target":12},{"source":577,"target":81},{"source":567,"target":80},{"source":567,"target":578},{"source":567,"target":556},{"source":567,"target":12},{"source":578,"target":80},{"source":568,"target":557},{"source":568,"target":579},{"source":568,"target":556},{"source":568,"target":12},{"source":579,"target":557},{"source":569,"target":559},{"source":569,"target":580},{"source":569,"target":556},{"source":569,"target":12},{"source":580,"target":559},{"source":570,"target":560},{"source":570,"target":581},{"source":570,"target":556},{"source":570,"target":12},{"source":581,"target":560},{"source":571,"target":26},{"source":557,"target":41},{"source":557,"target":26},{"source":557,"target":582},{"source":557,"target":583},{"source":582,"target":584},{"source":582,"target":557},{"source":583,"target":26},{"source":558,"target":41},{"source":558,"target":557},{"source":558,"target":585},{"source":558,"target":586},{"source":585,"target":557},{"source":585,"target":587},{"source":585,"target":558},{"source":585,"target":12},{"source":587,"target":557},{"source":586,"target":557},{"source":559,"target":41},{"source":559,"target":557},{"source":559,"target":588},{"source":559,"target":589},{"source":588,"target":445},{"source":588,"target":590},{"source":588,"target":559},{"source":588,"target":12},{"source":590,"target":445},{"source":589,"target":557},{"source":560,"target":41},{"source":560,"target":557},{"source":560,"target":591},{"source":560,"target":592},{"source":591,"target":91},{"source":591,"target":593},{"source":591,"target":560},{"source":591,"target":12},{"source":593,"target":91},{"source":592,"target":557},{"source":42,"target":594},{"source":42,"target":595},{"source":42,"target":596},{"source":42,"target":597},{"source":42,"target":598},{"source":42,"target":25},{"source":594,"target":42},{"source":594,"target":26},{"source":594,"target":599},{"source":594,"target":600},{"source":594,"target":601},{"source":594,"target":602},{"source":599,"target":603},{"source":599,"target":594},{"source":600,"target":595},{"source":600,"target":604},{"source":600,"target":594},{"source":600,"target":605},{"source":600,"target":12},{"source":604,"target":595},{"source":601,"target":595},{"source":601,"target":606},{"source":601,"target":594},{"source":601,"target":607},{"source":601,"target":12},{"source":606,"target":595},{"source":602,"target":26},{"source":595,"target":42},{"source":595,"target":26},{"source":595,"target":605},{"source":595,"target":607},{"source":595,"target":608},{"source":605,"target":594},{"source":605,"target":609},{"source":605,"target":595},{"source":605,"target":600},{"source":605,"target":12},{"source":609,"target":594},{"source":607,"target":594},{"source":607,"target":610},{"source":607,"target":595},{"source":607,"target":601},{"source":607,"target":12},{"source":610,"target":594},{"source":608,"target":26},{"source":596,"target":42},{"source":596,"target":595},{"source":596,"target":611},{"source":596,"target":612},{"source":596,"target":613},{"source":596,"target":614},{"source":611,"target":615},{"source":611,"target":596},{"source":612,"target":616},{"source":612,"target":596},{"source":613,"target":617},{"source":613,"target":596},{"source":614,"target":595},{"source":597,"target":42},{"source":597,"target":595},{"source":597,"target":618},{"source":618,"target":595},{"source":598,"target":42},{"source":598,"target":595},{"source":598,"target":619},{"source":619,"target":595},{"source":43,"target":620},{"source":43,"target":621},{"source":43,"target":25},{"source":620,"target":43},{"source":620,"target":28},{"source":620,"target":622},{"source":620,"target":623},{"source":622,"target":624},{"source":622,"target":620},{"source":623,"target":28},{"source":621,"target":43},{"source":621,"target":28},{"source":621,"target":625},{"source":621,"target":626},{"source":621,"target":627},{"source":621,"target":628},{"source":621,"target":629},{"source":621,"target":630},{"source":625,"target":631},{"source":625,"target":621},{"source":626,"target":632},{"source":626,"target":621},{"source":627,"target":633},{"source":627,"target":621},{"source":628,"target":634},{"source":628,"target":621},{"source":629,"target":635},{"source":629,"target":621},{"source":630,"target":28},{"source":44,"target":636},{"source":44,"target":637},{"source":44,"target":72},{"source":44,"target":638},{"source":44,"target":639},{"source":44,"target":640},{"source":44,"target":641},{"source":44,"target":25},{"source":636,"target":44},{"source":636,"target":26},{"source":636,"target":642},{"source":636,"target":643},{"source":636,"target":644},{"source":642,"target":26},{"source":642,"target":645},{"source":642,"target":636},{"source":642,"target":12},{"source":645,"target":26},{"source":643,"target":637},{"source":643,"target":646},{"source":643,"target":636},{"source":643,"target":647},{"source":643,"target":12},{"source":646,"target":637},{"source":644,"target":26},{"source":637,"target":44},{"source":637,"target":26},{"source":637,"target":648},{"source":637,"target":647},{"source":637,"target":649},{"source":637,"target":650},{"source":637,"target":651},{"source":648,"target":652},{"source":648,"target":637},{"source":647,"target":636},{"source":647,"target":653},{"source":647,"target":637},{"source":647,"target":643},{"source":647,"target":12},{"source":653,"target":636},{"source":649,"target":72},{"source":649,"target":654},{"source":649,"target":637},{"source":649,"target":655},{"source":649,"target":12},{"source":654,"target":72},{"source":650,"target":638},{"source":650,"target":656},{"source":650,"target":637},{"source":650,"target":657},{"source":650,"target":12},{"source":656,"target":638},{"source":651,"target":26},{"source":72,"target":44},{"source":72,"target":26},{"source":72,"target":655},{"source":72,"target":74},{"source":72,"target":658},{"source":72,"target":659},{"source":655,"target":637},{"source":655,"target":660},{"source":655,"target":72},{"source":655,"target":649},{"source":655,"target":12},{"source":660,"target":637},{"source":74,"target":26},{"source":74,"target":661},{"source":74,"target":72},{"source":74,"target":55},{"source":74,"target":12},{"source":661,"target":26},{"source":658,"target":640},{"source":658,"target":662},{"source":658,"target":72},{"source":658,"target":663},{"source":658,"target":12},{"source":662,"target":640},{"source":659,"target":26},{"source":638,"target":44},{"source":638,"target":26},{"source":638,"target":657},{"source":638,"target":664},{"source":638,"target":665},{"source":657,"target":637},{"source":657,"target":666},{"source":657,"target":638},{"source":657,"target":650},{"source":657,"target":12},{"source":666,"target":637},{"source":664,"target":640},{"source":664,"target":667},{"source":664,"target":638},{"source":664,"target":668},{"source":664,"target":12},{"source":667,"target":640},{"source":665,"target":26},{"source":639,"target":44},{"source":639,"target":638},{"source":639,"target":669},{"source":639,"target":670},{"source":669,"target":671},{"source":669,"target":639},{"source":670,"target":638},{"source":640,"target":44},{"source":640,"target":26},{"source":640,"target":663},{"source":640,"target":668},{"source":640,"target":672},{"source":663,"target":72},{"source":663,"target":673},{"source":663,"target":640},{"source":663,"target":658},{"source":663,"target":12},{"source":673,"target":72},{"source":668,"target":638},{"source":668,"target":674},{"source":668,"target":640},{"source":668,"target":664},{"source":668,"target":12},{"source":674,"target":638},{"source":672,"target":26},{"source":641,"target":44},{"source":641,"target":640},{"source":641,"target":675},{"source":641,"target":676},{"source":675,"target":677},{"source":675,"target":641},{"source":676,"target":640},{"source":45,"target":678},{"source":45,"target":25},{"source":678,"target":45},{"source":678,"target":679},{"source":678,"target":680},{"source":678,"target":681},{"source":679,"target":5},{"source":679,"target":682},{"source":679,"target":678},{"source":682,"target":5},{"source":680,"target":5},{"source":680,"target":683},{"source":680,"target":678},{"source":683,"target":5},{"source":681,"target":5},{"source":681,"target":684},{"source":681,"target":678},{"source":684,"target":5},{"source":46,"target":685},{"source":46,"target":686},{"source":46,"target":687},{"source":46,"target":688},{"source":46,"target":689},{"source":46,"target":690},{"source":46,"target":691},{"source":46,"target":25},{"source":685,"target":46},{"source":685,"target":26},{"source":685,"target":692},{"source":685,"target":693},{"source":685,"target":694},{"source":692,"target":686},{"source":692,"target":695},{"source":692,"target":685},{"source":692,"target":696},{"source":692,"target":12},{"source":695,"target":686},{"source":693,"target":686},{"source":693,"target":697},{"source":693,"target":685},{"source":693,"target":698},{"source":693,"target":12},{"source":697,"target":686},{"source":694,"target":26},{"source":686,"target":46},{"source":686,"target":26},{"source":686,"target":696},{"source":686,"target":698},{"source":686,"target":699},{"source":686,"target":700},{"source":696,"target":685},{"source":696,"target":701},{"source":696,"target":686},{"source":696,"target":692},{"source":696,"target":12},{"source":701,"target":685},{"source":698,"target":685},{"source":698,"target":702},{"source":698,"target":686},{"source":698,"target":693},{"source":698,"target":12},{"source":702,"target":685},{"source":699,"target":703},{"source":699,"target":686},{"source":700,"target":26},{"source":687,"target":46},{"source":687,"target":685},{"source":687,"target":704},{"source":704,"target":685},{"source":688,"target":46},{"source":688,"target":685},{"source":688,"target":705},{"source":705,"target":685},{"source":689,"target":46},{"source":689,"target":685},{"source":689,"target":706},{"source":706,"target":685},{"source":690,"target":46},{"source":690,"target":685},{"source":690,"target":707},{"source":707,"target":685},{"source":691,"target":46},{"source":691,"target":685},{"source":691,"target":708},{"source":708,"target":685},{"source":709,"target":710},{"source":709,"target":711},{"source":709,"target":712},{"source":709,"target":713},{"source":709,"target":714},{"source":709,"target":715},{"source":709,"target":716},{"source":709,"target":717},{"source":709,"target":718},{"source":709,"target":719},{"source":709,"target":720},{"source":709,"target":721},{"source":710,"target":709},{"source":710,"target":722},{"source":710,"target":723},{"source":710,"target":724},{"source":710,"target":725},{"source":722,"target":714},{"source":722,"target":726},{"source":722,"target":710},{"source":726,"target":714},{"source":723,"target":727},{"source":723,"target":728},{"source":723,"target":710},{"source":728,"target":727},{"source":724,"target":729},{"source":724,"target":710},{"source":725,"target":730},{"source":725,"target":710},{"source":711,"target":709},{"source":711,"target":731},{"source":711,"target":732},{"source":711,"target":733},{"source":711,"target":734},{"source":731,"target":735},{"source":731,"target":711},{"source":732,"target":736},{"source":732,"target":711},{"source":733,"target":714},{"source":733,"target":737},{"source":733,"target":711},{"source":737,"target":714},{"source":734,"target":738},{"source":734,"target":739},{"source":734,"target":711},{"source":739,"target":738},{"source":712,"target":709},{"source":712,"target":2},{"source":712,"target":740},{"source":740,"target":2},{"source":713,"target":709},{"source":713,"target":741},{"source":713,"target":742},{"source":713,"target":743},{"source":713,"target":744},{"source":741,"target":745},{"source":741,"target":746},{"source":741,"target":713},{"source":746,"target":745},{"source":742,"target":710},{"source":742,"target":747},{"source":742,"target":713},{"source":747,"target":710},{"source":743,"target":712},{"source":743,"target":748},{"source":743,"target":713},{"source":748,"target":712},{"source":744,"target":749},{"source":744,"target":750},{"source":744,"target":713},{"source":750,"target":749},{"source":714,"target":709},{"source":714,"target":2},{"source":714,"target":751},{"source":751,"target":2},{"source":715,"target":709},{"source":715,"target":752},{"source":752,"target":753},{"source":752,"target":715},{"source":716,"target":709},{"source":716,"target":754},{"source":716,"target":755},{"source":754,"target":756},{"source":754,"target":716},{"source":755,"target":757},{"source":755,"target":716},{"source":717,"target":709},{"source":717,"target":3},{"source":717,"target":758},{"source":758,"target":3},{"source":718,"target":759},{"source":718,"target":760},{"source":718,"target":738},{"source":718,"target":761},{"source":718,"target":762},{"source":718,"target":763},{"source":718,"target":764},{"source":718,"target":765},{"source":718,"target":727},{"source":718,"target":766},{"source":718,"target":767},{"source":718,"target":768},{"source":718,"target":769},{"source":718,"target":709},{"source":759,"target":718},{"source":759,"target":761},{"source":759,"target":770},{"source":759,"target":771},{"source":770,"target":772},{"source":770,"target":759},{"source":771,"target":761},{"source":760,"target":718},{"source":760,"target":761},{"source":760,"target":773},{"source":760,"target":774},{"source":773,"target":775},{"source":773,"target":760},{"source":774,"target":761},{"source":738,"target":718},{"source":738,"target":761},{"source":738,"target":776},{"source":738,"target":777},{"source":776,"target":778},{"source":776,"target":738},{"source":777,"target":761},{"source":761,"target":718},{"source":762,"target":718},{"source":762,"target":779},{"source":762,"target":780},{"source":762,"target":781},{"source":762,"target":782},{"source":779,"target":783},{"source":779,"target":762},{"source":780,"target":784},{"source":780,"target":762},{"source":781,"target":785},{"source":781,"target":762},{"source":782,"target":786},{"source":782,"target":762},{"source":763,"target":718},{"source":763,"target":787},{"source":763,"target":788},{"source":763,"target":789},{"source":763,"target":790},{"source":763,"target":791},{"source":787,"target":792},{"source":787,"target":793},{"source":787,"target":763},{"source":793,"target":792},{"source":788,"target":794},{"source":788,"target":795},{"source":788,"target":763},{"source":795,"target":794},{"source":789,"target":762},{"source":789,"target":796},{"source":789,"target":763},{"source":796,"target":762},{"source":790,"target":797},{"source":790,"target":798},{"source":790,"target":763},{"source":798,"target":797},{"source":791,"target":767},{"source":791,"target":799},{"source":791,"target":763},{"source":799,"target":767},{"source":764,"target":718},{"source":764,"target":800},{"source":764,"target":801},{"source":764,"target":802},{"source":764,"target":803},{"source":764,"target":804},{"source":800,"target":738},{"source":800,"target":805},{"source":800,"target":764},{"source":805,"target":738},{"source":801,"target":762},{"source":801,"target":806},{"source":801,"target":764},{"source":806,"target":762},{"source":802,"target":759},{"source":802,"target":807},{"source":802,"target":764},{"source":807,"target":759},{"source":803,"target":767},{"source":803,"target":808},{"source":803,"target":764},{"source":808,"target":767},{"source":804,"target":763},{"source":804,"target":809},{"source":804,"target":764},{"source":809,"target":763},{"source":765,"target":718},{"source":765,"target":810},{"source":765,"target":811},{"source":765,"target":812},{"source":765,"target":813},{"source":810,"target":738},{"source":810,"target":814},{"source":810,"target":765},{"source":814,"target":738},{"source":811,"target":738},{"source":811,"target":815},{"source":811,"target":765},{"source":815,"target":738},{"source":812,"target":5},{"source":812,"target":816},{"source":812,"target":765},{"source":816,"target":5},{"source":813,"target":817},{"source":813,"target":765},{"source":727,"target":718},{"source":727,"target":818},{"source":727,"target":819},{"source":727,"target":820},{"source":727,"target":821},{"source":727,"target":822},{"source":727,"target":823},{"source":727,"target":824},{"source":818,"target":1},{"source":818,"target":825},{"source":818,"target":727},{"source":825,"target":1},{"source":819,"target":738},{"source":819,"target":826},{"source":819,"target":727},{"source":826,"target":738},{"source":820,"target":759},{"source":820,"target":827},{"source":820,"target":727},{"source":827,"target":759},{"source":821,"target":727},{"source":821,"target":828},{"source":821,"target":727},{"source":821,"target":822},{"source":828,"target":727},{"source":822,"target":727},{"source":822,"target":829},{"source":822,"target":727},{"source":822,"target":821},{"source":829,"target":727},{"source":823,"target":763},{"source":823,"target":830},{"source":823,"target":727},{"source":830,"target":763},{"source":824,"target":762},{"source":824,"target":831},{"source":824,"target":727},{"source":831,"target":762},{"source":766,"target":718},{"source":766,"target":761},{"source":766,"target":832},{"source":832,"target":761},{"source":767,"target":718},{"source":767,"target":833},{"source":767,"target":834},{"source":833,"target":835},{"source":833,"target":767},{"source":834,"target":836},{"source":834,"target":767},{"source":768,"target":792},{"source":768,"target":837},{"source":768,"target":838},{"source":768,"target":839},{"source":768,"target":840},{"source":768,"target":841},{"source":768,"target":842},{"source":768,"target":843},{"source":768,"target":844},{"source":768,"target":845},{"source":768,"target":846},{"source":768,"target":847},{"source":768,"target":848},{"source":768,"target":849},{"source":768,"target":850},{"source":768,"target":851},{"source":768,"target":852},{"source":768,"target":853},{"source":768,"target":854},{"source":768,"target":855},{"source":768,"target":718},{"source":792,"target":768},{"source":792,"target":3},{"source":792,"target":856},{"source":792,"target":857},{"source":792,"target":858},{"source":792,"target":859},{"source":792,"target":860},{"source":792,"target":861},{"source":856,"target":862},{"source":856,"target":792},{"source":857,"target":863},{"source":857,"target":792},{"source":858,"target":5},{"source":858,"target":864},{"source":858,"target":792},{"source":864,"target":5},{"source":859,"target":865},{"source":859,"target":792},{"source":860,"target":866},{"source":860,"target":792},{"source":861,"target":3},{"source":837,"target":768},{"source":837,"target":792},{"source":837,"target":867},{"source":837,"target":868},{"source":837,"target":869},{"source":837,"target":870},{"source":837,"target":871},{"source":837,"target":872},{"source":867,"target":792},{"source":867,"target":873},{"source":867,"target":837},{"source":873,"target":792},{"source":868,"target":792},{"source":868,"target":874},{"source":868,"target":837},{"source":874,"target":792},{"source":869,"target":875},{"source":869,"target":837},{"source":870,"target":876},{"source":870,"target":837},{"source":871,"target":877},{"source":871,"target":837},{"source":872,"target":792},{"source":838,"target":768},{"source":838,"target":792},{"source":838,"target":878},{"source":838,"target":879},{"source":878,"target":880},{"source":878,"target":838},{"source":879,"target":792},{"source":839,"target":768},{"source":839,"target":792},{"source":839,"target":881},{"source":839,"target":882},{"source":839,"target":883},{"source":839,"target":884},{"source":839,"target":885},{"source":881,"target":886},{"source":881,"target":839},{"source":882,"target":887},{"source":882,"target":839},{"source":883,"target":848},{"source":883,"target":888},{"source":883,"target":839},{"source":888,"target":848},{"source":884,"target":854},{"source":884,"target":889},{"source":884,"target":839},{"source":889,"target":854},{"source":885,"target":792},{"source":840,"target":768},{"source":840,"target":838},{"source":840,"target":890},{"source":840,"target":891},{"source":840,"target":892},{"source":890,"target":893},{"source":890,"target":840},{"source":891,"target":894},{"source":891,"target":840},{"source":892,"target":838},{"source":841,"target":768},{"source":841,"target":838},{"source":841,"target":895},{"source":841,"target":896},{"source":841,"target":897},{"source":841,"target":898},{"source":895,"target":899},{"source":895,"target":841},{"source":896,"target":900},{"source":896,"target":841},{"source":897,"target":901},{"source":897,"target":841},{"source":898,"target":838},{"source":842,"target":768},{"source":842,"target":838},{"source":842,"target":902},{"source":842,"target":903},{"source":842,"target":904},{"source":842,"target":905},{"source":902,"target":906},{"source":902,"target":842},{"source":903,"target":907},{"source":903,"target":842},{"source":904,"target":908},{"source":904,"target":842},{"source":905,"target":838},{"source":843,"target":768},{"source":843,"target":838},{"source":843,"target":909},{"source":843,"target":910},{"source":843,"target":911},{"source":843,"target":912},{"source":909,"target":913},{"source":909,"target":843},{"source":910,"target":914},{"source":910,"target":843},{"source":911,"target":915},{"source":911,"target":843},{"source":912,"target":838},{"source":844,"target":768},{"source":844,"target":848},{"source":844,"target":916},{"source":844,"target":917},{"source":844,"target":918},{"source":916,"target":5},{"source":916,"target":919},{"source":916,"target":844},{"source":919,"target":5},{"source":917,"target":5},{"source":917,"target":920},{"source":917,"target":844},{"source":920,"target":5},{"source":918,"target":848},{"source":845,"target":768},{"source":845,"target":848},{"source":845,"target":921},{"source":845,"target":922},{"source":845,"target":923},{"source":845,"target":924},{"source":921,"target":925},{"source":921,"target":845},{"source":922,"target":5},{"source":922,"target":926},{"source":922,"target":845},{"source":926,"target":5},{"source":923,"target":5},{"source":923,"target":927},{"source":923,"target":845},{"source":927,"target":5},{"source":924,"target":848},{"source":846,"target":768},{"source":846,"target":848},{"source":846,"target":928},{"source":846,"target":929},{"source":846,"target":930},{"source":846,"target":931},{"source":928,"target":932},{"source":928,"target":846},{"source":929,"target":933},{"source":929,"target":846},{"source":930,"target":5},{"source":930,"target":934},{"source":930,"target":846},{"source":934,"target":5},{"source":931,"target":848},{"source":847,"target":768},{"source":847,"target":838},{"source":847,"target":935},{"source":847,"target":936},{"source":847,"target":937},{"source":847,"target":938},{"source":935,"target":939},{"source":935,"target":847},{"source":936,"target":940},{"source":936,"target":847},{"source":937,"target":5},{"source":937,"target":941},{"source":937,"target":847},{"source":941,"target":5},{"source":938,"target":838},{"source":848,"target":768},{"source":848,"target":838},{"source":848,"target":942},{"source":848,"target":943},{"source":848,"target":944},{"source":848,"target":945},{"source":942,"target":946},{"source":942,"target":848},{"source":943,"target":947},{"source":943,"target":848},{"source":944,"target":853},{"source":944,"target":948},{"source":944,"target":848},{"source":948,"target":853},{"source":945,"target":838},{"source":849,"target":768},{"source":849,"target":840},{"source":849,"target":949},{"source":949,"target":840},{"source":850,"target":768},{"source":850,"target":2},{"source":850,"target":950},{"source":950,"target":2},{"source":851,"target":768},{"source":851,"target":951},{"source":851,"target":952},{"source":951,"target":953},{"source":951,"target":851},{"source":952,"target":792},{"source":952,"target":954},{"source":952,"target":851},{"source":954,"target":792},{"source":852,"target":768},{"source":852,"target":955},{"source":852,"target":956},{"source":955,"target":957},{"source":955,"target":852},{"source":956,"target":5},{"source":956,"target":958},{"source":956,"target":852},{"source":958,"target":5},{"source":853,"target":768},{"source":853,"target":959},{"source":853,"target":960},{"source":853,"target":961},{"source":959,"target":853},{"source":960,"target":853},{"source":961,"target":853},{"source":854,"target":768},{"source":854,"target":962},{"source":854,"target":963},{"source":962,"target":964},{"source":962,"target":854},{"source":963,"target":5},{"source":963,"target":965},{"source":963,"target":854},{"source":965,"target":5},{"source":855,"target":966},{"source":855,"target":768},{"source":966,"target":855},{"source":966,"target":837},{"source":966,"target":967},{"source":967,"target":837},{"source":769,"target":794},{"source":769,"target":968},{"source":769,"target":969},{"source":769,"target":970},{"source":769,"target":971},{"source":769,"target":972},{"source":769,"target":973},{"source":769,"target":974},{"source":769,"target":975},{"source":769,"target":976},{"source":769,"target":977},{"source":769,"target":978},{"source":769,"target":979},{"source":769,"target":980},{"source":769,"target":981},{"source":769,"target":982},{"source":769,"target":983},{"source":769,"target":984},{"source":769,"target":985},{"source":769,"target":986},{"source":769,"target":987},{"source":769,"target":988},{"source":769,"target":989},{"source":769,"target":990},{"source":769,"target":991},{"source":769,"target":992},{"source":769,"target":993},{"source":769,"target":994},{"source":769,"target":995},{"source":769,"target":718},{"source":794,"target":769},{"source":794,"target":996},{"source":996,"target":997},{"source":996,"target":794},{"source":968,"target":769},{"source":968,"target":794},{"source":968,"target":998},{"source":968,"target":999},{"source":968,"target":1000},{"source":968,"target":1001},{"source":998,"target":5},{"source":998,"target":1002},{"source":998,"target":968},{"source":1002,"target":5},{"source":999,"target":1003},{"source":999,"target":968},{"source":1000,"target":1004},{"source":1000,"target":968},{"source":1001,"target":794},{"source":969,"target":769},{"source":969,"target":794},{"source":969,"target":1005},{"source":969,"target":1006},{"source":969,"target":1007},{"source":969,"target":1008},{"source":969,"target":1009},{"source":969,"target":1010},{"source":1005,"target":1011},{"source":1005,"target":969},{"source":1006,"target":1012},{"source":1006,"target":969},{"source":1007,"target":738},{"source":1007,"target":1013},{"source":1007,"target":969},{"source":1013,"target":738},{"source":1008,"target":738},{"source":1008,"target":1014},{"source":1008,"target":969},{"source":1014,"target":738},{"source":1009,"target":792},{"source":1009,"target":1015},{"source":1009,"target":969},{"source":1015,"target":792},{"source":1010,"target":794},{"source":970,"target":769},{"source":970,"target":794},{"source":970,"target":1016},{"source":970,"target":1017},{"source":1016,"target":738},{"source":1016,"target":1018},{"source":1016,"target":970},{"source":1018,"target":738},{"source":1017,"target":794},{"source":971,"target":769},{"source":971,"target":794},{"source":971,"target":1019},{"source":971,"target":1020},{"source":971,"target":1021},{"source":971,"target":1022},{"source":971,"target":1023},{"source":1019,"target":1024},{"source":1019,"target":971},{"source":1020,"target":1025},{"source":1020,"target":971},{"source":1021,"target":1026},{"source":1021,"target":971},{"source":1022,"target":1027},{"source":1022,"target":971},{"source":1023,"target":794},{"source":972,"target":769},{"source":972,"target":794},{"source":972,"target":1028},{"source":972,"target":1029},{"source":1028,"target":1030},{"source":1028,"target":972},{"source":1029,"target":794},{"source":973,"target":769},{"source":973,"target":794},{"source":973,"target":1031},{"source":973,"target":1032},{"source":973,"target":1033},{"source":1031,"target":738},{"source":1031,"target":1034},{"source":1031,"target":973},{"source":1034,"target":738},{"source":1032,"target":738},{"source":1032,"target":1035},{"source":1032,"target":973},{"source":1035,"target":738},{"source":1033,"target":794},{"source":974,"target":769},{"source":974,"target":794},{"source":974,"target":1036},{"source":974,"target":1037},{"source":974,"target":1038},{"source":1036,"target":5},{"source":1036,"target":1039},{"source":1036,"target":974},{"source":1039,"target":5},{"source":1037,"target":5},{"source":1037,"target":1040},{"source":1037,"target":974},{"source":1040,"target":5},{"source":1038,"target":794},{"source":975,"target":769},{"source":975,"target":794},{"source":975,"target":1041},{"source":975,"target":1042},{"source":1041,"target":1043},{"source":1041,"target":975},{"source":1042,"target":794},{"source":976,"target":769},{"source":976,"target":794},{"source":976,"target":1044},{"source":976,"target":1045},{"source":976,"target":1046},{"source":976,"target":1047},{"source":1044,"target":738},{"source":1044,"target":1048},{"source":1044,"target":976},{"source":1048,"target":738},{"source":1045,"target":738},{"source":1045,"target":1049},{"source":1045,"target":976},{"source":1049,"target":738},{"source":1046,"target":5},{"source":1046,"target":1050},{"source":1046,"target":976},{"source":1050,"target":5},{"source":1047,"target":794},{"source":977,"target":769},{"source":977,"target":794},{"source":977,"target":1051},{"source":1051,"target":794},{"source":978,"target":769},{"source":978,"target":794},{"source":978,"target":1052},{"source":978,"target":1053},{"source":978,"target":1054},{"source":978,"target":1055},{"source":978,"target":1056},{"source":1052,"target":1057},{"source":1052,"target":978},{"source":1053,"target":1058},{"source":1053,"target":978},{"source":1054,"target":5},{"source":1054,"target":1059},{"source":1054,"target":978},{"source":1059,"target":5},{"source":1055,"target":5},{"source":1055,"target":1060},{"source":1055,"target":978},{"source":1060,"target":5},{"source":1056,"target":794},{"source":979,"target":769},{"source":979,"target":794},{"source":979,"target":1061},{"source":979,"target":1062},{"source":979,"target":1063},{"source":979,"target":1064},{"source":979,"target":1065},{"source":1061,"target":1066},{"source":1061,"target":979},{"source":1062,"target":5},{"source":1062,"target":1067},{"source":1062,"target":979},{"source":1067,"target":5},{"source":1063,"target":5},{"source":1063,"target":1068},{"source":1063,"target":979},{"source":1068,"target":5},{"source":1064,"target":1069},{"source":1064,"target":979},{"source":1065,"target":794},{"source":980,"target":769},{"source":980,"target":794},{"source":980,"target":1070},{"source":980,"target":1071},{"source":980,"target":1072},{"source":980,"target":1073},{"source":1070,"target":5},{"source":1070,"target":1074},{"source":1070,"target":980},{"source":1074,"target":5},{"source":1071,"target":5},{"source":1071,"target":1075},{"source":1071,"target":980},{"source":1075,"target":5},{"source":1072,"target":1076},{"source":1072,"target":980},{"source":1073,"target":794},{"source":981,"target":769},{"source":981,"target":794},{"source":981,"target":1077},{"source":981,"target":1078},{"source":981,"target":1079},{"source":981,"target":1080},{"source":1077,"target":5},{"source":1077,"target":1081},{"source":1077,"target":981},{"source":1081,"target":5},{"source":1078,"target":5},{"source":1078,"target":1082},{"source":1078,"target":981},{"source":1082,"target":5},{"source":1079,"target":1083},{"source":1079,"target":981},{"source":1080,"target":794},{"source":982,"target":769},{"source":982,"target":794},{"source":982,"target":1084},{"source":982,"target":1085},{"source":982,"target":1086},{"source":1084,"target":1087},{"source":1084,"target":982},{"source":1085,"target":1088},{"source":1085,"target":982},{"source":1086,"target":794},{"source":983,"target":769},{"source":983,"target":794},{"source":983,"target":1089},{"source":983,"target":1090},{"source":983,"target":1091},{"source":1089,"target":1092},{"source":1089,"target":983},{"source":1090,"target":1093},{"source":1090,"target":983},{"source":1091,"target":794},{"source":984,"target":769},{"source":984,"target":794},{"source":984,"target":1094},{"source":984,"target":1095},{"source":1094,"target":792},{"source":1094,"target":1096},{"source":1094,"target":984},{"source":1096,"target":792},{"source":1095,"target":794},{"source":985,"target":769},{"source":985,"target":794},{"source":985,"target":1097},{"source":1097,"target":794},{"source":986,"target":769},{"source":986,"target":794},{"source":986,"target":1098},{"source":986,"target":1099},{"source":986,"target":1100},{"source":1098,"target":738},{"source":1098,"target":1101},{"source":1098,"target":986},{"source":1101,"target":738},{"source":1099,"target":738},{"source":1099,"target":1102},{"source":1099,"target":986},{"source":1102,"target":738},{"source":1100,"target":794},{"source":987,"target":769},{"source":987,"target":968},{"source":987,"target":1103},{"source":987,"target":1104},{"source":1103,"target":1105},{"source":1103,"target":987},{"source":1104,"target":968},{"source":988,"target":769},{"source":988,"target":794},{"source":988,"target":1106},{"source":988,"target":1107},{"source":1106,"target":797},{"source":1106,"target":1108},{"source":1106,"target":988},{"source":1106,"target":12},{"source":1108,"target":797},{"source":1107,"target":794},{"source":989,"target":769},{"source":989,"target":794},{"source":989,"target":1109},{"source":989,"target":1110},{"source":1109,"target":1111},{"source":1109,"target":989},{"source":1110,"target":794},{"source":990,"target":769},{"source":990,"target":794},{"source":990,"target":1112},{"source":990,"target":1113},{"source":990,"target":1114},{"source":990,"target":1115},{"source":1112,"target":5},{"source":1112,"target":1116},{"source":1112,"target":990},{"source":1116,"target":5},{"source":1113,"target":1117},{"source":1113,"target":990},{"source":1114,"target":5},{"source":1114,"target":1118},{"source":1114,"target":990},{"source":1118,"target":5},{"source":1115,"target":794},{"source":991,"target":769},{"source":991,"target":794},{"source":991,"target":1119},{"source":991,"target":1120},{"source":991,"target":1121},{"source":991,"target":1122},{"source":991,"target":1123},{"source":991,"target":1124},{"source":991,"target":1125},{"source":1119,"target":850},{"source":1119,"target":1126},{"source":1119,"target":991},{"source":1126,"target":850},{"source":1120,"target":850},{"source":1120,"target":1127},{"source":1120,"target":991},{"source":1127,"target":850},{"source":1121,"target":5},{"source":1121,"target":1128},{"source":1121,"target":991},{"source":1128,"target":5},{"source":1122,"target":992},{"source":1122,"target":1129},{"source":1122,"target":991},{"source":1129,"target":992},{"source":1123,"target":1130},{"source":1123,"target":991},{"source":1124,"target":1131},{"source":1124,"target":991},{"source":1125,"target":794},{"source":992,"target":769},{"source":992,"target":1132},{"source":992,"target":1133},{"source":992,"target":1134},{"source":992,"target":1135},{"source":1132,"target":992},{"source":1133,"target":992},{"source":1134,"target":992},{"source":1135,"target":992},{"source":993,"target":769},{"source":993,"target":794},{"source":993,"target":1136},{"source":993,"target":1137},{"source":1136,"target":994},{"source":1136,"target":1138},{"source":1136,"target":993},{"source":1138,"target":994},{"source":1137,"target":794},{"source":994,"target":769},{"source":994,"target":1139},{"source":994,"target":1140},{"source":994,"target":1141},{"source":994,"target":1142},{"source":994,"target":1143},{"source":1139,"target":994},{"source":1140,"target":994},{"source":1141,"target":994},{"source":1142,"target":994},{"source":1143,"target":994},{"source":995,"target":1144},{"source":995,"target":1145},{"source":995,"target":1146},{"source":995,"target":769},{"source":1144,"target":995},{"source":1144,"target":794},{"source":1144,"target":1147},{"source":1147,"target":794},{"source":1145,"target":995},{"source":1145,"target":1144},{"source":1145,"target":1148},{"source":1145,"target":1149},{"source":1148,"target":714},{"source":1148,"target":1150},{"source":1148,"target":1145},{"source":1150,"target":714},{"source":1149,"target":1144},{"source":1146,"target":995},{"source":1146,"target":1145},{"source":1146,"target":1151},{"source":1146,"target":1152},{"source":1151,"target":738},{"source":1151,"target":1153},{"source":1151,"target":1146},{"source":1153,"target":738},{"source":1152,"target":1145},{"source":719,"target":749},{"source":719,"target":1154},{"source":719,"target":745},{"source":719,"target":1155},{"source":719,"target":1156},{"source":719,"target":1157},{"source":719,"target":709},{"source":749,"target":719},{"source":749,"target":1154},{"source":749,"target":1158},{"source":749,"target":1159},{"source":749,"target":1160},{"source":1158,"target":1161},{"source":1158,"target":749},{"source":1159,"target":1162},{"source":1159,"target":749},{"source":1160,"target":1154},{"source":1154,"target":719},{"source":1154,"target":3},{"source":1154,"target":1163},{"source":1154,"target":1164},{"source":1154,"target":1165},{"source":1154,"target":1166},{"source":1154,"target":1167},{"source":1154,"target":1168},{"source":1163,"target":1155},{"source":1163,"target":1169},{"source":1163,"target":1154},{"source":1169,"target":1155},{"source":1164,"target":1170},{"source":1164,"target":1154},{"source":1165,"target":1171},{"source":1165,"target":1172},{"source":1165,"target":1154},{"source":1172,"target":1171},{"source":1166,"target":1173},{"source":1166,"target":1154},{"source":1167,"target":1156},{"source":1167,"target":1174},{"source":1167,"target":1154},{"source":1174,"target":1156},{"source":1168,"target":3},{"source":745,"target":719},{"source":745,"target":1154},{"source":745,"target":1175},{"source":745,"target":1176},{"source":1175,"target":1154},{"source":1175,"target":1177},{"source":1175,"target":745},{"source":1175,"target":12},{"source":1177,"target":1154},{"source":1176,"target":1154},{"source":1155,"target":719},{"source":1155,"target":2},{"source":1155,"target":1178},{"source":1178,"target":2},{"source":1156,"target":719},{"source":1156,"target":1179},{"source":1156,"target":1180},{"source":1156,"target":1181},{"source":1179,"target":1182},{"source":1179,"target":1156},{"source":1180,"target":1183},{"source":1180,"target":1156},{"source":1181,"target":714},{"source":1181,"target":1184},{"source":1181,"target":1156},{"source":1181,"target":14},{"source":1184,"target":714},{"source":1157,"target":1171},{"source":1157,"target":1185},{"source":1157,"target":1186},{"source":1157,"target":1187},{"source":1157,"target":1188},{"source":1157,"target":719},{"source":1171,"target":1157},{"source":1171,"target":1189},{"source":1171,"target":1190},{"source":1171,"target":1191},{"source":1171,"target":1192},{"source":1171,"target":1193},{"source":1171,"target":1194},{"source":1189,"target":1195},{"source":1189,"target":1171},{"source":1189,"target":1196},{"source":1196,"target":714},{"source":1196,"target":1197},{"source":1196,"target":1189},{"source":1197,"target":714},{"source":1190,"target":1198},{"source":1190,"target":1171},{"source":1190,"target":1199},{"source":1190,"target":1200},{"source":1199,"target":714},{"source":1199,"target":1201},{"source":1199,"target":1190},{"source":1201,"target":714},{"source":1200,"target":1202},{"source":1200,"target":1190},{"source":1191,"target":1203},{"source":1191,"target":1171},{"source":1191,"target":1204},{"source":1191,"target":1205},{"source":1204,"target":714},{"source":1204,"target":1206},{"source":1204,"target":1191},{"source":1206,"target":714},{"source":1205,"target":1207},{"source":1205,"target":1191},{"source":1192,"target":1208},{"source":1192,"target":1171},{"source":1192,"target":1209},{"source":1192,"target":1210},{"source":1209,"target":714},{"source":1209,"target":1211},{"source":1209,"target":1192},{"source":1211,"target":714},{"source":1210,"target":1212},{"source":1210,"target":1192},{"source":1193,"target":1213},{"source":1193,"target":1171},{"source":1193,"target":1214},{"source":1193,"target":1215},{"source":1214,"target":714},{"source":1214,"target":1216},{"source":1214,"target":1193},{"source":1216,"target":714},{"source":1215,"target":1217},{"source":1215,"target":1193},{"source":1194,"target":714},{"source":1194,"target":1218},{"source":1194,"target":1171},{"source":1194,"target":14},{"source":1218,"target":714},{"source":1185,"target":1157},{"source":1185,"target":1171},{"source":1185,"target":1219},{"source":1219,"target":1171},{"source":1186,"target":1157},{"source":1186,"target":1171},{"source":1186,"target":1220},{"source":1220,"target":1171},{"source":1187,"target":1157},{"source":1187,"target":1171},{"source":1187,"target":1221},{"source":1221,"target":1171},{"source":1188,"target":1157},{"source":1188,"target":1171},{"source":1188,"target":1222},{"source":1222,"target":1171},{"source":720,"target":797},{"source":720,"target":709},{"source":797,"target":720},{"source":797,"target":3},{"source":797,"target":1223},{"source":797,"target":1224},{"source":797,"target":1225},{"source":797,"target":1226},{"source":797,"target":1227},{"source":797,"target":1228},{"source":797,"target":1229},{"source":797,"target":1230},{"source":797,"target":1231},{"source":797,"target":1232},{"source":797,"target":1233},{"source":797,"target":1234},{"source":1223,"target":1235},{"source":1223,"target":797},{"source":1224,"target":1236},{"source":1224,"target":797},{"source":1225,"target":1237},{"source":1225,"target":797},{"source":1226,"target":1238},{"source":1226,"target":797},{"source":1227,"target":1239},{"source":1227,"target":797},{"source":1228,"target":1240},{"source":1228,"target":797},{"source":1229,"target":1241},{"source":1229,"target":797},{"source":1230,"target":1242},{"source":1230,"target":797},{"source":1231,"target":714},{"source":1231,"target":1243},{"source":1231,"target":797},{"source":1243,"target":714},{"source":1232,"target":5},{"source":1232,"target":1244},{"source":1232,"target":797},{"source":1244,"target":5},{"source":1233,"target":850},{"source":1233,"target":1245},{"source":1233,"target":797},{"source":1245,"target":850},{"source":1234,"target":3},{"source":721,"target":1246},{"source":721,"target":1247},{"source":721,"target":1248},{"source":721,"target":1249},{"source":721,"target":709},{"source":1246,"target":721},{"source":1246,"target":1250},{"source":1246,"target":1251},{"source":1250,"target":1252},{"source":1250,"target":1246},{"source":1251,"target":1253},{"source":1251,"target":1246},{"source":1247,"target":721},{"source":1247,"target":1254},{"source":1247,"target":1255},{"source":1254,"target":1256},{"source":1254,"target":1247},{"source":1255,"target":714},{"source":1255,"target":1257},{"source":1255,"target":1247},{"source":1255,"target":14},{"source":1257,"target":714},{"source":1248,"target":721},{"source":1248,"target":1258},{"source":1248,"target":1259},{"source":1258,"target":1260},{"source":1258,"target":1248},{"source":1259,"target":5},{"source":1259,"target":1261},{"source":1259,"target":1248},{"source":1261,"target":5},{"source":1249,"target":721},{"source":1249,"target":1262},{"source":1249,"target":1263},{"source":1249,"target":1264},{"source":1262,"target":1246},{"source":1262,"target":1265},{"source":1262,"target":1249},{"source":1265,"target":1246},{"source":1263,"target":1247},{"source":1263,"target":1266},{"source":1263,"target":1249},{"source":1266,"target":1247},{"source":1264,"target":1248},{"source":1264,"target":1267},{"source":1264,"target":1249},{"source":1267,"target":1248}],"multigraph":true}
ecore
trace
repo-ecore-all/data/fehnomenal/epsilon/tests/org.eclipse.epsilon.etl.engine.test.acceptance/src/org/eclipse/epsilon/etl/engine/test/acceptance/oo2db/models/SimpleTrace.ecore
SimpleTrace Trace links TraceLink sources targets description
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SimpleTrace" nsURI="SimpleTrace" nsPrefix="SimpleTrace"> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//TraceLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"SimpleTrace","nsURI":"SimpleTrace","name":"SimpleTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","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":"links","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":5,"target":8},{"source":5,"target":2},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":10},{"source":7,"target":2}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/mduthey/Tesis_Duthey_Spina/Proyecto ATL/thesis_final/haxe.ecore
haxe HaxeTarget neko neko cpp cpp java java flash flash cs cs js js HaxeModel name sourceFolder src targetFolder out target mainClass elements referenced haxeModules HaxeModelElement HaxeASTNode comments HaxeNamedElement name HaxeComment enclosedByParent prefixOfParent content lineComment HaxeHaxedocComment tags HaxeTagElement tagName fragments HaxeTextElement text HaxePathReferentiable parentReference referencedIn HaxePathReference referencedTerminal HaxeFieldContainer haxeFields HaxeExpression HaxeLoopStatement theBody expression HaxeUnaryExpression operand HaxeBinaryExpression leftSide rightSide HaxeBlock isEmpty statements HaxeConditionalExpression expression thenStatement HaxeIfStatement elseStatement HaxeTernaryExpression elseExpression HaxeForStatement parameter HaxeWhileStatement HaxeInExpression variable expression HaxeDoWhileStatement HaxePrefixExpression operator HaxeInfixExpression extendedSide operator HaxePostfixExpression isIncrement HaxeReturn HaxeBreak HaxeContinue HaxeThisExpression HaxeEmptyStatement HaxeConstant HaxeStringLiteral escapedValue HaxeNullLiteral HaxeBooleanLiteral value HaxeNumberLiteral value HaxeIdentifierLiteral value HaxeRegexLiteral pattern options HaxeFieldAccess field expression HaxeParenthizedExpression expression HaxeArrayInitializer expressions HaxeArrayCreation dimensions initializer type HaxeArrayAccess array index HaxeSwitch expression cases default HaxeCase values expression HaxeFunctionExpression HaxeCallExpression expression arguments HaxeObjectDeclaration extendsType fields HaxeFieldDeclaration value HaxeTryExpression theBody catchClauses HaxeCatchClause exception theBody HaxeThrowExpression HaxeExpressionStatement expression HaxeCastingExpression expression type HaxeUnsafeCastExpression expression HaxeTypeCheckExpression expression type HaxeSuperMethodInvocation HaxeMethodInvocation expression HaxeSuperConstructorInvocation HaxeSingleVariableAccess qualifier variable HaxePackageAccess qualifier HaxeAssignment operator HaxeAbstractMethodInvocation method arguments typeArguments HaxeVariableDeclaration usageInVariableAccess initializer HaxeVariableDeclarationGroup container initializer fragments HaxeVariableDeclarationFragment variablesContainer HaxeVariableDeclarationExpression groups HaxeSingleVariableDeclaration isOptional catchClause HaxePackage childrenReferences childrenPackages containedTypes HaxeModule commentList dependencies thePackage theElements HaxeType private extern containerModule commentsAfterDeclaration commentsBeforeDeclaration typeParameters HaxeClassifier containerPackage haxeOperations haxeAttribute haxeConstructors HaxeTypeParameter bounds HaxeTypeAccess HaxeFunctionTypeAccess returnType argumentTypes HaxeClassifierAccess parameterMapping HaxeTypedElement type HaxeClass isInterface generalization implementation HaxeAbstract underlyingType directCastingFromType directCastingToType HaxeEnum literals HaxeTypedef refType HaxeField fieldContainer isStatic isPrivate HaxeAttribute getter setter getterProperty setterProperty HaxeAttributeProperty default default method method null null dynamic dynamic HaxeAbstractFunction formalParameters typeParameters theBody HaxeAbstractOperation isInline overrides HaxeOperation macro HaxeConstructor constructedClass HaxeEnumConstructor parameters HaxeDependencyDeclaration HaxeImportDeclaration staticElement HaxeUsingDeclaration staticField HaxeMetadata usedIn compilerMetadata parameters HaxeMetadataContainer metadata HaxePrefixOperators NOT ! MINUS - PLUS + INCREMENT ++ DECREMENT -- ONECOMPLEMENT ~ HaxeAssignmentOperator ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= DIVISION_ASSIGN /= TIMES_ASSIGN *= SHIFT_LEFT_ASSIGN <<= SHIFT_RIGTH_ASSIGN >>= SHIFT_ARITH_ASSIGN >>>= BITWISE_OR_ASSIGN |= BITWISE_AND_ASSIGN &= XOR_ASSIGN ^= REMAINDER_ASSIGN %= HaxeInfixOperators PLUS + TIMES * MINUS - DIVISION / REMAINDER % SHIFT_RIGTH >> SHIFT_LEFT << SHIFT_ARITH >>> LESS_THAN < GREATER_THAN > LESS_EQUALS <= GREATER_EQUALS >= BITWISE_OR | BITWISE_AND & XOR ^ EQ == NEQ != OR || AND && RANGE ...
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="haxe" nsURI="http://haxe.unicen.edu.ar" nsPrefix="org.eclipse.emf.ecore.haxe"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="HaxeTarget"> <eLiterals name="neko"/> <eLiterals name="cpp"/> <eLiterals name="java"/> <eLiterals name="flash"/> <eLiterals name="cs"/> <eLiterals name="js"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeModel"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sourceFolderNotEmpty targetFolderNotEmpty mainClassHasMainMethod nameNotEmpty nameNotNull"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="sourceFolderNotEmpty" value="sourceFolder.size() > 0"/> <details key="targetFolderNotEmpty" value="targetFolder.size() > 0"/> <details key="mainClassHasMainMethod" value="not (mainClass.haxeOperations&#xA;&#x9;&#x9;&#x9;->select(x : HaxeOperation | (x.name.matches('main') and x.isStatic and x.formalParameters&#xA;&#x9;&#x9;&#x9;&#x9;->isEmpty()))&#xA;&#x9;&#x9;&#x9;->isEmpty())"/> <details key="nameNotEmpty" value="name.size() > 0"/> <details key="nameNotNull" value="name &lt;> null"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceFolder" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="src"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFolder" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="out"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="#//HaxeTarget"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mainClass" lowerBound="1" eType="#//HaxeClass"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//HaxePathReferentiable" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referenced" ordered="false" upperBound="-1" eType="#//HaxePathReferentiable" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeModules" ordered="false" upperBound="-1" eType="#//HaxeModule" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeModelElement" abstract="true"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeASTNode" abstract="true" eSuperTypes="#//HaxeModelElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//HaxeComment" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeNamedElement" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nameNotEmpty" value="name.size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeComment" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineComment" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeHaxedocComment" eSuperTypes="#//HaxeComment"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//HaxeTagElement" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTagElement" eSuperTypes="#//HaxeASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//HaxeASTNode" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTextElement" eSuperTypes="#//HaxeASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePathReferentiable" abstract="true" eSuperTypes="#//HaxeNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentReference" eType="#//HaxePackage" eOpposite="#//HaxePackage/childrenReferences"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedIn" ordered="false" upperBound="-1" eType="#//HaxePathReference" changeable="false" volatile="true" eOpposite="#//HaxePathReference/referencedTerminal"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePathReference" abstract="true" eSuperTypes="#//HaxeModelElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedTerminal" eType="#//HaxePathReferentiable" eOpposite="#//HaxePathReferentiable/referencedIn"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFieldContainer" abstract="true" eSuperTypes="#//HaxeModelElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeFields" upperBound="-1" eType="#//HaxeField" containment="true" resolveProxies="false" eOpposite="#//HaxeField/fieldContainer"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeExpression" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeLoopStatement" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeUnaryExpression" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBinaryExpression" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftSide" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightSide" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBlock" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eOperations name="isEmpty" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="statements->isEmpty()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeConditionalExpression" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeIfStatement" eSuperTypes="#//HaxeConditionalExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTernaryExpression" eSuperTypes="#//HaxeConditionalExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeForStatement" eSuperTypes="#//HaxeLoopStatement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//HaxeSingleVariableDeclaration" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeWhileStatement" eSuperTypes="#//HaxeLoopStatement"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeInExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//HaxeSingleVariableDeclaration" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeDoWhileStatement" eSuperTypes="#//HaxeLoopStatement"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePrefixExpression" eSuperTypes="#//HaxeUnaryExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//HaxePrefixOperators"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeInfixExpression" eSuperTypes="#//HaxeBinaryExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedSide" ordered="false" upperBound="-1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//HaxeInfixOperators"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePostfixExpression" eSuperTypes="#//HaxeUnaryExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIncrement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeReturn" eSuperTypes="#//HaxeExpressionStatement"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBreak" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeContinue" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeThisExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeEmptyStatement" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeConstant" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeStringLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeNullLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBooleanLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeNumberLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeIdentifierLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeRegexLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="options" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFieldAccess" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//HaxeSingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeParenthizedExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeArrayInitializer" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeArrayCreation" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//HaxeArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeArrayAccess" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSwitch" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" ordered="false" upperBound="-1" eType="#//HaxeCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeCase" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFunctionExpression" eSuperTypes="#//HaxeExpression #//HaxeAbstractFunction"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeCallExpression" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeObjectDeclaration" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendsType" eType="#//HaxeTypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeFieldDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFieldDeclaration" eSuperTypes="#//HaxeNamedElement #//HaxeTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTryExpression" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//HaxeCatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeCatchClause" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//HaxeSingleVariableDeclaration" containment="true" eOpposite="#//HaxeSingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeThrowExpression" eSuperTypes="#//HaxeExpressionStatement"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeExpressionStatement" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeCastingExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeUnsafeCastExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypeCheckExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSuperMethodInvocation" eSuperTypes="#//HaxeExpression #//HaxeAbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeMethodInvocation" eSuperTypes="#//HaxeExpression #//HaxeAbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSuperConstructorInvocation" eSuperTypes="#//HaxeMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeSingleVariableAccess" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//HaxeVariableDeclaration" resolveProxies="false" eOpposite="#//HaxeVariableDeclaration/usageInVariableAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePackageAccess" eSuperTypes="#//HaxeExpression #//HaxePathReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//HaxePackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAssignment" eSuperTypes="#//HaxeBinaryExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//HaxeAssignmentOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstractMethodInvocation" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//HaxeAbstractOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclaration" abstract="true" eSuperTypes="#//HaxeNamedElement"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="variableNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="variableNameRegex" value="name.matches('[a-zA-Z_][a-zA-Z0-9_]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//HaxeSingleVariableAccess" changeable="false" volatile="true" transient="true" resolveProxies="false" eOpposite="#//HaxeSingleVariableAccess/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclarationGroup" eSuperTypes="#//HaxeTypedElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//HaxeVariableDeclarationExpression" volatile="true" transient="true" eOpposite="#//HaxeVariableDeclarationExpression/groups"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" ordered="false" upperBound="-1" eType="#//HaxeVariableDeclarationFragment" containment="true" eOpposite="#//HaxeVariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclarationFragment" eSuperTypes="#//HaxeVariableDeclaration"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" eType="#//HaxeVariableDeclarationGroup" volatile="true" transient="true" eOpposite="#//HaxeVariableDeclarationGroup/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclarationExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeVariableDeclarationGroup" containment="true" eOpposite="#//HaxeVariableDeclarationGroup/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSingleVariableDeclaration" eSuperTypes="#//HaxeVariableDeclaration #//HaxeTypedElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" eType="#//HaxeCatchClause" eOpposite="#//HaxeCatchClause/exception"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePackage" eSuperTypes="#//HaxePathReferentiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="packageNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="packageNameRegex" value="name.matches('[a-z][A-Z0-9a-z_-]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenReferences" ordered="false" upperBound="-1" eType="#//HaxePathReferentiable" containment="true" eOpposite="#//HaxePathReferentiable/parentReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenPackages" ordered="false" upperBound="-1" eType="#//HaxePackage" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="childrenReferences&#xA;&#x9;&#x9;&#x9;&#x9;->select(x | x.oclIsKindOf(HaxePackage))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(x | x.oclAsType(HaxePackage))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" ordered="false" upperBound="-1" eType="#//HaxeType" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="childrenReferences&#xA;&#x9;&#x9;&#x9;&#x9;->select(x | x.oclIsKindOf(HaxeType))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(x | x.oclAsType(HaxeType))"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeModule" eSuperTypes="#//HaxeNamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="moduleNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="moduleNameRegex" value="name.matches('[A-Z][A-Z0-9a-z_-]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//HaxeComment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" ordered="false" upperBound="-1" eType="#//HaxeDependencyDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thePackage" eType="#//HaxePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theElements" ordered="false" upperBound="-1" eType="#//HaxeType" eOpposite="#//HaxeType/containerModule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeType" abstract="true" eSuperTypes="#//HaxePathReferentiable #//HaxeASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="private" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extern" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerModule" eType="#//HaxeModule" eOpposite="#//HaxeModule/theElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterDeclaration" upperBound="-1" eType="#//HaxeComment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeDeclaration" upperBound="-1" eType="#//HaxeComment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" ordered="false" upperBound="-1" eType="#//HaxeTypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeClassifier" abstract="true" eSuperTypes="#//HaxeType #//HaxeFieldContainer #//HaxeMetadataContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPackage" eType="#//HaxePackage" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="if (containerModule.oclIsUndefined())&#xA;&#x9;&#x9;&#x9;&#x9;then null&#xA;&#x9;&#x9;&#x9;&#x9;else containerModule.thePackage&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeOperations" ordered="false" upperBound="-1" eType="#//HaxeOperation" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.haxeFields&#xA;&#x9;&#x9;&#x9;&#x9;->select(e : HaxeField | e.oclIsTypeOf(HaxeOperation)).oclAsType(HaxeOperation)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeAttribute" ordered="false" upperBound="-1" eType="#//HaxeAttribute" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.haxeFields&#xA;&#x9;&#x9;&#x9;&#x9;->select(e : HaxeField | e.oclIsKindOf(HaxeAttribute)).oclAsType(HaxeAttribute)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeConstructors" ordered="false" upperBound="-1" eType="#//HaxeConstructor" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="haxeFields&#xA;&#x9;&#x9;&#x9;&#x9;->select(m : HaxeField | m.oclIsTypeOf(HaxeConstructor)).oclAsType(HaxeConstructor)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypeParameter" eSuperTypes="#//HaxeType"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypeAccess" abstract="true" eSuperTypes="#//HaxeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeFunctionTypeAccess" eSuperTypes="#//HaxeTypeAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//HaxeTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentTypes" upperBound="-1" eType="#//HaxeTypeAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeClassifierAccess" eSuperTypes="#//HaxePathReference #//HaxeTypeAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterMapping" upperBound="-1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypedElement" abstract="true" eSuperTypes="#//HaxeModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeClass" eSuperTypes="#//HaxeClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="classNameRegex interfaceMethods oneOrZeroConstructors externDeclaration"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="classNameRegex" value="name.matches('[A-Z][A-Za-z_-]*')"/> <details key="interfaceMethods" value="(isInterface) implies (haxeConstructors&#xA;&#x9;&#x9;&#x9;->isEmpty() and haxeOperations&#xA;&#x9;&#x9;&#x9;->forAll(x : HaxeOperation | x.theBody.oclIsUndefined()))"/> <details key="oneOrZeroConstructors" value="(not extern) implies haxeConstructors&#xA;&#x9;&#x9;&#x9;->size() &lt; 2"/> <details key="externDeclaration" value="extern implies (haxeOperations&#xA;&#x9;&#x9;&#x9;->forAll(x : HaxeOperation | not x.type&#xA;&#x9;&#x9;&#x9;&#x9;->oclIsUndefined() and x.theBody&#xA;&#x9;&#x9;&#x9;&#x9;->oclIsUndefined()))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterface" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeTypedElement"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAbstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" eType="#//HaxeClassifierAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" ordered="false" upperBound="-1" eType="#//HaxeClassifierAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstract" eSuperTypes="#//HaxeClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="abstractNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="abstractNameRegex" value="name.matches('[A-Z][A-Za-z_-]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingType" eType="#//HaxeTypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directCastingFromType" eType="#//HaxeTypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directCastingToType" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeEnum" eSuperTypes="#//HaxeClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="onlyLiterals"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="onlyLiterals" value="self.haxeFields->forAll(x|x.oclIsTypeOf(HaxeEnumConstructor))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//HaxeEnumConstructor" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.haxeFields->select(e : HaxeField | e.oclIsTypeOf(HaxeEnumConstructor)).oclAsType(HaxeEnumConstructor)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypedef" eSuperTypes="#//HaxeType"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeField" abstract="true" eSuperTypes="#//HaxeNamedElement #//HaxeMetadataContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldContainer" lowerBound="1" eType="#//HaxeFieldContainer" volatile="true" transient="true" resolveProxies="false" eOpposite="#//HaxeFieldContainer/haxeFields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAttribute"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrivate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAttribute" eSuperTypes="#//HaxeField #//HaxeSingleVariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="coherentGetter coherentSetter"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="coherentGetter" value="(getterProperty = HaxeAttributeProperty::method) implies if (not&#xA;&#x9;&#x9;&#x9;&#x9;self.getter.oclIsUndefined())&#xA;&#x9;&#x9;&#x9;then (getter.name).matches('get_'.concat(name))&#xA;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;endif"/> <details key="coherentSetter" value="(setterProperty = HaxeAttributeProperty::method) implies if (not&#xA;&#x9;&#x9;&#x9;&#x9;self.setter.oclIsUndefined())&#xA;&#x9;&#x9;&#x9;then (setter.name).matches('set_'.concat(name))&#xA;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="getter" eType="#//HaxeOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setter" eType="#//HaxeOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="getterProperty" eType="#//HaxeAttributeProperty"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setterProperty" eType="#//HaxeAttributeProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxeAttributeProperty"> <eLiterals name="default"/> <eLiterals name="method"/> <eLiterals name="null"/> <eLiterals name="dynamic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstractFunction" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//HaxeSingleVariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//HaxeTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstractOperation" abstract="true" eSuperTypes="#//HaxeAbstractFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAbstractFunction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overrides" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAbstractFunction"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeOperation" eSuperTypes="#//HaxeAbstractOperation #//HaxeField #//HaxeTypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macro" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeConstructor"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeConstructor" eSuperTypes="#//HaxeAbstractOperation #//HaxeField"> <eStructuralFeatures xsi:type="ecore:EReference" name="constructedClass" lowerBound="1" eType="#//HaxeClass" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="fieldContainer.oclAsType(HaxeClass)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeEnumConstructor" eSuperTypes="#//HaxeVariableDeclaration #//HaxeField"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noInitializer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noInitializer" value="initializer->isEmpty()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//HaxeSingleVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeDependencyDeclaration" abstract="true" eSuperTypes="#//HaxePathReference #//HaxeASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeImportDeclaration" eSuperTypes="#//HaxeDependencyDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isAStaticElement"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isAStaticElement" value="if (self.staticElement&#xA;&#x9;&#x9;&#x9;&#x9;->notEmpty())&#xA;&#x9;&#x9;&#x9;then self.staticElement.isStatic&#xA;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="staticElement" eType="#//HaxeField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeUsingDeclaration" eSuperTypes="#//HaxeDependencyDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isAStaticElement"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isAStaticElement" value="self.staticField.isStatic"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="staticField" lowerBound="1" eType="#//HaxeField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeMetadata" eSuperTypes="#//HaxeNamedElement #//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="usedIn" lowerBound="1" eType="#//HaxeMetadataContainer" transient="true" eOpposite="#//HaxeMetadataContainer/metadata"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compilerMetadata" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeMetadataContainer" abstract="true" eSuperTypes="#//HaxeModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" ordered="false" upperBound="-1" eType="#//HaxeMetadata" containment="true" eOpposite="#//HaxeMetadata/usedIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxePrefixOperators"> <eLiterals name="NOT" value="1" literal="!"/> <eLiterals name="MINUS" value="2" literal="-"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="INCREMENT" value="4" literal="++"/> <eLiterals name="DECREMENT" value="5" literal="--"/> <eLiterals name="ONECOMPLEMENT" value="6" literal="~"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxeAssignmentOperator"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="DIVISION_ASSIGN" value="4" literal="/="/> <eLiterals name="TIMES_ASSIGN" value="5" literal="*="/> <eLiterals name="SHIFT_LEFT_ASSIGN" value="6" literal="&lt;&lt;="/> <eLiterals name="SHIFT_RIGTH_ASSIGN" value="7" literal=">>="/> <eLiterals name="SHIFT_ARITH_ASSIGN" value="8" literal=">>>="/> <eLiterals name="BITWISE_OR_ASSIGN" value="9" literal="|="/> <eLiterals name="BITWISE_AND_ASSIGN" value="10" literal="&amp;="/> <eLiterals name="XOR_ASSIGN" value="11" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="12" literal="%="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxeInfixOperators"> <eLiterals name="PLUS" value="1" literal="+"/> <eLiterals name="TIMES" value="2" literal="*"/> <eLiterals name="MINUS" value="3" literal="-"/> <eLiterals name="DIVISION" value="4" literal="/"/> <eLiterals name="REMAINDER" value="5" literal="%"/> <eLiterals name="SHIFT_RIGTH" value="6" literal=">>"/> <eLiterals name="SHIFT_LEFT" value="7" literal="&lt;&lt;"/> <eLiterals name="SHIFT_ARITH" value="8" literal=">>>"/> <eLiterals name="LESS_THAN" value="9" literal="&lt;"/> <eLiterals name="GREATER_THAN" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="BITWISE_OR" value="13" literal="|"/> <eLiterals name="BITWISE_AND" value="14" literal="&amp;"/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="EQ" value="16" literal="=="/> <eLiterals name="NEQ" value="17" literal="!="/> <eLiterals name="OR" value="18" literal="||"/> <eLiterals name="AND" value="19" literal="&amp;&amp;"/> <eLiterals name="RANGE" value="20" literal="..."/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.ecore.haxe","nsURI":"http://haxe.unicen.edu.ar","name":"haxe","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeTarget","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeModelElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeASTNode","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeNamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeComment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeHaxedocComment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTagElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTextElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePathReferentiable","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePathReference","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFieldContainer","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeLoopStatement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeUnaryExpression","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBinaryExpression","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBlock","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeConditionalExpression","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeIfStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTernaryExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeForStatement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeWhileStatement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeInExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeDoWhileStatement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePrefixExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeInfixExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePostfixExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeReturn","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBreak","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeContinue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeThisExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeEmptyStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeConstant","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeStringLiteral","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeNullLiteral","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBooleanLiteral","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeNumberLiteral","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeIdentifierLiteral","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeRegexLiteral","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFieldAccess","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeParenthizedExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeArrayInitializer","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeArrayCreation","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeArrayAccess","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSwitch","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCase","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFunctionExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCallExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeObjectDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFieldDeclaration","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTryExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCatchClause","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeThrowExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeExpressionStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCastingExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeUnsafeCastExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypeCheckExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSuperMethodInvocation","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeMethodInvocation","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSuperConstructorInvocation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSingleVariableAccess","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePackageAccess","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAssignment","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstractMethodInvocation","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclaration","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclarationGroup","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclarationExpression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePackage","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeModule","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeType","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeClassifier","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypeParameter","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypeAccess","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFunctionTypeAccess","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeClassifierAccess","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypedElement","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeClass","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstract","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeEnum","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypedef","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeField","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAttribute","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeAttributeProperty","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstractFunction","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstractOperation","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeOperation","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeConstructor","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeEnumConstructor","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeDependencyDeclaration","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeImportDeclaration","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeUsingDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeMetadata","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeMetadataContainer","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxePrefixOperators","instanceClass":null,"id":96,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeAssignmentOperator","instanceClass":null,"id":97,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeInfixOperators","instanceClass":null,"id":98,"serializable":true,"eClass":"EEnum"},{"name":"neko","id":99,"value":0,"literal":"neko","eClass":"EEnumLiteral"},{"name":"cpp","id":100,"value":0,"literal":"cpp","eClass":"EEnumLiteral"},{"name":"java","id":101,"value":0,"literal":"java","eClass":"EEnumLiteral"},{"name":"flash","id":102,"value":0,"literal":"flash","eClass":"EEnumLiteral"},{"name":"cs","id":103,"value":0,"literal":"cs","eClass":"EEnumLiteral"},{"name":"js","id":104,"value":0,"literal":"js","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"src","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"src","unsettable":false,"transient":false,"unique":true,"name":"sourceFolder","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"out","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"out","unsettable":false,"transient":false,"unique":true,"name":"targetFolder","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenced","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"haxeModules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefixOfParent","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineComment","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedIn","changeable":false,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childrenReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedTerminal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"haxeFields","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"fieldContainer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEmpty","lowerBound":1,"id":174,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isIncrement","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"lowerBound":1,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usageInVariableAccess","changeable":false,"resolveProxies":false,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"iD":false,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childrenPackages","changeable":false,"resolveProxies":true,"lowerBound":0,"id":363,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":364,"derived":true},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerModule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"private","changeable":true,"lowerBound":1,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extern","changeable":true,"lowerBound":1,"iD":false,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsAfterDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsBeforeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"containerPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":392,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"haxeOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":393,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"haxeAttribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":394,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"haxeConstructors","changeable":false,"resolveProxies":true,"lowerBound":0,"id":395,"derived":true},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argumentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInterface","changeable":true,"lowerBound":1,"iD":false,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"underlyingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directCastingFromType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directCastingToType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":false,"resolveProxies":true,"lowerBound":0,"id":433,"derived":true},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPrivate","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"setter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"getterProperty","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setterProperty","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"name":"default","id":456,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"method","id":457,"value":0,"literal":"method","eClass":"EEnumLiteral"},{"name":"null","id":458,"value":0,"literal":"null","eClass":"EEnumLiteral"},{"name":"dynamic","id":459,"value":0,"literal":"dynamic","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInline","changeable":true,"lowerBound":1,"iD":false,"id":467,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"overrides","changeable":true,"lowerBound":1,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macro","changeable":true,"lowerBound":1,"iD":false,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constructedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":true},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticField","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compilerMetadata","changeable":true,"lowerBound":1,"iD":false,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"name":"NOT","id":504,"value":1,"literal":"!","eClass":"EEnumLiteral"},{"name":"MINUS","id":505,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"PLUS","id":506,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":507,"value":4,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":508,"value":5,"literal":"--","eClass":"EEnumLiteral"},{"name":"ONECOMPLEMENT","id":509,"value":6,"literal":"~","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":510,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":511,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":512,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"DIVISION_ASSIGN","id":513,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":514,"value":5,"literal":"*=","eClass":"EEnumLiteral"},{"name":"SHIFT_LEFT_ASSIGN","id":515,"value":6,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"SHIFT_RIGTH_ASSIGN","id":516,"value":7,"literal":">>=","eClass":"EEnumLiteral"},{"name":"SHIFT_ARITH_ASSIGN","id":517,"value":8,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"BITWISE_OR_ASSIGN","id":518,"value":9,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BITWISE_AND_ASSIGN","id":519,"value":10,"literal":"&=","eClass":"EEnumLiteral"},{"name":"XOR_ASSIGN","id":520,"value":11,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":521,"value":12,"literal":"%=","eClass":"EEnumLiteral"},{"name":"PLUS","id":522,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"TIMES","id":523,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"MINUS","id":524,"value":3,"literal":"-","eClass":"EEnumLiteral"},{"name":"DIVISION","id":525,"value":4,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":526,"value":5,"literal":"%","eClass":"EEnumLiteral"},{"name":"SHIFT_RIGTH","id":527,"value":6,"literal":">>","eClass":"EEnumLiteral"},{"name":"SHIFT_LEFT","id":528,"value":7,"literal":"<<","eClass":"EEnumLiteral"},{"name":"SHIFT_ARITH","id":529,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS_THAN","id":530,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":531,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":532,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":533,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"BITWISE_OR","id":534,"value":13,"literal":"|","eClass":"EEnumLiteral"},{"name":"BITWISE_AND","id":535,"value":14,"literal":"&","eClass":"EEnumLiteral"},{"name":"XOR","id":536,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"EQ","id":537,"value":16,"literal":"==","eClass":"EEnumLiteral"},{"name":"NEQ","id":538,"value":17,"literal":"!=","eClass":"EEnumLiteral"},{"name":"OR","id":539,"value":18,"literal":"||","eClass":"EEnumLiteral"},{"name":"AND","id":540,"value":19,"literal":"&&","eClass":"EEnumLiteral"},{"name":"RANGE","id":541,"value":20,"literal":"...","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":1,"target":0},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":99,"target":1},{"source":100,"target":1},{"source":101,"target":1},{"source":102,"target":1},{"source":103,"target":1},{"source":104,"target":1},{"source":2,"target":0},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":105,"target":113},{"source":105,"target":2},{"source":106,"target":114},{"source":106,"target":2},{"source":107,"target":115},{"source":107,"target":2},{"source":108,"target":1},{"source":108,"target":116},{"source":108,"target":2},{"source":116,"target":1},{"source":109,"target":79},{"source":109,"target":117},{"source":109,"target":2},{"source":117,"target":79},{"source":110,"target":10},{"source":110,"target":118},{"source":110,"target":2},{"source":118,"target":10},{"source":111,"target":10},{"source":111,"target":119},{"source":111,"target":2},{"source":119,"target":10},{"source":112,"target":71},{"source":112,"target":120},{"source":112,"target":2},{"source":120,"target":71},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":121},{"source":4,"target":122},{"source":121,"target":6},{"source":121,"target":123},{"source":121,"target":4},{"source":123,"target":6},{"source":122,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":124},{"source":5,"target":125},{"source":124,"target":126},{"source":124,"target":5},{"source":125,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":127,"target":132},{"source":127,"target":6},{"source":128,"target":133},{"source":128,"target":6},{"source":129,"target":134},{"source":129,"target":6},{"source":130,"target":135},{"source":130,"target":6},{"source":131,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":136},{"source":7,"target":137},{"source":136,"target":8},{"source":136,"target":138},{"source":136,"target":7},{"source":138,"target":8},{"source":137,"target":6},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":139},{"source":8,"target":140},{"source":8,"target":141},{"source":139,"target":142},{"source":139,"target":8},{"source":140,"target":4},{"source":140,"target":143},{"source":140,"target":8},{"source":143,"target":4},{"source":141,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":144},{"source":9,"target":145},{"source":144,"target":146},{"source":144,"target":9},{"source":145,"target":4},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":147},{"source":10,"target":148},{"source":10,"target":149},{"source":147,"target":70},{"source":147,"target":150},{"source":147,"target":10},{"source":147,"target":151},{"source":150,"target":70},{"source":148,"target":11},{"source":148,"target":152},{"source":148,"target":10},{"source":148,"target":153},{"source":152,"target":11},{"source":149,"target":5},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":153},{"source":11,"target":154},{"source":153,"target":10},{"source":153,"target":155},{"source":153,"target":11},{"source":153,"target":148},{"source":155,"target":10},{"source":154,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":156},{"source":12,"target":157},{"source":156,"target":83},{"source":156,"target":158},{"source":156,"target":12},{"source":156,"target":159},{"source":158,"target":83},{"source":157,"target":3},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":160},{"source":160,"target":4},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":161},{"source":14,"target":162},{"source":14,"target":163},{"source":161,"target":13},{"source":161,"target":164},{"source":161,"target":14},{"source":164,"target":13},{"source":162,"target":13},{"source":162,"target":165},{"source":162,"target":14},{"source":165,"target":13},{"source":163,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":166},{"source":15,"target":167},{"source":166,"target":13},{"source":166,"target":168},{"source":166,"target":15},{"source":168,"target":13},{"source":167,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":169},{"source":16,"target":170},{"source":16,"target":171},{"source":169,"target":13},{"source":169,"target":172},{"source":169,"target":16},{"source":172,"target":13},{"source":170,"target":13},{"source":170,"target":173},{"source":170,"target":16},{"source":173,"target":13},{"source":171,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":174,"target":177},{"source":174,"target":17},{"source":175,"target":13},{"source":175,"target":178},{"source":175,"target":17},{"source":178,"target":13},{"source":176,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":179,"target":13},{"source":179,"target":182},{"source":179,"target":18},{"source":182,"target":13},{"source":180,"target":13},{"source":180,"target":183},{"source":180,"target":18},{"source":183,"target":13},{"source":181,"target":13},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":184},{"source":19,"target":185},{"source":184,"target":13},{"source":184,"target":186},{"source":184,"target":19},{"source":186,"target":13},{"source":185,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":187},{"source":20,"target":188},{"source":187,"target":13},{"source":187,"target":189},{"source":187,"target":20},{"source":189,"target":13},{"source":188,"target":18},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":190},{"source":21,"target":191},{"source":190,"target":69},{"source":190,"target":192},{"source":190,"target":21},{"source":192,"target":69},{"source":191,"target":14},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":193},{"source":193,"target":14},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":194},{"source":23,"target":195},{"source":23,"target":196},{"source":194,"target":69},{"source":194,"target":197},{"source":194,"target":23},{"source":197,"target":69},{"source":195,"target":13},{"source":195,"target":198},{"source":195,"target":23},{"source":198,"target":13},{"source":196,"target":13},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":199},{"source":199,"target":14},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":200},{"source":25,"target":201},{"source":200,"target":96},{"source":200,"target":202},{"source":200,"target":25},{"source":202,"target":96},{"source":201,"target":15},{"source":26,"target":0},{"source":26,"target":16},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":203,"target":13},{"source":203,"target":206},{"source":203,"target":26},{"source":206,"target":13},{"source":204,"target":98},{"source":204,"target":207},{"source":204,"target":26},{"source":207,"target":98},{"source":205,"target":16},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":208},{"source":27,"target":209},{"source":208,"target":210},{"source":208,"target":27},{"source":209,"target":15},{"source":28,"target":0},{"source":28,"target":54},{"source":28,"target":211},{"source":211,"target":54},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":212},{"source":212,"target":13},{"source":30,"target":0},{"source":30,"target":13},{"source":30,"target":213},{"source":213,"target":13},{"source":31,"target":0},{"source":31,"target":13},{"source":31,"target":214},{"source":214,"target":13},{"source":32,"target":0},{"source":32,"target":13},{"source":32,"target":215},{"source":215,"target":13},{"source":33,"target":0},{"source":33,"target":13},{"source":33,"target":216},{"source":216,"target":13},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":217},{"source":34,"target":218},{"source":217,"target":219},{"source":217,"target":34},{"source":218,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":220},{"source":220,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":221},{"source":36,"target":222},{"source":221,"target":223},{"source":221,"target":36},{"source":222,"target":33},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":224},{"source":37,"target":225},{"source":224,"target":226},{"source":224,"target":37},{"source":225,"target":33},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":227},{"source":38,"target":228},{"source":227,"target":229},{"source":227,"target":38},{"source":228,"target":33},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":230},{"source":39,"target":231},{"source":39,"target":232},{"source":230,"target":233},{"source":230,"target":39},{"source":231,"target":234},{"source":231,"target":39},{"source":232,"target":33},{"source":40,"target":0},{"source":40,"target":13},{"source":40,"target":235},{"source":40,"target":236},{"source":40,"target":237},{"source":235,"target":61},{"source":235,"target":238},{"source":235,"target":40},{"source":238,"target":61},{"source":236,"target":13},{"source":236,"target":239},{"source":236,"target":40},{"source":239,"target":13},{"source":237,"target":13},{"source":41,"target":0},{"source":41,"target":13},{"source":41,"target":240},{"source":41,"target":241},{"source":240,"target":13},{"source":240,"target":242},{"source":240,"target":41},{"source":242,"target":13},{"source":241,"target":13},{"source":42,"target":0},{"source":42,"target":13},{"source":42,"target":243},{"source":42,"target":244},{"source":243,"target":13},{"source":243,"target":245},{"source":243,"target":42},{"source":245,"target":13},{"source":244,"target":13},{"source":43,"target":0},{"source":43,"target":13},{"source":43,"target":246},{"source":43,"target":247},{"source":43,"target":248},{"source":43,"target":249},{"source":246,"target":13},{"source":246,"target":250},{"source":246,"target":43},{"source":250,"target":13},{"source":247,"target":42},{"source":247,"target":251},{"source":247,"target":43},{"source":251,"target":42},{"source":248,"target":75},{"source":248,"target":252},{"source":248,"target":43},{"source":252,"target":75},{"source":249,"target":13},{"source":44,"target":0},{"source":44,"target":13},{"source":44,"target":253},{"source":44,"target":254},{"source":44,"target":255},{"source":253,"target":13},{"source":253,"target":256},{"source":253,"target":44},{"source":256,"target":13},{"source":254,"target":13},{"source":254,"target":257},{"source":254,"target":44},{"source":257,"target":13},{"source":255,"target":13},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":258},{"source":45,"target":259},{"source":45,"target":260},{"source":45,"target":261},{"source":258,"target":13},{"source":258,"target":262},{"source":258,"target":45},{"source":262,"target":13},{"source":259,"target":46},{"source":259,"target":263},{"source":259,"target":45},{"source":263,"target":46},{"source":260,"target":13},{"source":260,"target":264},{"source":260,"target":45},{"source":264,"target":13},{"source":261,"target":13},{"source":46,"target":0},{"source":46,"target":13},{"source":46,"target":265},{"source":46,"target":266},{"source":46,"target":267},{"source":265,"target":13},{"source":265,"target":268},{"source":265,"target":46},{"source":268,"target":13},{"source":266,"target":13},{"source":266,"target":269},{"source":266,"target":46},{"source":269,"target":13},{"source":267,"target":13},{"source":47,"target":0},{"source":47,"target":13},{"source":47,"target":86},{"source":47,"target":270},{"source":47,"target":271},{"source":270,"target":13},{"source":271,"target":86},{"source":48,"target":0},{"source":48,"target":13},{"source":48,"target":272},{"source":48,"target":273},{"source":48,"target":274},{"source":272,"target":13},{"source":272,"target":275},{"source":272,"target":48},{"source":275,"target":13},{"source":273,"target":13},{"source":273,"target":276},{"source":273,"target":48},{"source":276,"target":13},{"source":274,"target":13},{"source":49,"target":0},{"source":49,"target":13},{"source":49,"target":277},{"source":49,"target":278},{"source":49,"target":279},{"source":277,"target":75},{"source":277,"target":280},{"source":277,"target":49},{"source":280,"target":75},{"source":278,"target":50},{"source":278,"target":281},{"source":278,"target":49},{"source":281,"target":50},{"source":279,"target":13},{"source":50,"target":0},{"source":50,"target":5},{"source":50,"target":78},{"source":50,"target":282},{"source":50,"target":283},{"source":50,"target":284},{"source":282,"target":13},{"source":282,"target":285},{"source":282,"target":50},{"source":285,"target":13},{"source":283,"target":5},{"source":284,"target":78},{"source":51,"target":0},{"source":51,"target":13},{"source":51,"target":286},{"source":51,"target":287},{"source":51,"target":288},{"source":286,"target":13},{"source":286,"target":289},{"source":286,"target":51},{"source":289,"target":13},{"source":287,"target":52},{"source":287,"target":290},{"source":287,"target":51},{"source":290,"target":52},{"source":288,"target":13},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":291},{"source":52,"target":292},{"source":52,"target":293},{"source":291,"target":69},{"source":291,"target":294},{"source":291,"target":52},{"source":291,"target":295},{"source":294,"target":69},{"source":292,"target":13},{"source":292,"target":296},{"source":292,"target":52},{"source":296,"target":13},{"source":293,"target":13},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":297},{"source":297,"target":54},{"source":54,"target":0},{"source":54,"target":13},{"source":54,"target":298},{"source":54,"target":299},{"source":298,"target":13},{"source":298,"target":300},{"source":298,"target":54},{"source":300,"target":13},{"source":299,"target":13},{"source":55,"target":0},{"source":55,"target":13},{"source":55,"target":301},{"source":55,"target":302},{"source":55,"target":303},{"source":301,"target":13},{"source":301,"target":304},{"source":301,"target":55},{"source":304,"target":13},{"source":302,"target":75},{"source":302,"target":305},{"source":302,"target":55},{"source":305,"target":75},{"source":303,"target":13},{"source":56,"target":0},{"source":56,"target":13},{"source":56,"target":306},{"source":56,"target":307},{"source":306,"target":13},{"source":306,"target":308},{"source":306,"target":56},{"source":308,"target":13},{"source":307,"target":13},{"source":57,"target":0},{"source":57,"target":13},{"source":57,"target":309},{"source":57,"target":310},{"source":57,"target":311},{"source":309,"target":13},{"source":309,"target":312},{"source":309,"target":57},{"source":312,"target":13},{"source":310,"target":75},{"source":310,"target":313},{"source":310,"target":57},{"source":313,"target":75},{"source":311,"target":13},{"source":58,"target":0},{"source":58,"target":13},{"source":58,"target":64},{"source":58,"target":314},{"source":58,"target":315},{"source":314,"target":13},{"source":315,"target":64},{"source":59,"target":0},{"source":59,"target":13},{"source":59,"target":64},{"source":59,"target":316},{"source":59,"target":317},{"source":59,"target":318},{"source":316,"target":13},{"source":316,"target":319},{"source":316,"target":59},{"source":319,"target":13},{"source":317,"target":13},{"source":318,"target":64},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":320},{"source":320,"target":59},{"source":61,"target":0},{"source":61,"target":13},{"source":61,"target":321},{"source":61,"target":322},{"source":61,"target":323},{"source":321,"target":13},{"source":321,"target":324},{"source":321,"target":61},{"source":324,"target":13},{"source":322,"target":65},{"source":322,"target":325},{"source":322,"target":61},{"source":322,"target":326},{"source":325,"target":65},{"source":323,"target":13},{"source":62,"target":0},{"source":62,"target":13},{"source":62,"target":11},{"source":62,"target":327},{"source":62,"target":328},{"source":62,"target":329},{"source":327,"target":62},{"source":327,"target":330},{"source":327,"target":62},{"source":330,"target":62},{"source":328,"target":13},{"source":329,"target":11},{"source":63,"target":0},{"source":63,"target":16},{"source":63,"target":331},{"source":63,"target":332},{"source":331,"target":97},{"source":331,"target":333},{"source":331,"target":63},{"source":333,"target":97},{"source":332,"target":16},{"source":64,"target":0},{"source":64,"target":4},{"source":64,"target":334},{"source":64,"target":335},{"source":64,"target":336},{"source":64,"target":337},{"source":334,"target":87},{"source":334,"target":338},{"source":334,"target":64},{"source":338,"target":87},{"source":335,"target":13},{"source":335,"target":339},{"source":335,"target":64},{"source":339,"target":13},{"source":336,"target":75},{"source":336,"target":340},{"source":336,"target":64},{"source":340,"target":75},{"source":337,"target":4},{"source":65,"target":0},{"source":65,"target":5},{"source":65,"target":326},{"source":65,"target":341},{"source":65,"target":342},{"source":326,"target":61},{"source":326,"target":343},{"source":326,"target":65},{"source":326,"target":322},{"source":343,"target":61},{"source":341,"target":13},{"source":341,"target":344},{"source":341,"target":65},{"source":344,"target":13},{"source":342,"target":5},{"source":66,"target":0},{"source":66,"target":78},{"source":66,"target":345},{"source":66,"target":346},{"source":66,"target":347},{"source":66,"target":348},{"source":345,"target":68},{"source":345,"target":349},{"source":345,"target":66},{"source":345,"target":350},{"source":349,"target":68},{"source":346,"target":13},{"source":346,"target":351},{"source":346,"target":66},{"source":351,"target":13},{"source":347,"target":67},{"source":347,"target":352},{"source":347,"target":66},{"source":347,"target":353},{"source":352,"target":67},{"source":348,"target":78},{"source":67,"target":0},{"source":67,"target":65},{"source":67,"target":353},{"source":67,"target":354},{"source":353,"target":66},{"source":353,"target":355},{"source":353,"target":67},{"source":353,"target":347},{"source":355,"target":66},{"source":354,"target":65},{"source":68,"target":0},{"source":68,"target":13},{"source":68,"target":350},{"source":68,"target":356},{"source":350,"target":66},{"source":350,"target":357},{"source":350,"target":68},{"source":350,"target":345},{"source":357,"target":66},{"source":356,"target":13},{"source":69,"target":0},{"source":69,"target":65},{"source":69,"target":78},{"source":69,"target":358},{"source":69,"target":295},{"source":69,"target":359},{"source":69,"target":360},{"source":358,"target":361},{"source":358,"target":69},{"source":295,"target":52},{"source":295,"target":362},{"source":295,"target":69},{"source":295,"target":291},{"source":362,"target":52},{"source":359,"target":65},{"source":360,"target":78},{"source":70,"target":0},{"source":70,"target":10},{"source":70,"target":151},{"source":70,"target":363},{"source":70,"target":364},{"source":70,"target":365},{"source":151,"target":10},{"source":151,"target":366},{"source":151,"target":70},{"source":151,"target":147},{"source":366,"target":10},{"source":363,"target":70},{"source":363,"target":367},{"source":363,"target":70},{"source":367,"target":70},{"source":364,"target":72},{"source":364,"target":368},{"source":364,"target":70},{"source":368,"target":72},{"source":365,"target":10},{"source":71,"target":0},{"source":71,"target":5},{"source":71,"target":369},{"source":71,"target":370},{"source":71,"target":371},{"source":71,"target":372},{"source":71,"target":373},{"source":369,"target":6},{"source":369,"target":374},{"source":369,"target":71},{"source":374,"target":6},{"source":370,"target":91},{"source":370,"target":375},{"source":370,"target":71},{"source":375,"target":91},{"source":371,"target":70},{"source":371,"target":376},{"source":371,"target":71},{"source":376,"target":70},{"source":372,"target":72},{"source":372,"target":377},{"source":372,"target":71},{"source":372,"target":378},{"source":377,"target":72},{"source":373,"target":5},{"source":72,"target":0},{"source":72,"target":10},{"source":72,"target":4},{"source":72,"target":379},{"source":72,"target":380},{"source":72,"target":378},{"source":72,"target":381},{"source":72,"target":382},{"source":72,"target":383},{"source":72,"target":384},{"source":72,"target":385},{"source":379,"target":386},{"source":379,"target":72},{"source":380,"target":387},{"source":380,"target":72},{"source":378,"target":71},{"source":378,"target":388},{"source":378,"target":72},{"source":378,"target":372},{"source":388,"target":71},{"source":381,"target":6},{"source":381,"target":389},{"source":381,"target":72},{"source":389,"target":6},{"source":382,"target":6},{"source":382,"target":390},{"source":382,"target":72},{"source":390,"target":6},{"source":383,"target":74},{"source":383,"target":391},{"source":383,"target":72},{"source":391,"target":74},{"source":384,"target":10},{"source":385,"target":4},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":12},{"source":73,"target":95},{"source":73,"target":392},{"source":73,"target":393},{"source":73,"target":394},{"source":73,"target":395},{"source":73,"target":396},{"source":73,"target":397},{"source":73,"target":398},{"source":392,"target":70},{"source":392,"target":399},{"source":392,"target":73},{"source":399,"target":70},{"source":393,"target":88},{"source":393,"target":400},{"source":393,"target":73},{"source":400,"target":88},{"source":394,"target":84},{"source":394,"target":401},{"source":394,"target":73},{"source":401,"target":84},{"source":395,"target":89},{"source":395,"target":402},{"source":395,"target":73},{"source":402,"target":89},{"source":396,"target":72},{"source":397,"target":12},{"source":398,"target":95},{"source":74,"target":0},{"source":74,"target":72},{"source":74,"target":403},{"source":74,"target":404},{"source":403,"target":75},{"source":403,"target":405},{"source":403,"target":74},{"source":405,"target":75},{"source":404,"target":72},{"source":75,"target":0},{"source":75,"target":13},{"source":75,"target":406},{"source":406,"target":13},{"source":76,"target":0},{"source":76,"target":75},{"source":76,"target":407},{"source":76,"target":408},{"source":76,"target":409},{"source":407,"target":75},{"source":407,"target":410},{"source":407,"target":76},{"source":410,"target":75},{"source":408,"target":75},{"source":408,"target":411},{"source":408,"target":76},{"source":411,"target":75},{"source":409,"target":75},{"source":77,"target":0},{"source":77,"target":11},{"source":77,"target":75},{"source":77,"target":412},{"source":77,"target":413},{"source":77,"target":414},{"source":412,"target":75},{"source":412,"target":415},{"source":412,"target":77},{"source":415,"target":75},{"source":413,"target":11},{"source":414,"target":75},{"source":78,"target":0},{"source":78,"target":3},{"source":78,"target":416},{"source":78,"target":417},{"source":416,"target":75},{"source":416,"target":418},{"source":416,"target":78},{"source":418,"target":75},{"source":417,"target":3},{"source":79,"target":0},{"source":79,"target":73},{"source":79,"target":419},{"source":79,"target":420},{"source":79,"target":421},{"source":79,"target":422},{"source":419,"target":423},{"source":419,"target":79},{"source":420,"target":77},{"source":420,"target":424},{"source":420,"target":79},{"source":424,"target":77},{"source":421,"target":77},{"source":421,"target":425},{"source":421,"target":79},{"source":425,"target":77},{"source":422,"target":73},{"source":80,"target":0},{"source":80,"target":73},{"source":80,"target":426},{"source":80,"target":427},{"source":80,"target":428},{"source":80,"target":429},{"source":426,"target":75},{"source":426,"target":430},{"source":426,"target":80},{"source":430,"target":75},{"source":427,"target":75},{"source":427,"target":431},{"source":427,"target":80},{"source":431,"target":75},{"source":428,"target":75},{"source":428,"target":432},{"source":428,"target":80},{"source":432,"target":75},{"source":429,"target":73},{"source":81,"target":0},{"source":81,"target":73},{"source":81,"target":433},{"source":81,"target":434},{"source":433,"target":90},{"source":433,"target":435},{"source":433,"target":81},{"source":435,"target":90},{"source":434,"target":73},{"source":82,"target":0},{"source":82,"target":72},{"source":82,"target":436},{"source":82,"target":437},{"source":436,"target":75},{"source":436,"target":438},{"source":436,"target":82},{"source":438,"target":75},{"source":437,"target":72},{"source":83,"target":0},{"source":83,"target":5},{"source":83,"target":95},{"source":83,"target":159},{"source":83,"target":439},{"source":83,"target":440},{"source":83,"target":441},{"source":83,"target":442},{"source":159,"target":12},{"source":159,"target":443},{"source":159,"target":83},{"source":159,"target":156},{"source":443,"target":12},{"source":439,"target":444},{"source":439,"target":83},{"source":440,"target":445},{"source":440,"target":83},{"source":441,"target":5},{"source":442,"target":95},{"source":84,"target":0},{"source":84,"target":83},{"source":84,"target":69},{"source":84,"target":446},{"source":84,"target":447},{"source":84,"target":448},{"source":84,"target":449},{"source":84,"target":450},{"source":84,"target":451},{"source":446,"target":88},{"source":446,"target":452},{"source":446,"target":84},{"source":452,"target":88},{"source":447,"target":88},{"source":447,"target":453},{"source":447,"target":84},{"source":453,"target":88},{"source":448,"target":85},{"source":448,"target":454},{"source":448,"target":84},{"source":454,"target":85},{"source":449,"target":85},{"source":449,"target":455},{"source":449,"target":84},{"source":455,"target":85},{"source":450,"target":83},{"source":451,"target":69},{"source":85,"target":0},{"source":85,"target":456},{"source":85,"target":457},{"source":85,"target":458},{"source":85,"target":459},{"source":456,"target":85},{"source":457,"target":85},{"source":458,"target":85},{"source":459,"target":85},{"source":86,"target":0},{"source":86,"target":4},{"source":86,"target":460},{"source":86,"target":461},{"source":86,"target":462},{"source":86,"target":463},{"source":460,"target":69},{"source":460,"target":464},{"source":460,"target":86},{"source":464,"target":69},{"source":461,"target":74},{"source":461,"target":465},{"source":461,"target":86},{"source":465,"target":74},{"source":462,"target":13},{"source":462,"target":466},{"source":462,"target":86},{"source":466,"target":13},{"source":463,"target":4},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":467},{"source":87,"target":468},{"source":87,"target":469},{"source":467,"target":470},{"source":467,"target":87},{"source":468,"target":471},{"source":468,"target":87},{"source":469,"target":86},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":83},{"source":88,"target":78},{"source":88,"target":472},{"source":88,"target":473},{"source":88,"target":474},{"source":88,"target":475},{"source":472,"target":476},{"source":472,"target":88},{"source":473,"target":87},{"source":474,"target":83},{"source":475,"target":78},{"source":89,"target":0},{"source":89,"target":87},{"source":89,"target":83},{"source":89,"target":477},{"source":89,"target":478},{"source":89,"target":479},{"source":477,"target":79},{"source":477,"target":480},{"source":477,"target":89},{"source":480,"target":79},{"source":478,"target":87},{"source":479,"target":83},{"source":90,"target":0},{"source":90,"target":65},{"source":90,"target":83},{"source":90,"target":481},{"source":90,"target":482},{"source":90,"target":483},{"source":481,"target":69},{"source":481,"target":484},{"source":481,"target":90},{"source":484,"target":69},{"source":482,"target":65},{"source":483,"target":83},{"source":91,"target":0},{"source":91,"target":11},{"source":91,"target":4},{"source":91,"target":485},{"source":91,"target":486},{"source":485,"target":11},{"source":486,"target":4},{"source":92,"target":0},{"source":92,"target":91},{"source":92,"target":487},{"source":92,"target":488},{"source":487,"target":83},{"source":487,"target":489},{"source":487,"target":92},{"source":489,"target":83},{"source":488,"target":91},{"source":93,"target":0},{"source":93,"target":91},{"source":93,"target":490},{"source":93,"target":491},{"source":490,"target":83},{"source":490,"target":492},{"source":490,"target":93},{"source":492,"target":83},{"source":491,"target":91},{"source":94,"target":0},{"source":94,"target":5},{"source":94,"target":13},{"source":94,"target":493},{"source":94,"target":494},{"source":94,"target":495},{"source":94,"target":496},{"source":94,"target":497},{"source":493,"target":95},{"source":493,"target":498},{"source":493,"target":94},{"source":493,"target":499},{"source":498,"target":95},{"source":494,"target":500},{"source":494,"target":94},{"source":495,"target":13},{"source":495,"target":501},{"source":495,"target":94},{"source":501,"target":13},{"source":496,"target":5},{"source":497,"target":13},{"source":95,"target":0},{"source":95,"target":3},{"source":95,"target":499},{"source":95,"target":502},{"source":499,"target":94},{"source":499,"target":503},{"source":499,"target":95},{"source":499,"target":493},{"source":503,"target":94},{"source":502,"target":3},{"source":96,"target":0},{"source":96,"target":504},{"source":96,"target":505},{"source":96,"target":506},{"source":96,"target":507},{"source":96,"target":508},{"source":96,"target":509},{"source":504,"target":96},{"source":505,"target":96},{"source":506,"target":96},{"source":507,"target":96},{"source":508,"target":96},{"source":509,"target":96},{"source":97,"target":0},{"source":97,"target":510},{"source":97,"target":511},{"source":97,"target":512},{"source":97,"target":513},{"source":97,"target":514},{"source":97,"target":515},{"source":97,"target":516},{"source":97,"target":517},{"source":97,"target":518},{"source":97,"target":519},{"source":97,"target":520},{"source":97,"target":521},{"source":510,"target":97},{"source":511,"target":97},{"source":512,"target":97},{"source":513,"target":97},{"source":514,"target":97},{"source":515,"target":97},{"source":516,"target":97},{"source":517,"target":97},{"source":518,"target":97},{"source":519,"target":97},{"source":520,"target":97},{"source":521,"target":97},{"source":98,"target":0},{"source":98,"target":522},{"source":98,"target":523},{"source":98,"target":524},{"source":98,"target":525},{"source":98,"target":526},{"source":98,"target":527},{"source":98,"target":528},{"source":98,"target":529},{"source":98,"target":530},{"source":98,"target":531},{"source":98,"target":532},{"source":98,"target":533},{"source":98,"target":534},{"source":98,"target":535},{"source":98,"target":536},{"source":98,"target":537},{"source":98,"target":538},{"source":98,"target":539},{"source":98,"target":540},{"source":98,"target":541},{"source":522,"target":98},{"source":523,"target":98},{"source":524,"target":98},{"source":525,"target":98},{"source":526,"target":98},{"source":527,"target":98},{"source":528,"target":98},{"source":529,"target":98},{"source":530,"target":98},{"source":531,"target":98},{"source":532,"target":98},{"source":533,"target":98},{"source":534,"target":98},{"source":535,"target":98},{"source":536,"target":98},{"source":537,"target":98},{"source":538,"target":98},{"source":539,"target":98},{"source":540,"target":98},{"source":541,"target":98}],"multigraph":true}
ecore
components
repo-ecore-all/data/n-ando/OpenRTP-aist/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component.ecore
component SystemDiagram setSynchronizeInterval milliSecond addPropertyChangeListener listener removePropertyChangeListener listener components kind ConnectorProcessing systemId creationDate updateDate parentSystemDiagram compositeComponent Component getAllComponents isCompositeComponent isGroupingCompositeComponent hasComponentAction inOnlineSystemDiagram setComponentsR componentList addComponentsR componentList removeComponentR component setExportedPorts values updateConfigurationSetR configSet isActive updateConfigurationSetListR list activeConfigurationSet originallist getPath configurationSets activeConfigurationSet ports inports outports serviceports components primaryExecutionContext executionContexts participationContexts executionContextHandler participationContextHandler childSystemDiagram instanceNameL venderL descriptionL categoryL typeNameL versionL pathId outportDirection RIGHT compositeTypeL componentId required false startUp shutDown activation deActivation resetting initialize finalize ComponentSpecification aliasName specUnLoad false rtcType ExecutionContext getId getKindName getStateName setRateR rate addComponentR comp removeComponentR comp containsComponent comp isOwner comp kindL -1 rateL stateL owner participants ContextHandler setContext id ec getContext id getId ec removeContext id removeId ec sync values keys clear getType getOwnerContexts ConfigurationSet id configurationData NameValue name value typeName Port disconnectAll findPort diagram originalPortString validateTargetConnector target validateSourceConnector source originalPortString synchronizer nameL allowAnyDataType allowAnyInterfaceType allowAnyDataflowType allowAnySubscriptionType connectorProfiles interfaces dataflowType subscriptionType dataType interfaceType InPort OutPort ServicePort PortSynchronizer disconnect conn_id disconnect conn_prof disconnectAll originalPortString PortConnector createConnectorR deleteConnectorR connectorProfile routingConstraint source target ConnectorProfile dataflowType subscriptionType subscriptionTypeAvailable pushIntervalAvailable name connectorId dataType interfaceType pushRate pushPolicy skipCount pushPolicyAvailable skipCountAvailable sourceString targetString outportBufferLength outportBufferFullPolicy outportBufferWriteTimeout outportBufferEmptyPolicy outportBufferReadTimeout inportBufferLength inportBufferFullPolicy inportBufferWriteTimeout inportBufferEmptyPolicy inportBufferReadTimeout timestampPolicy isReverse EIntegerObjectToPointMapEntry java.util.Map$Entry java.util.Map$Entry key value IPropertyMap getProperty key setProperty key value removeProperty key getPropertyKeys getPropertyMap SDOConfiguration _SDOPackage.Configuration _SDOPackage.Configuration SDOConfigurationSet _SDOPackage.ConfigurationSet _SDOPackage.ConfigurationSet SDOOrganization _SDOPackage.Organization _SDOPackage.Organization SDOServiceProfile _SDOPackage.ServiceProfile _SDOPackage.ServiceProfile RTCRTObject RTC.RTObject RTC.RTObject RTCComponentProfile RTC.ComponentProfile RTC.ComponentProfile RTCConnectorProfile RTC.ConnectorProfile RTC.ConnectorProfile RTCPortProfile RTC.PortProfile RTC.PortProfile RTCExecutionContext RTC.ExecutionContext RTC.ExecutionContext RTCExecutionContextProfile RTC.ExecutionContextProfile RTC.ExecutionContextProfile SystemDiagramKind ONLINE ONLINE OFFLINE OFFLINE PropertyChangeListener java.beans.PropertyChangeListener java.beans.PropertyChangeListener PortInterfaceProfile jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile List java.util.List java.util.List CorbaComponent startR stopR activateR deactivateR resetR finalizeR exitR getExecutionContextState getExecutionContextState ec getExecutionContextStateName getExecutionContextStateName ec getComponentStateName getCorbaObjectInterface supportedCorbaObserver activateAll deactivateAll startAll stopAll attachPortEventObserver observer detatchPortEventObserver observer rTCComponentProfile rTCExecutionContexts rTCParticipationContexts sDOConfiguration sDOOrganization rTCRTObjects componentState ior statusObserver logObserver CorbaPortSynchronizer rTCPortProfile CorbaConnectorProfile rtcConnectorProfile CorbaConfigurationSet sDOConfigurationSet CorbaExecutionContext startR stopR activateR comp deactivateR comp resetR comp getComponentState comp getComponentStateName comp rtcExecutionContextProfile CorbaContextHandler CorbaObserver activate deactivate attachComponent component detachComponent finish serviceProfile servant CorbaStatusObserver isTimeOut CorbaLogObserver Servant org.omg.PortableServer.Servant org.omg.PortableServer.Servant ICorbaPortEventObserver jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="component" nsURI="http:///jp/go/aist/rtm/toolscommon/model/component.ecore" nsPrefix="jp.go.aist.rtm.toolscommon.model.component"> <eClassifiers xsi:type="ecore:EClass" name="SystemDiagram" eSuperTypes="core.ecore#//ModelElement #//IPropertyMap"> <eOperations name="setSynchronizeInterval"> <eParameters name="milliSecond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eOperations> <eOperations name="addPropertyChangeListener"> <eParameters name="listener" eType="#//PropertyChangeListener"/> </eOperations> <eOperations name="removePropertyChangeListener"> <eParameters name="listener" eType="#//PropertyChangeListener"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//SystemDiagramKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ConnectorProcessing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentSystemDiagram" eType="#//SystemDiagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeComponent" eType="#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="core.ecore#//WrapperObject #//IPropertyMap"> <eOperations name="getAllComponents" upperBound="-1" eType="#//Component"/> <eOperations name="isCompositeComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isGroupingCompositeComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="hasComponentAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="inOnlineSystemDiagram" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="setComponentsR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="componentList" eType="#//List"/> </eOperations> <eOperations name="addComponentsR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="componentList" eType="#//List"/> </eOperations> <eOperations name="removeComponentR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="component" eType="#//Component"/> </eOperations> <eOperations name="setExportedPorts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="values" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="updateConfigurationSetR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="configSet" eType="#//ConfigurationSet"/> <eParameters name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="updateConfigurationSetListR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="list" eType="#//List"/> <eParameters name="activeConfigurationSet" eType="#//ConfigurationSet"/> <eParameters name="originallist" eType="#//List"/> </eOperations> <eOperations name="getPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationSets" upperBound="-1" eType="#//ConfigurationSet" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activeConfigurationSet" eType="#//ConfigurationSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inports" upperBound="-1" eType="#//InPort" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outports" upperBound="-1" eType="#//OutPort" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceports" upperBound="-1" eType="#//ServicePort" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryExecutionContext" eType="#//ExecutionContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executionContexts" upperBound="-1" eType="#//ExecutionContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participationContexts" upperBound="-1" eType="#//ExecutionContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executionContextHandler" eType="#//ContextHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participationContextHandler" eType="#//ContextHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childSystemDiagram" eType="#//SystemDiagram"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceNameL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="venderL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeNameL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportDirection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="RIGHT"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeTypeL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startUp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shutDown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deActivation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resetting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentSpecification" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specUnLoad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rtcType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionContext" eSuperTypes="core.ecore#//WrapperObject #//IPropertyMap"> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getKindName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setRateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eOperations> <eOperations name="addComponentR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="removeComponentR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="containsComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="isOwner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rateL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#//Component" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextHandler" eSuperTypes="core.ecore#//IAdaptable"> <eOperations name="setContext" eType="#//ExecutionContext"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="getContext" eType="#//ExecutionContext"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="removeContext" eType="#//ExecutionContext"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="sync"/> <eOperations name="values" eType="#//List"/> <eOperations name="keys" eType="#//List"/> <eOperations name="clear"/> <eOperations name="getType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getOwnerContexts" upperBound="-1" eType="#//ExecutionContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationSet" eSuperTypes="core.ecore#//WrapperObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationData" upperBound="-1" eType="#//NameValue" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameValue" eSuperTypes="core.ecore#//WrapperObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="core.ecore#//WrapperObject"> <eOperations name="disconnectAll"/> <eOperations name="findPort" eType="#//Port"> <eParameters name="diagram" eType="#//SystemDiagram"/> <eParameters name="originalPortString" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="validateTargetConnector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="target" eType="#//Port"/> </eOperations> <eOperations name="validateSourceConnector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" eType="#//Port"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalPortString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronizer" eType="#//PortSynchronizer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnyDataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnyInterfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnyDataflowType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnySubscriptionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectorProfiles" upperBound="-1" eType="#//ConnectorProfile" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaces" upperBound="-1" eType="#//PortInterfaceProfile"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataflowType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="ServicePort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="PortSynchronizer" eSuperTypes="#//IPropertyMap"> <eOperations name="disconnect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="conn_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="disconnect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="conn_prof" eType="#//ConnectorProfile"/> </eOperations> <eOperations name="disconnectAll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalPortString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortConnector" abstract="true" eSuperTypes="core.ecore#//WrapperObject"> <eOperations name="createConnectorR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="deleteConnectorR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectorProfile" eType="#//ConnectorProfile" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="routingConstraint" upperBound="-1" eType="#//EIntegerObjectToPointMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Port" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectorProfile" eSuperTypes="core.ecore#//WrapperObject #//IPropertyMap"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataflowType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptionTypeAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushIntervalAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectorId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushRate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushPolicyAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipCountAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferFullPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferWriteTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferEmptyPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferReadTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferFullPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferWriteTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferEmptyPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferReadTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestampPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReverse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EIntegerObjectToPointMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType core.ecore#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPropertyMap" abstract="true" interface="true" eSuperTypes="core.ecore#//IAdaptable"> <eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setProperty"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getPropertyKeys" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getPropertyMap" eType="#//IPropertyMap"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SDOConfiguration" instanceClassName="_SDOPackage.Configuration"/> <eClassifiers xsi:type="ecore:EDataType" name="SDOConfigurationSet" instanceClassName="_SDOPackage.ConfigurationSet"/> <eClassifiers xsi:type="ecore:EDataType" name="SDOOrganization" instanceClassName="_SDOPackage.Organization"/> <eClassifiers xsi:type="ecore:EDataType" name="SDOServiceProfile" instanceClassName="_SDOPackage.ServiceProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCRTObject" instanceClassName="RTC.RTObject"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCComponentProfile" instanceClassName="RTC.ComponentProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCConnectorProfile" instanceClassName="RTC.ConnectorProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCPortProfile" instanceClassName="RTC.PortProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCExecutionContext" instanceClassName="RTC.ExecutionContext"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCExecutionContextProfile" instanceClassName="RTC.ExecutionContextProfile"/> <eClassifiers xsi:type="ecore:EEnum" name="SystemDiagramKind"> <eLiterals name="ONLINE" value="1" literal="ONLINE"/> <eLiterals name="OFFLINE" value="2" literal="OFFLINE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PropertyChangeListener" instanceClassName="java.beans.PropertyChangeListener"/> <eClassifiers xsi:type="ecore:EDataType" name="PortInterfaceProfile" instanceClassName="jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="List" instanceClassName="java.util.List"/> <eClassifiers xsi:type="ecore:EClass" name="CorbaComponent" eSuperTypes="#//Component core.ecore#//CorbaWrapperObject"> <eOperations name="startR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="stopR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="activateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="deactivateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="resetR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="finalizeR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="exitR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getExecutionContextState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getExecutionContextState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="getExecutionContextStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getExecutionContextStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="getComponentStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getCorbaObjectInterface" eType="#//RTCRTObject"/> <eOperations name="supportedCorbaObserver" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="activateAll"/> <eOperations name="deactivateAll"/> <eOperations name="startAll"/> <eOperations name="stopAll"/> <eOperations name="attachPortEventObserver"> <eParameters name="observer" eType="#//ICorbaPortEventObserver"/> </eOperations> <eOperations name="detatchPortEventObserver"> <eParameters name="observer" eType="#//ICorbaPortEventObserver"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCComponentProfile" eType="#//RTCComponentProfile" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCExecutionContexts" upperBound="-1" eType="#//RTCExecutionContext" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCParticipationContexts" unique="false" upperBound="-1" eType="#//RTCExecutionContext" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sDOConfiguration" eType="#//SDOConfiguration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sDOOrganization" eType="#//SDOOrganization" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCRTObjects" unique="false" upperBound="-1" eType="#//RTCRTObject" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ior" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statusObserver" eType="#//CorbaStatusObserver"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logObserver" eType="#//CorbaLogObserver"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaPortSynchronizer" eSuperTypes="core.ecore#//CorbaWrapperObject #//PortSynchronizer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCPortProfile" eType="#//RTCPortProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaConnectorProfile" eSuperTypes="#//ConnectorProfile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rtcConnectorProfile" eType="#//RTCConnectorProfile" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaConfigurationSet" eSuperTypes="#//ConfigurationSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sDOConfigurationSet" eType="#//SDOConfigurationSet" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaExecutionContext" eSuperTypes="#//ExecutionContext core.ecore#//CorbaWrapperObject"> <eOperations name="startR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="stopR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="activateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="deactivateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="resetR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="getComponentState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="getComponentStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rtcExecutionContextProfile" eType="#//RTCExecutionContextProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaContextHandler" eSuperTypes="#//ContextHandler"/> <eClassifiers xsi:type="ecore:EClass" name="CorbaObserver" eSuperTypes="#//IPropertyMap core.ecore#//IAdaptable"> <eOperations name="activate"/> <eOperations name="deactivate"/> <eOperations name="attachComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="component" eType="#//CorbaComponent"/> </eOperations> <eOperations name="detachComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="finish" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceProfile" eType="#//SDOServiceProfile" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="servant" eType="#//Servant" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaStatusObserver" eSuperTypes="#//CorbaObserver"> <eOperations name="isTimeOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaLogObserver" eSuperTypes="#//CorbaObserver"/> <eClassifiers xsi:type="ecore:EDataType" name="Servant" instanceClassName="org.omg.PortableServer.Servant"/> <eClassifiers xsi:type="ecore:EDataType" name="ICorbaPortEventObserver" instanceClassName="jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"jp.go.aist.rtm.toolscommon.model.component","nsURI":"http:///jp/go/aist/rtm/toolscommon/model/component.ecore","name":"component","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentSpecification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionContext","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextHandler","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicePort","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSynchronizer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnector","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorProfile","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EIntegerObjectToPointMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPropertyMap","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":"_SDOPackage.Configuration","defaultValue":null,"instanceClassName":"_SDOPackage.Configuration","name":"SDOConfiguration","instanceClass":null,"id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"_SDOPackage.ConfigurationSet","defaultValue":null,"instanceClassName":"_SDOPackage.ConfigurationSet","name":"SDOConfigurationSet","instanceClass":null,"id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"_SDOPackage.Organization","defaultValue":null,"instanceClassName":"_SDOPackage.Organization","name":"SDOOrganization","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"_SDOPackage.ServiceProfile","defaultValue":null,"instanceClassName":"_SDOPackage.ServiceProfile","name":"SDOServiceProfile","instanceClass":null,"id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.RTObject","defaultValue":null,"instanceClassName":"RTC.RTObject","name":"RTCRTObject","instanceClass":null,"id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ComponentProfile","defaultValue":null,"instanceClassName":"RTC.ComponentProfile","name":"RTCComponentProfile","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ConnectorProfile","defaultValue":null,"instanceClassName":"RTC.ConnectorProfile","name":"RTCConnectorProfile","instanceClass":null,"id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.PortProfile","defaultValue":null,"instanceClassName":"RTC.PortProfile","name":"RTCPortProfile","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ExecutionContext","defaultValue":null,"instanceClassName":"RTC.ExecutionContext","name":"RTCExecutionContext","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ExecutionContextProfile","defaultValue":null,"instanceClassName":"RTC.ExecutionContextProfile","name":"RTCExecutionContextProfile","instanceClass":null,"id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemDiagramKind","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.beans.PropertyChangeListener","defaultValue":null,"instanceClassName":"java.beans.PropertyChangeListener","name":"PropertyChangeListener","instanceClass":"java.beans.PropertyChangeListener","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile","defaultValue":null,"instanceClassName":"jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile","name":"PortInterfaceProfile","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"List","instanceClass":"java.util.List","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaComponent","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaPortSynchronizer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaConnectorProfile","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaConfigurationSet","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaExecutionContext","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaContextHandler","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaObserver","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaStatusObserver","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaLogObserver","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.omg.PortableServer.Servant","defaultValue":null,"instanceClassName":"org.omg.PortableServer.Servant","name":"Servant","instanceClass":null,"id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver","defaultValue":null,"instanceClassName":"jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver","name":"ICorbaPortEventObserver","instanceClass":null,"id":41,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSynchronizeInterval","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPropertyChangeListener","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePropertyChangeListener","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ConnectorProcessing","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemId","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateDate","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentSystemDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"milliSecond","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllComponents","lowerBound":0,"id":69,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCompositeComponent","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isGroupingCompositeComponent","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasComponentAction","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"inOnlineSystemDiagram","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setComponentsR","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addComponentsR","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeComponentR","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExportedPorts","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateConfigurationSetR","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateConfigurationSetListR","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPath","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationSets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activeConfigurationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"outports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"serviceports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryExecutionContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executionContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participationContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executionContextHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participationContextHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childSystemDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"instanceNameL","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"venderL","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"descriptionL","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"categoryL","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"typeNameL","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"versionL","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathId","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"RIGHT","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"RIGHT","unsettable":false,"transient":false,"unique":true,"name":"outportDirection","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"compositeTypeL","changeable":false,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentId","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startUp","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shutDown","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activation","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deActivation","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resetting","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialize","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalize","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"componentList","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"componentList","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"component","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"values","lowerBound":0,"id":129,"many":true,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"configSet","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"isActive","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"list","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"activeConfigurationSet","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"originallist","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasName","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"specUnLoad","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rtcType","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKindName","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateName","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setRateR","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addComponentR","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeComponentR","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"containsComponent","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOwner","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"kindL","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rateL","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateL","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rate","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setContext","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContext","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeContext","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeId","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sync","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"values","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"keys","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOwnerContexts","lowerBound":0,"id":230,"many":true,"required":false,"eClass":"EOperation"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectAll","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findPort","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"validateTargetConnector","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"validateSourceConnector","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalPortString","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronizer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameL","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"allowAnyDataType","changeable":false,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"allowAnyInterfaceType","changeable":false,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"allowAnyDataflowType","changeable":false,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"allowAnySubscriptionType","changeable":false,"lowerBound":0,"iD":false,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectorProfiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataflowType","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subscriptionType","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceType","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagram","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":false,"name":"originalPortString","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EParameter"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EParameter"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectAll","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalPortString","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conn_id","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conn_prof","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createConnectorR","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteConnectorR","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectorProfile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"routingConstraint","changeable":true,"resolveProxies":false,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataflowType","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subscriptionType","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"subscriptionTypeAvailable","changeable":false,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"pushIntervalAvailable","changeable":false,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectorId","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceType","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pushRate","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pushPolicy","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skipCount","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"pushPolicyAvailable","changeable":false,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"skipCountAvailable","changeable":false,"lowerBound":0,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceString","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetString","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferLength","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferFullPolicy","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferWriteTimeout","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferEmptyPolicy","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferReadTimeout","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferLength","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferFullPolicy","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferWriteTimeout","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferEmptyPolicy","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferReadTimeout","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestampPolicy","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReverse","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"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":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProperty","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeProperty","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPropertyKeys","lowerBound":0,"id":399,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyMap","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EOperation"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EParameter"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EParameter"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EParameter"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"name":"ONLINE","id":414,"value":1,"literal":"ONLINE","eClass":"EEnumLiteral"},{"name":"OFFLINE","id":415,"value":2,"literal":"OFFLINE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"startR","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopR","lowerBound":0,"id":417,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"activateR","lowerBound":0,"id":418,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivateR","lowerBound":0,"id":419,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resetR","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalizeR","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"exitR","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextState","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextState","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextStateName","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextStateName","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComponentStateName","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCorbaObjectInterface","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportedCorbaObserver","lowerBound":0,"id":429,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"activateAll","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivateAll","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"startAll","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopAll","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"attachPortEventObserver","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"detatchPortEventObserver","lowerBound":0,"id":435,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"rTCComponentProfile","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"rTCExecutionContexts","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":false,"name":"rTCParticipationContexts","changeable":true,"lowerBound":0,"iD":false,"id":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":"sDOConfiguration","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":"","unsettable":false,"transient":false,"unique":true,"name":"sDOOrganization","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":false,"name":"rTCRTObjects","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentState","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":"ior","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":false,"unsettable":false,"transient":false,"unique":true,"name":"statusObserver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logObserver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"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,"unique":true,"name":"ec","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EParameter"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"observer","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EParameter"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"observer","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"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":"rTCPortProfile","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"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":true,"unique":true,"name":"rtcConnectorProfile","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sDOConfigurationSet","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"startR","lowerBound":0,"id":490,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopR","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"activateR","lowerBound":0,"id":492,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivateR","lowerBound":0,"id":493,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resetR","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComponentState","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComponentStateName","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rtcExecutionContextProfile","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":503,"many":false,"required":false,"eClass":"EParameter"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EParameter"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":515,"many":false,"required":false,"eClass":"EParameter"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"activate","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivate","lowerBound":0,"id":520,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"attachComponent","lowerBound":0,"id":521,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"detachComponent","lowerBound":0,"id":522,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finish","lowerBound":0,"id":523,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceProfile","changeable":false,"lowerBound":0,"iD":false,"id":524,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"servant","changeable":false,"lowerBound":0,"iD":false,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"component","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EParameter"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTimeOut","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":42,"target":1},{"source":42,"target":55},{"source":55,"target":56},{"source":55,"target":42},{"source":43,"target":1},{"source":43,"target":57},{"source":57,"target":28},{"source":57,"target":58},{"source":57,"target":43},{"source":58,"target":28},{"source":44,"target":1},{"source":44,"target":59},{"source":59,"target":28},{"source":59,"target":60},{"source":59,"target":44},{"source":60,"target":28},{"source":45,"target":2},{"source":45,"target":61},{"source":45,"target":1},{"source":61,"target":2},{"source":46,"target":27},{"source":46,"target":62},{"source":46,"target":1},{"source":62,"target":27},{"source":47,"target":63},{"source":47,"target":1},{"source":48,"target":64},{"source":48,"target":1},{"source":49,"target":65},{"source":49,"target":1},{"source":50,"target":66},{"source":50,"target":1},{"source":51,"target":1},{"source":51,"target":67},{"source":51,"target":1},{"source":67,"target":1},{"source":52,"target":2},{"source":52,"target":68},{"source":52,"target":1},{"source":68,"target":2},{"source":54,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":2,"target":98},{"source":2,"target":99},{"source":2,"target":100},{"source":2,"target":101},{"source":2,"target":102},{"source":2,"target":103},{"source":2,"target":104},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":2,"target":113},{"source":69,"target":2},{"source":69,"target":114},{"source":69,"target":2},{"source":114,"target":2},{"source":70,"target":115},{"source":70,"target":2},{"source":71,"target":116},{"source":71,"target":2},{"source":72,"target":117},{"source":72,"target":2},{"source":73,"target":118},{"source":73,"target":2},{"source":74,"target":119},{"source":74,"target":2},{"source":74,"target":120},{"source":120,"target":30},{"source":120,"target":121},{"source":120,"target":74},{"source":121,"target":30},{"source":75,"target":122},{"source":75,"target":2},{"source":75,"target":123},{"source":123,"target":30},{"source":123,"target":124},{"source":123,"target":75},{"source":124,"target":30},{"source":76,"target":125},{"source":76,"target":2},{"source":76,"target":126},{"source":126,"target":2},{"source":126,"target":127},{"source":126,"target":76},{"source":127,"target":2},{"source":77,"target":128},{"source":77,"target":2},{"source":77,"target":129},{"source":129,"target":130},{"source":129,"target":77},{"source":78,"target":131},{"source":78,"target":2},{"source":78,"target":132},{"source":78,"target":133},{"source":132,"target":6},{"source":132,"target":134},{"source":132,"target":78},{"source":134,"target":6},{"source":133,"target":135},{"source":133,"target":78},{"source":79,"target":136},{"source":79,"target":2},{"source":79,"target":137},{"source":79,"target":138},{"source":79,"target":139},{"source":137,"target":30},{"source":137,"target":140},{"source":137,"target":79},{"source":140,"target":30},{"source":138,"target":6},{"source":138,"target":141},{"source":138,"target":79},{"source":141,"target":6},{"source":139,"target":30},{"source":139,"target":142},{"source":139,"target":79},{"source":142,"target":30},{"source":80,"target":143},{"source":80,"target":2},{"source":81,"target":6},{"source":81,"target":144},{"source":81,"target":2},{"source":144,"target":6},{"source":82,"target":6},{"source":82,"target":145},{"source":82,"target":2},{"source":145,"target":6},{"source":83,"target":8},{"source":83,"target":146},{"source":83,"target":2},{"source":146,"target":8},{"source":84,"target":9},{"source":84,"target":147},{"source":84,"target":2},{"source":147,"target":9},{"source":85,"target":10},{"source":85,"target":148},{"source":85,"target":2},{"source":148,"target":10},{"source":86,"target":11},{"source":86,"target":149},{"source":86,"target":2},{"source":149,"target":11},{"source":87,"target":2},{"source":87,"target":150},{"source":87,"target":2},{"source":150,"target":2},{"source":88,"target":4},{"source":88,"target":151},{"source":88,"target":2},{"source":151,"target":4},{"source":89,"target":4},{"source":89,"target":152},{"source":89,"target":2},{"source":152,"target":4},{"source":90,"target":4},{"source":90,"target":153},{"source":90,"target":2},{"source":153,"target":4},{"source":91,"target":5},{"source":91,"target":154},{"source":91,"target":2},{"source":154,"target":5},{"source":92,"target":5},{"source":92,"target":155},{"source":92,"target":2},{"source":155,"target":5},{"source":93,"target":1},{"source":93,"target":156},{"source":93,"target":2},{"source":156,"target":1},{"source":94,"target":157},{"source":94,"target":2},{"source":95,"target":158},{"source":95,"target":2},{"source":96,"target":159},{"source":96,"target":2},{"source":97,"target":160},{"source":97,"target":2},{"source":98,"target":161},{"source":98,"target":2},{"source":99,"target":162},{"source":99,"target":2},{"source":100,"target":163},{"source":100,"target":2},{"source":101,"target":164},{"source":101,"target":2},{"source":102,"target":165},{"source":102,"target":2},{"source":103,"target":166},{"source":103,"target":2},{"source":104,"target":167},{"source":104,"target":2},{"source":105,"target":168},{"source":105,"target":2},{"source":106,"target":169},{"source":106,"target":2},{"source":107,"target":170},{"source":107,"target":2},{"source":108,"target":171},{"source":108,"target":2},{"source":109,"target":172},{"source":109,"target":2},{"source":110,"target":173},{"source":110,"target":2},{"source":111,"target":174},{"source":111,"target":2},{"source":113,"target":16},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":175},{"source":3,"target":176},{"source":3,"target":177},{"source":3,"target":178},{"source":175,"target":179},{"source":175,"target":3},{"source":176,"target":180},{"source":176,"target":3},{"source":177,"target":181},{"source":177,"target":3},{"source":178,"target":2},{"source":4,"target":0},{"source":4,"target":16},{"source":4,"target":182},{"source":4,"target":183},{"source":4,"target":184},{"source":4,"target":185},{"source":4,"target":186},{"source":4,"target":187},{"source":4,"target":188},{"source":4,"target":189},{"source":4,"target":190},{"source":4,"target":191},{"source":4,"target":192},{"source":4,"target":193},{"source":4,"target":194},{"source":4,"target":195},{"source":4,"target":196},{"source":182,"target":197},{"source":182,"target":4},{"source":183,"target":198},{"source":183,"target":4},{"source":184,"target":199},{"source":184,"target":4},{"source":185,"target":200},{"source":185,"target":4},{"source":185,"target":201},{"source":201,"target":202},{"source":201,"target":185},{"source":186,"target":203},{"source":186,"target":4},{"source":186,"target":204},{"source":204,"target":2},{"source":204,"target":205},{"source":204,"target":186},{"source":205,"target":2},{"source":187,"target":206},{"source":187,"target":4},{"source":187,"target":207},{"source":207,"target":2},{"source":207,"target":208},{"source":207,"target":187},{"source":208,"target":2},{"source":188,"target":209},{"source":188,"target":4},{"source":188,"target":210},{"source":210,"target":2},{"source":210,"target":211},{"source":210,"target":188},{"source":211,"target":2},{"source":189,"target":212},{"source":189,"target":4},{"source":189,"target":213},{"source":213,"target":2},{"source":213,"target":214},{"source":213,"target":189},{"source":214,"target":2},{"source":190,"target":215},{"source":190,"target":4},{"source":191,"target":216},{"source":191,"target":4},{"source":192,"target":217},{"source":192,"target":4},{"source":193,"target":2},{"source":193,"target":218},{"source":193,"target":4},{"source":218,"target":2},{"source":194,"target":2},{"source":194,"target":219},{"source":194,"target":4},{"source":219,"target":2},{"source":196,"target":16},{"source":5,"target":0},{"source":5,"target":220},{"source":5,"target":221},{"source":5,"target":222},{"source":5,"target":223},{"source":5,"target":224},{"source":5,"target":225},{"source":5,"target":226},{"source":5,"target":227},{"source":5,"target":228},{"source":5,"target":229},{"source":5,"target":230},{"source":5,"target":231},{"source":220,"target":4},{"source":220,"target":232},{"source":220,"target":5},{"source":220,"target":233},{"source":220,"target":234},{"source":232,"target":4},{"source":233,"target":235},{"source":233,"target":220},{"source":234,"target":4},{"source":234,"target":236},{"source":234,"target":220},{"source":236,"target":4},{"source":221,"target":4},{"source":221,"target":237},{"source":221,"target":5},{"source":221,"target":238},{"source":237,"target":4},{"source":238,"target":239},{"source":238,"target":221},{"source":222,"target":240},{"source":222,"target":5},{"source":222,"target":241},{"source":241,"target":4},{"source":241,"target":242},{"source":241,"target":222},{"source":242,"target":4},{"source":223,"target":4},{"source":223,"target":243},{"source":223,"target":5},{"source":223,"target":244},{"source":243,"target":4},{"source":244,"target":245},{"source":244,"target":223},{"source":224,"target":246},{"source":224,"target":5},{"source":224,"target":247},{"source":247,"target":4},{"source":247,"target":248},{"source":247,"target":224},{"source":248,"target":4},{"source":225,"target":5},{"source":226,"target":30},{"source":226,"target":249},{"source":226,"target":5},{"source":249,"target":30},{"source":227,"target":30},{"source":227,"target":250},{"source":227,"target":5},{"source":250,"target":30},{"source":228,"target":5},{"source":229,"target":251},{"source":229,"target":5},{"source":230,"target":4},{"source":230,"target":252},{"source":230,"target":5},{"source":252,"target":4},{"source":6,"target":0},{"source":6,"target":253},{"source":6,"target":254},{"source":6,"target":255},{"source":253,"target":256},{"source":253,"target":6},{"source":254,"target":7},{"source":254,"target":257},{"source":254,"target":6},{"source":257,"target":7},{"source":7,"target":0},{"source":7,"target":258},{"source":7,"target":259},{"source":7,"target":260},{"source":7,"target":261},{"source":258,"target":262},{"source":258,"target":7},{"source":259,"target":263},{"source":259,"target":7},{"source":260,"target":264},{"source":260,"target":7},{"source":8,"target":0},{"source":8,"target":265},{"source":8,"target":266},{"source":8,"target":267},{"source":8,"target":268},{"source":8,"target":269},{"source":8,"target":270},{"source":8,"target":271},{"source":8,"target":272},{"source":8,"target":273},{"source":8,"target":274},{"source":8,"target":275},{"source":8,"target":276},{"source":8,"target":277},{"source":8,"target":278},{"source":8,"target":279},{"source":8,"target":280},{"source":8,"target":281},{"source":8,"target":282},{"source":265,"target":8},{"source":266,"target":8},{"source":266,"target":283},{"source":266,"target":8},{"source":266,"target":284},{"source":266,"target":285},{"source":283,"target":8},{"source":284,"target":1},{"source":284,"target":286},{"source":284,"target":266},{"source":286,"target":1},{"source":285,"target":287},{"source":285,"target":266},{"source":267,"target":288},{"source":267,"target":8},{"source":267,"target":289},{"source":289,"target":8},{"source":289,"target":290},{"source":289,"target":267},{"source":290,"target":8},{"source":268,"target":291},{"source":268,"target":8},{"source":268,"target":292},{"source":292,"target":8},{"source":292,"target":293},{"source":292,"target":268},{"source":293,"target":8},{"source":269,"target":294},{"source":269,"target":8},{"source":270,"target":12},{"source":270,"target":295},{"source":270,"target":8},{"source":295,"target":12},{"source":271,"target":296},{"source":271,"target":8},{"source":272,"target":297},{"source":272,"target":8},{"source":273,"target":298},{"source":273,"target":8},{"source":274,"target":299},{"source":274,"target":8},{"source":275,"target":300},{"source":275,"target":8},{"source":276,"target":14},{"source":276,"target":301},{"source":276,"target":8},{"source":301,"target":14},{"source":277,"target":29},{"source":277,"target":302},{"source":277,"target":8},{"source":302,"target":29},{"source":278,"target":303},{"source":278,"target":8},{"source":279,"target":304},{"source":279,"target":8},{"source":280,"target":305},{"source":280,"target":8},{"source":281,"target":306},{"source":281,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":307},{"source":307,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":308},{"source":308,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":309},{"source":309,"target":8},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":310},{"source":12,"target":311},{"source":12,"target":312},{"source":12,"target":313},{"source":12,"target":314},{"source":310,"target":315},{"source":310,"target":12},{"source":310,"target":316},{"source":316,"target":317},{"source":316,"target":310},{"source":311,"target":318},{"source":311,"target":12},{"source":311,"target":319},{"source":319,"target":14},{"source":319,"target":320},{"source":319,"target":311},{"source":320,"target":14},{"source":312,"target":321},{"source":312,"target":12},{"source":313,"target":322},{"source":313,"target":12},{"source":314,"target":16},{"source":13,"target":0},{"source":13,"target":323},{"source":13,"target":324},{"source":13,"target":325},{"source":13,"target":326},{"source":13,"target":327},{"source":13,"target":328},{"source":13,"target":329},{"source":323,"target":330},{"source":323,"target":13},{"source":324,"target":331},{"source":324,"target":13},{"source":325,"target":14},{"source":325,"target":332},{"source":325,"target":13},{"source":332,"target":14},{"source":326,"target":15},{"source":326,"target":333},{"source":326,"target":13},{"source":333,"target":15},{"source":327,"target":8},{"source":327,"target":334},{"source":327,"target":13},{"source":334,"target":8},{"source":328,"target":8},{"source":328,"target":335},{"source":328,"target":13},{"source":335,"target":8},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":336},{"source":14,"target":337},{"source":14,"target":338},{"source":14,"target":339},{"source":14,"target":340},{"source":14,"target":341},{"source":14,"target":342},{"source":14,"target":343},{"source":14,"target":344},{"source":14,"target":345},{"source":14,"target":346},{"source":14,"target":347},{"source":14,"target":348},{"source":14,"target":349},{"source":14,"target":350},{"source":14,"target":351},{"source":14,"target":352},{"source":14,"target":353},{"source":14,"target":354},{"source":14,"target":355},{"source":14,"target":356},{"source":14,"target":357},{"source":14,"target":358},{"source":14,"target":359},{"source":14,"target":360},{"source":14,"target":361},{"source":14,"target":362},{"source":14,"target":363},{"source":14,"target":364},{"source":336,"target":365},{"source":336,"target":14},{"source":337,"target":366},{"source":337,"target":14},{"source":338,"target":367},{"source":338,"target":14},{"source":339,"target":368},{"source":339,"target":14},{"source":340,"target":369},{"source":340,"target":14},{"source":341,"target":370},{"source":341,"target":14},{"source":342,"target":371},{"source":342,"target":14},{"source":343,"target":372},{"source":343,"target":14},{"source":344,"target":373},{"source":344,"target":14},{"source":345,"target":374},{"source":345,"target":14},{"source":346,"target":375},{"source":346,"target":14},{"source":347,"target":376},{"source":347,"target":14},{"source":348,"target":377},{"source":348,"target":14},{"source":349,"target":378},{"source":349,"target":14},{"source":350,"target":379},{"source":350,"target":14},{"source":351,"target":380},{"source":351,"target":14},{"source":352,"target":381},{"source":352,"target":14},{"source":353,"target":382},{"source":353,"target":14},{"source":354,"target":383},{"source":354,"target":14},{"source":355,"target":384},{"source":355,"target":14},{"source":356,"target":385},{"source":356,"target":14},{"source":357,"target":386},{"source":357,"target":14},{"source":358,"target":387},{"source":358,"target":14},{"source":359,"target":388},{"source":359,"target":14},{"source":360,"target":389},{"source":360,"target":14},{"source":361,"target":390},{"source":361,"target":14},{"source":362,"target":391},{"source":362,"target":14},{"source":364,"target":16},{"source":15,"target":0},{"source":15,"target":392},{"source":15,"target":393},{"source":392,"target":394},{"source":392,"target":15},{"source":393,"target":395},{"source":393,"target":15},{"source":16,"target":0},{"source":16,"target":396},{"source":16,"target":397},{"source":16,"target":398},{"source":16,"target":399},{"source":16,"target":400},{"source":16,"target":401},{"source":396,"target":402},{"source":396,"target":16},{"source":396,"target":403},{"source":403,"target":404},{"source":403,"target":396},{"source":397,"target":16},{"source":397,"target":405},{"source":397,"target":406},{"source":405,"target":407},{"source":405,"target":397},{"source":406,"target":408},{"source":406,"target":397},{"source":398,"target":409},{"source":398,"target":16},{"source":398,"target":410},{"source":410,"target":411},{"source":410,"target":398},{"source":399,"target":412},{"source":399,"target":16},{"source":400,"target":16},{"source":400,"target":413},{"source":400,"target":16},{"source":413,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":414},{"source":27,"target":415},{"source":414,"target":27},{"source":415,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":2},{"source":31,"target":416},{"source":31,"target":417},{"source":31,"target":418},{"source":31,"target":419},{"source":31,"target":420},{"source":31,"target":421},{"source":31,"target":422},{"source":31,"target":423},{"source":31,"target":424},{"source":31,"target":425},{"source":31,"target":426},{"source":31,"target":427},{"source":31,"target":428},{"source":31,"target":429},{"source":31,"target":430},{"source":31,"target":431},{"source":31,"target":432},{"source":31,"target":433},{"source":31,"target":434},{"source":31,"target":435},{"source":31,"target":436},{"source":31,"target":437},{"source":31,"target":438},{"source":31,"target":439},{"source":31,"target":440},{"source":31,"target":441},{"source":31,"target":442},{"source":31,"target":443},{"source":31,"target":444},{"source":31,"target":445},{"source":31,"target":446},{"source":31,"target":447},{"source":416,"target":448},{"source":416,"target":31},{"source":417,"target":449},{"source":417,"target":31},{"source":418,"target":450},{"source":418,"target":31},{"source":419,"target":451},{"source":419,"target":31},{"source":420,"target":452},{"source":420,"target":31},{"source":421,"target":453},{"source":421,"target":31},{"source":422,"target":454},{"source":422,"target":31},{"source":423,"target":455},{"source":423,"target":31},{"source":424,"target":456},{"source":424,"target":31},{"source":424,"target":457},{"source":457,"target":4},{"source":457,"target":458},{"source":457,"target":424},{"source":458,"target":4},{"source":425,"target":459},{"source":425,"target":31},{"source":426,"target":460},{"source":426,"target":31},{"source":426,"target":461},{"source":461,"target":4},{"source":461,"target":462},{"source":461,"target":426},{"source":462,"target":4},{"source":427,"target":463},{"source":427,"target":31},{"source":428,"target":21},{"source":428,"target":464},{"source":428,"target":31},{"source":464,"target":21},{"source":429,"target":465},{"source":429,"target":31},{"source":430,"target":31},{"source":431,"target":31},{"source":432,"target":31},{"source":433,"target":31},{"source":434,"target":31},{"source":434,"target":466},{"source":466,"target":41},{"source":466,"target":467},{"source":466,"target":434},{"source":467,"target":41},{"source":435,"target":31},{"source":435,"target":468},{"source":468,"target":41},{"source":468,"target":469},{"source":468,"target":435},{"source":469,"target":41},{"source":436,"target":22},{"source":436,"target":470},{"source":436,"target":31},{"source":470,"target":22},{"source":437,"target":25},{"source":437,"target":471},{"source":437,"target":31},{"source":471,"target":25},{"source":438,"target":25},{"source":438,"target":472},{"source":438,"target":31},{"source":472,"target":25},{"source":439,"target":17},{"source":439,"target":473},{"source":439,"target":31},{"source":473,"target":17},{"source":440,"target":19},{"source":440,"target":474},{"source":440,"target":31},{"source":474,"target":19},{"source":441,"target":21},{"source":441,"target":475},{"source":441,"target":31},{"source":475,"target":21},{"source":442,"target":476},{"source":442,"target":31},{"source":443,"target":477},{"source":443,"target":31},{"source":444,"target":38},{"source":444,"target":478},{"source":444,"target":31},{"source":478,"target":38},{"source":445,"target":39},{"source":445,"target":479},{"source":445,"target":31},{"source":479,"target":39},{"source":446,"target":2},{"source":32,"target":0},{"source":32,"target":12},{"source":32,"target":480},{"source":32,"target":481},{"source":32,"target":482},{"source":480,"target":24},{"source":480,"target":483},{"source":480,"target":32},{"source":483,"target":24},{"source":482,"target":12},{"source":33,"target":0},{"source":33,"target":14},{"source":33,"target":484},{"source":33,"target":485},{"source":484,"target":23},{"source":484,"target":486},{"source":484,"target":33},{"source":486,"target":23},{"source":485,"target":14},{"source":34,"target":0},{"source":34,"target":6},{"source":34,"target":487},{"source":34,"target":488},{"source":487,"target":18},{"source":487,"target":489},{"source":487,"target":34},{"source":489,"target":18},{"source":488,"target":6},{"source":35,"target":0},{"source":35,"target":4},{"source":35,"target":490},{"source":35,"target":491},{"source":35,"target":492},{"source":35,"target":493},{"source":35,"target":494},{"source":35,"target":495},{"source":35,"target":496},{"source":35,"target":497},{"source":35,"target":498},{"source":35,"target":499},{"source":490,"target":500},{"source":490,"target":35},{"source":491,"target":501},{"source":491,"target":35},{"source":492,"target":502},{"source":492,"target":35},{"source":492,"target":503},{"source":503,"target":2},{"source":503,"target":504},{"source":503,"target":492},{"source":504,"target":2},{"source":493,"target":505},{"source":493,"target":35},{"source":493,"target":506},{"source":506,"target":2},{"source":506,"target":507},{"source":506,"target":493},{"source":507,"target":2},{"source":494,"target":508},{"source":494,"target":35},{"source":494,"target":509},{"source":509,"target":2},{"source":509,"target":510},{"source":509,"target":494},{"source":510,"target":2},{"source":495,"target":511},{"source":495,"target":35},{"source":495,"target":512},{"source":512,"target":2},{"source":512,"target":513},{"source":512,"target":495},{"source":513,"target":2},{"source":496,"target":514},{"source":496,"target":35},{"source":496,"target":515},{"source":515,"target":2},{"source":515,"target":516},{"source":515,"target":496},{"source":516,"target":2},{"source":497,"target":26},{"source":497,"target":517},{"source":497,"target":35},{"source":517,"target":26},{"source":498,"target":4},{"source":36,"target":0},{"source":36,"target":5},{"source":36,"target":518},{"source":518,"target":5},{"source":37,"target":0},{"source":37,"target":16},{"source":37,"target":519},{"source":37,"target":520},{"source":37,"target":521},{"source":37,"target":522},{"source":37,"target":523},{"source":37,"target":524},{"source":37,"target":525},{"source":37,"target":526},{"source":37,"target":527},{"source":519,"target":37},{"source":520,"target":37},{"source":521,"target":528},{"source":521,"target":37},{"source":521,"target":529},{"source":529,"target":31},{"source":529,"target":530},{"source":529,"target":521},{"source":530,"target":31},{"source":522,"target":531},{"source":522,"target":37},{"source":523,"target":532},{"source":523,"target":37},{"source":524,"target":20},{"source":524,"target":533},{"source":524,"target":37},{"source":533,"target":20},{"source":525,"target":40},{"source":525,"target":534},{"source":525,"target":37},{"source":534,"target":40},{"source":526,"target":16},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":535},{"source":38,"target":536},{"source":535,"target":537},{"source":535,"target":38},{"source":536,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":538},{"source":538,"target":37},{"source":40,"target":0},{"source":41,"target":0}],"multigraph":true}
ecore
tree
repo-ecore-all/data/jreimone/refactory/Lässig/dk.itu.sdg.language.epsilon.tree/model/Tree.ecore
Tree Tree children parent label
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Tree" nsURI="Tree" nsPrefix="Tree"> <eClassifiers xsi:type="ecore:EClass" name="Tree"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Tree" containment="true" eOpposite="#//Tree/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Tree" eOpposite="#//Tree/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"Tree","nsURI":"Tree","name":"Tree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":2,"target":1},{"source":2,"target":5},{"source":2,"target":1},{"source":2,"target":3},{"source":5,"target":1},{"source":3,"target":1},{"source":3,"target":6},{"source":3,"target":1},{"source":3,"target":2},{"source":6,"target":1},{"source":4,"target":7},{"source":4,"target":1}],"multigraph":true}
ecore
library
repo-ecore-all/data/eclipse/emf/tests/org.eclipse.emf.test.tools/data/ant.expected/models/5.0/creation/library.rose/emf/library.ecore
library Book title pages 100 category author Library name writers books Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="library.xmi" nsPrefix="library"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"library.xmi","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"Mystery","id":23,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":24,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":25,"value":2,"literal":"Biography","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":4},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":4},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":3},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":13},{"source":20,"target":21},{"source":20,"target":3},{"source":13,"target":1},{"source":13,"target":22},{"source":13,"target":3},{"source":13,"target":8},{"source":22,"target":1},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":23,"target":4},{"source":24,"target":4},{"source":25,"target":4}],"multigraph":true}
ecore
interaction
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/ctrlflow101.ecore
ctrlflow101 Function decompositions sequenceNodes tokens SequenceNode controlFlowEdge name tMin tMax Sequence weight And Or Start Final Loop Token
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ctrlflow101" nsURI="http://ctrlflow101" nsPrefix="_ctrlflow101"> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//SequenceNode"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="cont=Function.decompositions"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceNodes" upperBound="-1" eType="#//Sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceNode" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> <details key="ref=controlFlowEdge"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="controlFlowEdge" upperBound="-1" eType="#//SequenceNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" abstract="true" eSuperTypes="#//SequenceNode"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_ctrlflow101","nsURI":"http://ctrlflow101","name":"ctrlflow101","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceNodes","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":"tokens","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":false,"unsettable":false,"transient":false,"unique":true,"name":"controlFlowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tMin","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":"tMax","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":10,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":1},{"source":11,"target":3},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":3},{"source":12,"target":9},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":9},{"source":13,"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":2},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":2},{"source":18,"target":22},{"source":18,"target":2},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":24},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":27},{"source":25,"target":3},{"source":26,"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":29,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":30},{"source":30,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":31},{"source":31,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":32},{"source":32,"target":3},{"source":9,"target":0}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/OO_concept_initial.ecore
OO_concept PackageableElement Package packagedElement Class ownedOperation ownedAttribute nestedClassifier NamedElement name isAbstract false visibility Model Operation ownedParameter Feature Property Parameter Generalization general specific Dependency supplier client Classifier generalization TypedElement type Type BehavioralFeature method Behavior StructuralFeature VisibilityKind public public private private protected protected package package
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="OO_concept" nsURI="OO_concept" nsPrefix="OO_concept"> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//PackageableElement #//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" upperBound="-1" eType="#//PackageableElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//PackageableElement #//Classifier #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//TypedElement #//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//TypedElement #//StructuralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true" eOpposite="#//Generalization/specific"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"OO_concept","nsURI":"OO_concept","name":"OO_concept","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":18,"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":"packagedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","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":"ownedAttribute","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":"nestedClassifier","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"},{"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":"name","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":false,"transient":false,"unique":true,"name":"isAbstract","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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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"},{"name":"public","id":66,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":67,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":68,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":69,"value":3,"literal":"package","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":19,"target":1},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":1},{"source":20,"target":1},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":12},{"source":3,"target":14},{"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":23,"target":6},{"source":23,"target":29},{"source":23,"target":3},{"source":29,"target":6},{"source":24,"target":8},{"source":24,"target":30},{"source":24,"target":3},{"source":30,"target":8},{"source":25,"target":12},{"source":25,"target":31},{"source":25,"target":3},{"source":31,"target":12},{"source":26,"target":1},{"source":27,"target":12},{"source":28,"target":14},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":36},{"source":33,"target":4},{"source":34,"target":18},{"source":34,"target":37},{"source":34,"target":4},{"source":37,"target":18},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":38},{"source":38,"target":2},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":15},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":39,"target":9},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":9},{"source":40,"target":13},{"source":41,"target":15},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":43},{"source":43,"target":4},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":17},{"source":8,"target":44},{"source":8,"target":45},{"source":44,"target":13},{"source":45,"target":17},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":46},{"source":46,"target":13},{"source":10,"target":0},{"source":10,"target":47},{"source":10,"target":48},{"source":47,"target":12},{"source":47,"target":49},{"source":47,"target":10},{"source":49,"target":12},{"source":48,"target":12},{"source":48,"target":50},{"source":48,"target":10},{"source":48,"target":51},{"source":50,"target":12},{"source":11,"target":0},{"source":11,"target":52},{"source":11,"target":53},{"source":52,"target":4},{"source":52,"target":54},{"source":52,"target":11},{"source":54,"target":4},{"source":53,"target":4},{"source":53,"target":55},{"source":53,"target":11},{"source":55,"target":4},{"source":12,"target":0},{"source":12,"target":51},{"source":51,"target":10},{"source":51,"target":56},{"source":51,"target":12},{"source":51,"target":48},{"source":56,"target":10},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":57},{"source":13,"target":58},{"source":57,"target":14},{"source":57,"target":59},{"source":57,"target":13},{"source":59,"target":14},{"source":58,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":60},{"source":60,"target":4},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":61},{"source":15,"target":62},{"source":61,"target":16},{"source":61,"target":63},{"source":61,"target":15},{"source":63,"target":16},{"source":62,"target":7},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":64},{"source":64,"target":3},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":65},{"source":65,"target":7},{"source":18,"target":0},{"source":18,"target":66},{"source":18,"target":67},{"source":18,"target":68},{"source":18,"target":69},{"source":66,"target":18},{"source":67,"target":18},{"source":68,"target":18},{"source":69,"target":18}],"multigraph":true}
ecore
trace
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/adilinam/QVTdCaseStudy/org.eclipse.qvtd.build.etl.tests/src/org/eclipse/qvtd/build/etl/tests/UmlToRdbms/SimpleUMLtoRDBMS.ecore
simpleumltordbms AttributeToColumn type AssociationToForeignKey association foreignKey owner referenced BooleanToBoolean ClassToTable associationsToForeignKeys owner primaryKey table umlClass FromAttribute kind attribute leafs owner FromAttributeOwner fromAttributes IntegerToNumber NonLeafAttribute PackageToSchema classesToTables primitivesToNames schema umlPackage PrimitiveToName typeName owner primitive StringToVarchar ToColumn column UmlToRdbmsModelElement name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleumltordbms" nsURI="http://www.eclipse.org/qvtd/test/compiler/0.1/SimpleUMLtoRDBMS" nsPrefix="simpleumltordbms"> <eClassifiers xsi:type="ecore:EClass" name="AttributeToColumn" eSuperTypes="#//FromAttribute #//ToColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//PrimitiveToName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationToForeignKey" eSuperTypes="#//ToColumn #//UmlToRdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="ecore:EClass SimpleUML.ecore#//Association"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey" eType="ecore:EClass SimpleRDBMS.ecore#//ForeignKey"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//ClassToTable" eOpposite="#//ClassToTable/associationsToForeignKeys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenced" eType="#//ClassToTable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanToBoolean" eSuperTypes="#//PrimitiveToName"/> <eClassifiers xsi:type="ecore:EClass" name="ClassToTable" eSuperTypes="#//FromAttributeOwner #//ToColumn #//UmlToRdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="associationsToForeignKeys" upperBound="-1" eType="#//AssociationToForeignKey" containment="true" eOpposite="#//AssociationToForeignKey/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//PackageToSchema" eOpposite="#//PackageToSchema/classesToTables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" eType="ecore:EClass SimpleRDBMS.ecore#//Key"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass SimpleRDBMS.ecore#//Table"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="umlClass" eType="ecore:EClass SimpleUML.ecore#//Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromAttribute" abstract="true" eSuperTypes="#//UmlToRdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass SimpleUML.ecore#//Attribute"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="leafs" ordered="false" upperBound="-1" eType="#//AttributeToColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//FromAttributeOwner" eOpposite="#//FromAttributeOwner/fromAttributes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromAttributeOwner" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromAttributes" ordered="false" upperBound="-1" eType="#//FromAttribute" containment="true" eOpposite="#//FromAttribute/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerToNumber" eSuperTypes="#//PrimitiveToName"/> <eClassifiers xsi:type="ecore:EClass" name="NonLeafAttribute" eSuperTypes="#//FromAttributeOwner #//FromAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="PackageToSchema" eSuperTypes="#//UmlToRdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classesToTables" ordered="false" lowerBound="1" upperBound="-1" eType="#//ClassToTable" containment="true" eOpposite="#//ClassToTable/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitivesToNames" ordered="false" upperBound="-1" eType="#//PrimitiveToName" containment="true" eOpposite="#//PrimitiveToName/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="ecore:EClass SimpleRDBMS.ecore#//Schema"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="umlPackage" lowerBound="1" eType="ecore:EClass SimpleUML.ecore#//Package"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveToName" abstract="true" eSuperTypes="#//UmlToRdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//PackageToSchema" eOpposite="#//PackageToSchema/primitivesToNames"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitive" lowerBound="1" eType="ecore:EClass SimpleUML.ecore#//PrimitiveDataType"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToVarchar" eSuperTypes="#//PrimitiveToName"/> <eClassifiers xsi:type="ecore:EClass" name="ToColumn" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" eType="ecore:EClass SimpleRDBMS.ecore#//Column"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeUpper"> <details key="body" value="1"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="middle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlToRdbmsModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simpleumltordbms","nsURI":"http://www.eclipse.org/qvtd/test/compiler/0.1/SimpleUMLtoRDBMS","name":"simpleumltordbms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeToColumn","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationToForeignKey","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanToBoolean","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassToTable","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromAttribute","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromAttributeOwner","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerToNumber","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeafAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageToSchema","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveToName","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringToVarchar","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToColumn","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlToRdbmsModelElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenced","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associationsToForeignKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlClass","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classesToTables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"attribute","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":false,"unsettable":false,"transient":false,"unique":true,"name":"leafs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":"fromAttributes","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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitivesToNames","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"schema","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":"umlPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primitive","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"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},{"id":76,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":12},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":10},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":10},{"source":15,"target":5},{"source":16,"target":12},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"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":18,"target":24},{"source":18,"target":2},{"source":19,"target":25},{"source":19,"target":2},{"source":20,"target":4},{"source":20,"target":26},{"source":20,"target":2},{"source":20,"target":27},{"source":26,"target":4},{"source":21,"target":4},{"source":21,"target":28},{"source":21,"target":2},{"source":28,"target":4},{"source":22,"target":12},{"source":23,"target":13},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":29},{"source":29,"target":10},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":27},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":27,"target":2},{"source":27,"target":37},{"source":27,"target":4},{"source":27,"target":20},{"source":37,"target":2},{"source":30,"target":9},{"source":30,"target":38},{"source":30,"target":4},{"source":30,"target":39},{"source":38,"target":9},{"source":31,"target":40},{"source":31,"target":4},{"source":32,"target":41},{"source":32,"target":4},{"source":33,"target":42},{"source":33,"target":4},{"source":34,"target":6},{"source":35,"target":12},{"source":36,"target":13},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":43,"target":48},{"source":43,"target":5},{"source":44,"target":49},{"source":44,"target":5},{"source":45,"target":1},{"source":45,"target":50},{"source":45,"target":5},{"source":50,"target":1},{"source":46,"target":6},{"source":46,"target":51},{"source":46,"target":5},{"source":46,"target":52},{"source":51,"target":6},{"source":47,"target":13},{"source":6,"target":0},{"source":6,"target":52},{"source":52,"target":5},{"source":52,"target":53},{"source":52,"target":6},{"source":52,"target":46},{"source":53,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":54},{"source":54,"target":10},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":5},{"source":8,"target":55},{"source":8,"target":56},{"source":55,"target":6},{"source":56,"target":5},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":39},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":39,"target":4},{"source":39,"target":61},{"source":39,"target":9},{"source":39,"target":30},{"source":61,"target":4},{"source":57,"target":10},{"source":57,"target":62},{"source":57,"target":9},{"source":57,"target":63},{"source":62,"target":10},{"source":58,"target":64},{"source":58,"target":9},{"source":59,"target":65},{"source":59,"target":9},{"source":60,"target":13},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":66},{"source":10,"target":63},{"source":10,"target":67},{"source":10,"target":68},{"source":66,"target":69},{"source":66,"target":10},{"source":63,"target":9},{"source":63,"target":70},{"source":63,"target":10},{"source":63,"target":57},{"source":70,"target":9},{"source":67,"target":71},{"source":67,"target":10},{"source":68,"target":13},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":72},{"source":72,"target":10},{"source":12,"target":0},{"source":12,"target":73},{"source":73,"target":74},{"source":73,"target":12},{"source":13,"target":0},{"source":13,"target":75},{"source":75,"target":76},{"source":75,"target":13}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/jpdl32.ecore
jpdl32 ActionType mixed any acceptPropagatedEvents true async class configType field expression name refName AssignmentType actorId expression pooledActors BindingType late late early early BindingTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator BooleanType yes yes no no true true false false on on off off BooleanTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator CancelTimerType name ConditionType mixed group any expression ConfigType field field bean bean constructor constructor configurationProperty configuration-property ConfigTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator CreateTimerType action script duedate name repeat transition DecisionType group description handler event exceptionHandler transition async false expression name Delegation mixed any class configType field DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation action assignment cancelTimer controller createTimer decision description endState event exceptionHandler fork join mail mailNode node processDefinition processState recipients script startState state subject superState swimlane task taskNode template text timer to transition variable EndStateType group description event exceptionHandler endCompleteProcess false name EventType actionElements action script createTimer cancelTimer mail type ExceptionHandlerType group action script exceptionClass ForkType group script description event exceptionHandler timer transition async false name JoinType nodeContentElements description event exceptionHandler timer transition async false name MailNodeType group subject text description event exceptionHandler timer transition actors async false name subject1 template text1 to MailType group subject text actors async false name subject1 template text1 to NodeType action script createTimer cancelTimer mail nodeContentElements description event exceptionHandler timer transition async false name PriorityType java.lang.Object java.lang.Object PriorityTypeMember0 highest highest high high normal normal low low lowest lowest PriorityTypeMember0Object org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator PriorityTypeMember1 int int PriorityTypeMember1Object java.lang.Integer java.lang.Integer ProcessDefinitionType group description swimlane startState node state taskNode superState processState fork join decision endState mailNode action script createTimer cancelTimer mail event exceptionHandler task name ProcessStateType group subProcess variable description event exceptionHandler timer transition async false binding name ReminderType duedate repeat ScriptType mixed any acceptPropagatedEvents true name SignalType unsynchronized unsynchronized never never first first firstWait first-wait last last lastWait last-wait SignalTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator StartStateType group description task transition event exceptionHandler name StateType nodeContentElements description event exceptionHandler timer transition async false name SubProcessType binding name version SuperStateType group node state taskNode superState processState fork join decision endState mailNode description event exceptionHandler timer transition async false name SwimlaneType assignment name TaskNodeType group task description event exceptionHandler timer transition async false createTasks true endTasks false name signal last TaskType group description assignment controller event timer reminder blocking false description1 duedate name notify false priority normal signalling true swimlane TimerType action script createTimer cancelTimer mail duedate name repeat transition TransitionType group description condition action script createTimer cancelTimer mail exceptionHandler name to TypeType java.lang.Object java.lang.Object TypeTypeMember0 java.lang.String java.lang.String TypeTypeMember1 nodeEnter node-enter nodeLeave node-leave processStart process-start processEnd process-end taskCreate task-create taskAssign task-assign taskStart task-start taskEnd task-end beforeSignal before-signal afterSignal after-signal superstateEnter superstate-enter superstateLeave superstate-leave timerCreate timer-create subprocessCreated subprocess-created subprocessEnd subprocess-end TypeTypeMember1Object org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator VariableType any access read,write mappedName name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jpdl32" nsURI="urn:jbpm.org:jpdl-3.2" nsPrefix="jpdl32"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="qualified" value="false"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ActionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="action_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptPropagatedEvents" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="accept-propagated-events"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="field" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="config-type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ref-name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentType" eSuperTypes="#//Delegation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="assignment_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actorId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="actor-id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pooledActors" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="pooled-actors"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BindingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bindingType"/> </eAnnotations> <eLiterals name="late"/> <eLiterals name="early" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BindingTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bindingType:Object"/> <details key="baseType" value="bindingType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="booleanType"/> </eAnnotations> <eLiterals name="yes"/> <eLiterals name="no" value="1"/> <eLiterals name="true" value="2"/> <eLiterals name="false" value="3"/> <eLiterals name="on" value="4"/> <eLiterals name="off" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BooleanTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="booleanType:Object"/> <details key="baseType" value="booleanType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CancelTimerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="cancel-timer_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="condition_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="expression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="configType"/> </eAnnotations> <eLiterals name="field"/> <eLiterals name="bean" value="1"/> <eLiterals name="constructor" value="2"/> <eLiterals name="configurationProperty" value="3" literal="configuration-property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ConfigTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="configType:Object"/> <details key="baseType" value="configType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateTimerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="create-timer_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ActionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//ScriptType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duedate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="duedate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="repeat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transition" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="transition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="decision_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="handler" upperBound="-1" eType="#//Delegation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delegation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="delegation"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="field" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="config-type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-2" eType="#//ActionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" upperBound="-2" eType="#//AssignmentType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="assignment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-2" eType="#//CancelTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" upperBound="-2" eType="#//Delegation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="controller"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-2" eType="#//CreateTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="create-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" upperBound="-2" eType="#//DecisionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="decision"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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="description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endState" upperBound="-2" eType="#//EndStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="end-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-2" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-2" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fork" upperBound="-2" eType="#//ForkType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fork"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-2" eType="#//JoinType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="join"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mail" upperBound="-2" eType="#//MailType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mailNode" upperBound="-2" eType="#//MailNodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail-node"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-2" eType="#//NodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="node"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processDefinition" upperBound="-2" eType="#//ProcessDefinitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="process-definition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processState" upperBound="-2" eType="#//ProcessStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="process-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recipients" 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="recipients"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-2" eType="#//ScriptType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="startState" upperBound="-2" eType="#//StartStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="start-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-2" eType="#//StateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" 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="subject"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superState" upperBound="-2" eType="#//SuperStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="super-state"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="swimlane" upperBound="-2" eType="#//SwimlaneType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="swimlane"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-2" eType="#//TaskType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="task"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taskNode" upperBound="-2" eType="#//TaskNodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="task-node"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" 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="template"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-2" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" 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="to"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-2" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-2" eType="#//VariableType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="variable"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="end-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endCompleteProcess" eType="#//BooleanType" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="end-complete-process"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="event_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-1" eType="#//CreateTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="create-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-1" eType="#//CancelTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mail" upperBound="-1" eType="#//MailType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#ActionElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandlerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="exception-handler_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionClass" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="exception-class"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fork_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="join_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeContentElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MailNodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mail-node_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="subject"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actors" 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="actors"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject1" 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="subject"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" 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="template"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MailType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mail_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="subject"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actors" 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="actors"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject1" 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="subject"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" 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="template"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="node_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ActionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//ScriptType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" eType="#//CreateTimerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="create-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" eType="#//CancelTimerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mail" eType="#//MailType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeContentElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="NodeContentElements:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityType" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType"/> <details key="memberTypes" value="priorityType_._member_._0 priorityType_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PriorityTypeMember0"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._0"/> </eAnnotations> <eLiterals name="highest"/> <eLiterals name="high" value="1"/> <eLiterals name="normal" value="2"/> <eLiterals name="low" value="3"/> <eLiterals name="lowest" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityTypeMember0Object" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._0:Object"/> <details key="baseType" value="priorityType_._member_._0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityTypeMember1" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._1"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PriorityTypeMember1Object" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="priorityType_._member_._1:Object"/> <details key="baseType" value="priorityType_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessDefinitionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="process-definition_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="swimlane" upperBound="-1" eType="#//SwimlaneType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="swimlane"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="startState" upperBound="-1" eType="#//StartStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="start-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-1" eType="#//NodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//StateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taskNode" upperBound="-1" eType="#//TaskNodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="task-node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superState" upperBound="-1" eType="#//SuperStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="super-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processState" upperBound="-1" eType="#//ProcessStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="process-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fork" upperBound="-1" eType="#//ForkType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fork"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-1" eType="#//JoinType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="join"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" upperBound="-1" eType="#//DecisionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="decision"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endState" upperBound="-1" eType="#//EndStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="end-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mailNode" upperBound="-1" eType="#//MailNodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail-node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-1" eType="#//CreateTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="create-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-1" eType="#//CancelTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mail" upperBound="-1" eType="#//MailType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-1" eType="#//TaskType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="task"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="process-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subProcess" upperBound="-1" eType="#//SubProcessType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sub-process"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="#//VariableType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="variable"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binding" eType="#//BindingType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="binding"/> </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="ReminderType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="reminder_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duedate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="duedate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="repeat"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="script_._type"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptPropagatedEvents" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="accept-propagated-events"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SignalType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="signal_._type"/> </eAnnotations> <eLiterals name="unsynchronized"/> <eLiterals name="never" value="1"/> <eLiterals name="first" value="2"/> <eLiterals name="firstWait" value="3" literal="first-wait"/> <eLiterals name="last" value="4"/> <eLiterals name="lastWait" value="5" literal="last-wait"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SignalTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="signal_._type:Object"/> <details key="baseType" value="signal_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="start-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-1" eType="#//TaskType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="task"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeContentElements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#NodeContentElements:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubProcessType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="sub-process_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binding" 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="binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperStateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="super-state_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-1" eType="#//NodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//StateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taskNode" upperBound="-1" eType="#//TaskNodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="task-node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superState" upperBound="-1" eType="#//SuperStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="super-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processState" upperBound="-1" eType="#//ProcessStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="process-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fork" upperBound="-1" eType="#//ForkType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fork"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-1" eType="#//JoinType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="join"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" upperBound="-1" eType="#//DecisionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="decision"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endState" upperBound="-1" eType="#//EndStateType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="end-state"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mailNode" upperBound="-1" eType="#//MailNodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail-node"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwimlaneType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="swimlane_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" eType="#//AssignmentType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="assignment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskNodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="task-node_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="task" upperBound="-1" eType="#//TaskType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="task"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//TransitionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="transition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="async"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createTasks" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="create-tasks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endTasks" eType="#//BooleanType" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="end-tasks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signal" eType="#//SignalType" defaultValueLiteral="last" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="signal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="task_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" upperBound="-1" eType="#//AssignmentType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="assignment"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" upperBound="-1" eType="#//Delegation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="controller"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//EventType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="event"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" upperBound="-1" eType="#//TimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reminder" upperBound="-1" eType="#//ReminderType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="reminder"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocking" eType="#//BooleanType" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="blocking"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duedate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="duedate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notify" eType="#//BooleanType" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="notify"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//PriorityType" defaultValueLiteral="normal" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="priority"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signalling" eType="#//BooleanType" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="signalling"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="swimlane" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="swimlane"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="timer_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ActionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//ScriptType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" eType="#//CreateTimerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="create-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" eType="#//CancelTimerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mail" eType="#//MailType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duedate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="duedate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="repeat"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transition" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="transition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="transition_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" upperBound="-1" eType="#//ConditionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="condition"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ActionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="action"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="script" upperBound="-1" eType="#//ScriptType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="script"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createTimer" upperBound="-1" eType="#//CreateTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="create-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cancelTimer" upperBound="-1" eType="#//CancelTimerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cancel-timer"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mail" upperBound="-1" eType="#//MailType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mail"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandlerType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="exception-handler"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeType" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type"/> <details key="memberTypes" value="type_._type_._member_._0 type_._type_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeTypeMember0" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type_._member_._0"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeTypeMember1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type_._member_._1"/> </eAnnotations> <eLiterals name="nodeEnter" literal="node-enter"/> <eLiterals name="nodeLeave" value="1" literal="node-leave"/> <eLiterals name="processStart" value="2" literal="process-start"/> <eLiterals name="processEnd" value="3" literal="process-end"/> <eLiterals name="taskCreate" value="4" literal="task-create"/> <eLiterals name="taskAssign" value="5" literal="task-assign"/> <eLiterals name="taskStart" value="6" literal="task-start"/> <eLiterals name="taskEnd" value="7" literal="task-end"/> <eLiterals name="beforeSignal" value="8" literal="before-signal"/> <eLiterals name="afterSignal" value="9" literal="after-signal"/> <eLiterals name="superstateEnter" value="10" literal="superstate-enter"/> <eLiterals name="superstateLeave" value="11" literal="superstate-leave"/> <eLiterals name="timerCreate" value="12" literal="timer-create"/> <eLiterals name="subprocessCreated" value="13" literal="subprocess-created"/> <eLiterals name="subprocessEnd" value="14" literal="subprocess-end"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeTypeMember1Object" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="type_._type_._member_._1:Object"/> <details key="baseType" value="type_._type_._member_._1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="variable_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="read,write" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="access"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mappedName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mapped-name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"jpdl32","nsURI":"urn:jbpm.org:jpdl-3.2","name":"jpdl32","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BindingType","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":"BindingTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"BooleanTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CancelTimerType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ConfigTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTimerType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndStateType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandlerType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MailNodeType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MailType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"PriorityType","instanceClass":"java.lang.Object","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"PriorityTypeMember0","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"PriorityTypeMember0Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"PriorityTypeMember1","instanceClass":"int","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"PriorityTypeMember1Object","instanceClass":"java.lang.Integer","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessDefinitionType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessStateType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReminderType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptType","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SignalType","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SignalTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartStateType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProcessType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperStateType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwimlaneType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskNodeType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerType","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionType","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"TypeType","instanceClass":"java.lang.Object","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TypeTypeMember0","instanceClass":"java.lang.String","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeTypeMember1","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeMember1Object","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"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":48,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"acceptPropagatedEvents","changeable":true,"lowerBound":0,"iD":false,"id":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":"async","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":"class","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"field","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"field","unsettable":true,"transient":false,"unique":true,"name":"configType","changeable":true,"lowerBound":0,"iD":false,"id":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":"expression","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refName","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actorId","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pooledActors","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"name":"late","id":73,"value":0,"literal":"late","eClass":"EEnumLiteral"},{"name":"early","id":74,"value":1,"literal":"early","eClass":"EEnumLiteral"},{"name":"yes","id":75,"value":0,"literal":"yes","eClass":"EEnumLiteral"},{"name":"no","id":76,"value":1,"literal":"no","eClass":"EEnumLiteral"},{"name":"true","id":77,"value":2,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":78,"value":3,"literal":"false","eClass":"EEnumLiteral"},{"name":"on","id":79,"value":4,"literal":"on","eClass":"EEnumLiteral"},{"name":"off","id":80,"value":5,"literal":"off","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"name":"field","id":91,"value":0,"literal":"field","eClass":"EEnumLiteral"},{"name":"bean","id":92,"value":1,"literal":"bean","eClass":"EEnumLiteral"},{"name":"constructor","id":93,"value":2,"literal":"constructor","eClass":"EEnumLiteral"},{"name":"configurationProperty","id":94,"value":3,"literal":"configuration-property","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"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":"duedate","changeable":true,"lowerBound":1,"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":"name","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":"repeat","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":"transition","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"handler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"field","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"field","unsettable":true,"transient":false,"unique":true,"name":"configType","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"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":136,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":137,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":138,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"controller","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"decision","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"endState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":143,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"fork","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"join","changeable":true,"resolveProxies":false,"lowerBound":0,"id":147,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mailNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":149,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"node","changeable":true,"resolveProxies":false,"lowerBound":0,"id":150,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":151,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"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":"recipients","changeable":true,"lowerBound":0,"iD":false,"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":"script","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":"startState","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":"state","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"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":"subject","changeable":true,"lowerBound":0,"iD":false,"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":"superState","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":"swimlane","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":"task","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":"taskNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":161,"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":"template","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":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":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"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":"to","changeable":true,"lowerBound":0,"iD":false,"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":"transition","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":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":167,"derived":true},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":205,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":206,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"endCompleteProcess","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"actionElements","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":216,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":217,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":218,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":219,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":220,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":230,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":231,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exceptionClass","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":238,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":240,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":241,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":242,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":243,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nodeContentElements","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":257,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":258,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":259,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":260,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":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":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":275,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":276,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":277,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":278,"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":"actors","changeable":true,"lowerBound":0,"iD":false,"id":279,"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":"async","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subject1","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text1","changeable":true,"lowerBound":0,"iD":false,"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":"to","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":303,"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":"actors","changeable":true,"lowerBound":0,"iD":false,"id":304,"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":"async","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subject1","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text1","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":325,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nodeContentElements","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":328,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":329,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":330,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":331,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":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":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"name":"highest","id":347,"value":0,"literal":"highest","eClass":"EEnumLiteral"},{"name":"high","id":348,"value":1,"literal":"high","eClass":"EEnumLiteral"},{"name":"normal","id":349,"value":2,"literal":"normal","eClass":"EEnumLiteral"},{"name":"low","id":350,"value":3,"literal":"low","eClass":"EEnumLiteral"},{"name":"lowest","id":351,"value":4,"literal":"lowest","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"swimlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":354,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"startState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":355,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"node","changeable":true,"resolveProxies":false,"lowerBound":0,"id":356,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"state","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"taskNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"superState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":360,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"fork","changeable":true,"resolveProxies":false,"lowerBound":0,"id":361,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"join","changeable":true,"resolveProxies":false,"lowerBound":0,"id":362,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"decision","changeable":true,"resolveProxies":false,"lowerBound":0,"id":363,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"endState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":364,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mailNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":365,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":366,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":367,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":368,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":369,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":370,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":371,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":372,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"task","changeable":true,"resolveProxies":false,"lowerBound":0,"id":373,"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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"subProcess","changeable":true,"resolveProxies":false,"lowerBound":0,"id":399,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":400,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":402,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":403,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":404,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":405,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"binding","changeable":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"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"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duedate","changeable":true,"lowerBound":1,"iD":false,"id":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":"repeat","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"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":424,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"acceptPropagatedEvents","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":431,"eClass":"EGenericType"},{"name":"unsynchronized","id":432,"value":0,"literal":"unsynchronized","eClass":"EEnumLiteral"},{"name":"never","id":433,"value":1,"literal":"never","eClass":"EEnumLiteral"},{"name":"first","id":434,"value":2,"literal":"first","eClass":"EEnumLiteral"},{"name":"firstWait","id":435,"value":3,"literal":"first-wait","eClass":"EEnumLiteral"},{"name":"last","id":436,"value":4,"literal":"last","eClass":"EEnumLiteral"},{"name":"lastWait","id":437,"value":5,"literal":"last-wait","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"task","changeable":true,"resolveProxies":false,"lowerBound":0,"id":440,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":441,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":442,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":443,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nodeContentElements","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":454,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":455,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":456,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":457,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":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":459,"derived":false},{"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":"binding","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":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":469,"derived":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":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"node","changeable":true,"resolveProxies":false,"lowerBound":0,"id":475,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"state","changeable":true,"resolveProxies":false,"lowerBound":0,"id":476,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"taskNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"superState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":478,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":479,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"fork","changeable":true,"resolveProxies":false,"lowerBound":0,"id":480,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"join","changeable":true,"resolveProxies":false,"lowerBound":0,"id":481,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"decision","changeable":true,"resolveProxies":false,"lowerBound":0,"id":482,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"endState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":483,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mailNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":484,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":486,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":487,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":488,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":489,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":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":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"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":510,"derived":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"task","changeable":true,"resolveProxies":false,"lowerBound":0,"id":515,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":517,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":518,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":519,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":520,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"false","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"async","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"createTasks","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"endTasks","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":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":524,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"last","unsettable":true,"transient":false,"unique":true,"name":"signal","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":538,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":539,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":540,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"controller","changeable":true,"resolveProxies":false,"lowerBound":0,"id":541,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"event","changeable":true,"resolveProxies":false,"lowerBound":0,"id":542,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"timer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":543,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"reminder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":544,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"blocking","changeable":true,"lowerBound":0,"iD":false,"id":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":"description1","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":"duedate","changeable":true,"lowerBound":0,"iD":false,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":548,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"notify","changeable":true,"lowerBound":0,"iD":false,"id":549,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":true,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":550,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"signalling","changeable":true,"lowerBound":0,"iD":false,"id":551,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"swimlane","changeable":true,"lowerBound":0,"iD":false,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":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":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":"script","changeable":true,"resolveProxies":false,"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":"createTimer","changeable":true,"resolveProxies":false,"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":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":571,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":572,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duedate","changeable":true,"lowerBound":1,"iD":false,"id":573,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":574,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeat","changeable":true,"lowerBound":0,"iD":false,"id":575,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":586,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":587,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":588,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":589,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"script","changeable":true,"resolveProxies":false,"lowerBound":0,"id":590,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"createTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":591,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cancelTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":592,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"mail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":593,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":594,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":595,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":1,"iD":false,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"name":"nodeEnter","id":608,"value":0,"literal":"node-enter","eClass":"EEnumLiteral"},{"name":"nodeLeave","id":609,"value":1,"literal":"node-leave","eClass":"EEnumLiteral"},{"name":"processStart","id":610,"value":2,"literal":"process-start","eClass":"EEnumLiteral"},{"name":"processEnd","id":611,"value":3,"literal":"process-end","eClass":"EEnumLiteral"},{"name":"taskCreate","id":612,"value":4,"literal":"task-create","eClass":"EEnumLiteral"},{"name":"taskAssign","id":613,"value":5,"literal":"task-assign","eClass":"EEnumLiteral"},{"name":"taskStart","id":614,"value":6,"literal":"task-start","eClass":"EEnumLiteral"},{"name":"taskEnd","id":615,"value":7,"literal":"task-end","eClass":"EEnumLiteral"},{"name":"beforeSignal","id":616,"value":8,"literal":"before-signal","eClass":"EEnumLiteral"},{"name":"afterSignal","id":617,"value":9,"literal":"after-signal","eClass":"EEnumLiteral"},{"name":"superstateEnter","id":618,"value":10,"literal":"superstate-enter","eClass":"EEnumLiteral"},{"name":"superstateLeave","id":619,"value":11,"literal":"superstate-leave","eClass":"EEnumLiteral"},{"name":"timerCreate","id":620,"value":12,"literal":"timer-create","eClass":"EEnumLiteral"},{"name":"subprocessCreated","id":621,"value":13,"literal":"subprocess-created","eClass":"EEnumLiteral"},{"name":"subprocessEnd","id":622,"value":14,"literal":"subprocess-end","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":623,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"read,write","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"read,write","unsettable":true,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":624,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mappedName","changeable":true,"lowerBound":0,"iD":false,"id":625,"derived":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":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":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":48,"target":57},{"source":48,"target":1},{"source":49,"target":58},{"source":49,"target":1},{"source":50,"target":5},{"source":50,"target":59},{"source":50,"target":1},{"source":59,"target":5},{"source":51,"target":60},{"source":51,"target":1},{"source":52,"target":61},{"source":52,"target":1},{"source":53,"target":62},{"source":53,"target":1},{"source":54,"target":63},{"source":54,"target":1},{"source":55,"target":64},{"source":55,"target":1},{"source":56,"target":65},{"source":56,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":66,"target":70},{"source":66,"target":2},{"source":67,"target":71},{"source":67,"target":2},{"source":68,"target":72},{"source":68,"target":2},{"source":69,"target":13},{"source":3,"target":0},{"source":3,"target":73},{"source":3,"target":74},{"source":73,"target":3},{"source":74,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"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":75,"target":5},{"source":76,"target":5},{"source":77,"target":5},{"source":78,"target":5},{"source":79,"target":5},{"source":80,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":81},{"source":81,"target":82},{"source":81,"target":7},{"source":8,"target":0},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":83,"target":87},{"source":83,"target":8},{"source":84,"target":88},{"source":84,"target":8},{"source":85,"target":89},{"source":85,"target":8},{"source":86,"target":90},{"source":86,"target":8},{"source":9,"target":0},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":94,"target":9},{"source":10,"target":0},{"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":95,"target":1},{"source":95,"target":101},{"source":95,"target":11},{"source":101,"target":1},{"source":96,"target":31},{"source":96,"target":102},{"source":96,"target":11},{"source":102,"target":31},{"source":97,"target":103},{"source":97,"target":11},{"source":98,"target":104},{"source":98,"target":11},{"source":99,"target":105},{"source":99,"target":11},{"source":100,"target":106},{"source":100,"target":11},{"source":12,"target":0},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":107,"target":116},{"source":107,"target":12},{"source":108,"target":117},{"source":108,"target":12},{"source":109,"target":13},{"source":109,"target":118},{"source":109,"target":12},{"source":118,"target":13},{"source":110,"target":16},{"source":110,"target":119},{"source":110,"target":12},{"source":119,"target":16},{"source":111,"target":17},{"source":111,"target":120},{"source":111,"target":12},{"source":120,"target":17},{"source":112,"target":42},{"source":112,"target":121},{"source":112,"target":12},{"source":121,"target":42},{"source":113,"target":122},{"source":113,"target":12},{"source":114,"target":123},{"source":114,"target":12},{"source":115,"target":124},{"source":115,"target":12},{"source":13,"target":0},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":125,"target":129},{"source":125,"target":13},{"source":126,"target":130},{"source":126,"target":13},{"source":127,"target":131},{"source":127,"target":13},{"source":128,"target":132},{"source":128,"target":13},{"source":14,"target":0},{"source":14,"target":133},{"source":14,"target":134},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":14,"target":142},{"source":14,"target":143},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":154},{"source":14,"target":155},{"source":14,"target":156},{"source":14,"target":157},{"source":14,"target":158},{"source":14,"target":159},{"source":14,"target":160},{"source":14,"target":161},{"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":133,"target":168},{"source":133,"target":14},{"source":134,"target":169},{"source":134,"target":14},{"source":135,"target":170},{"source":135,"target":14},{"source":136,"target":1},{"source":136,"target":171},{"source":136,"target":14},{"source":171,"target":1},{"source":137,"target":2},{"source":137,"target":172},{"source":137,"target":14},{"source":172,"target":2},{"source":138,"target":7},{"source":138,"target":173},{"source":138,"target":14},{"source":173,"target":7},{"source":139,"target":13},{"source":139,"target":174},{"source":139,"target":14},{"source":174,"target":13},{"source":140,"target":11},{"source":140,"target":175},{"source":140,"target":14},{"source":175,"target":11},{"source":141,"target":12},{"source":141,"target":176},{"source":141,"target":14},{"source":176,"target":12},{"source":142,"target":177},{"source":142,"target":14},{"source":143,"target":15},{"source":143,"target":178},{"source":143,"target":14},{"source":178,"target":15},{"source":144,"target":16},{"source":144,"target":179},{"source":144,"target":14},{"source":179,"target":16},{"source":145,"target":17},{"source":145,"target":180},{"source":145,"target":14},{"source":180,"target":17},{"source":146,"target":18},{"source":146,"target":181},{"source":146,"target":14},{"source":181,"target":18},{"source":147,"target":19},{"source":147,"target":182},{"source":147,"target":14},{"source":182,"target":19},{"source":148,"target":21},{"source":148,"target":183},{"source":148,"target":14},{"source":183,"target":21},{"source":149,"target":20},{"source":149,"target":184},{"source":149,"target":14},{"source":184,"target":20},{"source":150,"target":22},{"source":150,"target":185},{"source":150,"target":14},{"source":185,"target":22},{"source":151,"target":28},{"source":151,"target":186},{"source":151,"target":14},{"source":186,"target":28},{"source":152,"target":29},{"source":152,"target":187},{"source":152,"target":14},{"source":187,"target":29},{"source":153,"target":188},{"source":153,"target":14},{"source":154,"target":31},{"source":154,"target":189},{"source":154,"target":14},{"source":189,"target":31},{"source":155,"target":34},{"source":155,"target":190},{"source":155,"target":14},{"source":190,"target":34},{"source":156,"target":35},{"source":156,"target":191},{"source":156,"target":14},{"source":191,"target":35},{"source":157,"target":192},{"source":157,"target":14},{"source":158,"target":37},{"source":158,"target":193},{"source":158,"target":14},{"source":193,"target":37},{"source":159,"target":38},{"source":159,"target":194},{"source":159,"target":14},{"source":194,"target":38},{"source":160,"target":40},{"source":160,"target":195},{"source":160,"target":14},{"source":195,"target":40},{"source":161,"target":39},{"source":161,"target":196},{"source":161,"target":14},{"source":196,"target":39},{"source":162,"target":197},{"source":162,"target":14},{"source":163,"target":198},{"source":163,"target":14},{"source":164,"target":41},{"source":164,"target":199},{"source":164,"target":14},{"source":199,"target":41},{"source":165,"target":200},{"source":165,"target":14},{"source":166,"target":42},{"source":166,"target":201},{"source":166,"target":14},{"source":201,"target":42},{"source":167,"target":47},{"source":167,"target":202},{"source":167,"target":14},{"source":202,"target":47},{"source":15,"target":0},{"source":15,"target":203},{"source":15,"target":204},{"source":15,"target":205},{"source":15,"target":206},{"source":15,"target":207},{"source":15,"target":208},{"source":203,"target":209},{"source":203,"target":15},{"source":204,"target":210},{"source":204,"target":15},{"source":205,"target":16},{"source":205,"target":211},{"source":205,"target":15},{"source":211,"target":16},{"source":206,"target":17},{"source":206,"target":212},{"source":206,"target":15},{"source":212,"target":17},{"source":207,"target":5},{"source":207,"target":213},{"source":207,"target":15},{"source":213,"target":5},{"source":208,"target":214},{"source":208,"target":15},{"source":16,"target":0},{"source":16,"target":215},{"source":16,"target":216},{"source":16,"target":217},{"source":16,"target":218},{"source":16,"target":219},{"source":16,"target":220},{"source":16,"target":221},{"source":215,"target":222},{"source":215,"target":16},{"source":216,"target":1},{"source":216,"target":223},{"source":216,"target":16},{"source":223,"target":1},{"source":217,"target":31},{"source":217,"target":224},{"source":217,"target":16},{"source":224,"target":31},{"source":218,"target":11},{"source":218,"target":225},{"source":218,"target":16},{"source":225,"target":11},{"source":219,"target":7},{"source":219,"target":226},{"source":219,"target":16},{"source":226,"target":7},{"source":220,"target":21},{"source":220,"target":227},{"source":220,"target":16},{"source":227,"target":21},{"source":221,"target":43},{"source":221,"target":228},{"source":221,"target":16},{"source":228,"target":43},{"source":17,"target":0},{"source":17,"target":229},{"source":17,"target":230},{"source":17,"target":231},{"source":17,"target":232},{"source":229,"target":233},{"source":229,"target":17},{"source":230,"target":1},{"source":230,"target":234},{"source":230,"target":17},{"source":234,"target":1},{"source":231,"target":31},{"source":231,"target":235},{"source":231,"target":17},{"source":235,"target":31},{"source":232,"target":236},{"source":232,"target":17},{"source":18,"target":0},{"source":18,"target":237},{"source":18,"target":238},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":18,"target":242},{"source":18,"target":243},{"source":18,"target":244},{"source":18,"target":245},{"source":237,"target":246},{"source":237,"target":18},{"source":238,"target":31},{"source":238,"target":247},{"source":238,"target":18},{"source":247,"target":31},{"source":239,"target":248},{"source":239,"target":18},{"source":240,"target":16},{"source":240,"target":249},{"source":240,"target":18},{"source":249,"target":16},{"source":241,"target":17},{"source":241,"target":250},{"source":241,"target":18},{"source":250,"target":17},{"source":242,"target":41},{"source":242,"target":251},{"source":242,"target":18},{"source":251,"target":41},{"source":243,"target":42},{"source":243,"target":252},{"source":243,"target":18},{"source":252,"target":42},{"source":244,"target":253},{"source":244,"target":18},{"source":245,"target":254},{"source":245,"target":18},{"source":19,"target":0},{"source":19,"target":255},{"source":19,"target":256},{"source":19,"target":257},{"source":19,"target":258},{"source":19,"target":259},{"source":19,"target":260},{"source":19,"target":261},{"source":19,"target":262},{"source":255,"target":263},{"source":255,"target":19},{"source":256,"target":264},{"source":256,"target":19},{"source":257,"target":16},{"source":257,"target":265},{"source":257,"target":19},{"source":265,"target":16},{"source":258,"target":17},{"source":258,"target":266},{"source":258,"target":19},{"source":266,"target":17},{"source":259,"target":41},{"source":259,"target":267},{"source":259,"target":19},{"source":267,"target":41},{"source":260,"target":42},{"source":260,"target":268},{"source":260,"target":19},{"source":268,"target":42},{"source":261,"target":269},{"source":261,"target":19},{"source":262,"target":270},{"source":262,"target":19},{"source":20,"target":0},{"source":20,"target":271},{"source":20,"target":272},{"source":20,"target":273},{"source":20,"target":274},{"source":20,"target":275},{"source":20,"target":276},{"source":20,"target":277},{"source":20,"target":278},{"source":20,"target":279},{"source":20,"target":280},{"source":20,"target":281},{"source":20,"target":282},{"source":20,"target":283},{"source":20,"target":284},{"source":20,"target":285},{"source":271,"target":286},{"source":271,"target":20},{"source":272,"target":287},{"source":272,"target":20},{"source":273,"target":288},{"source":273,"target":20},{"source":274,"target":289},{"source":274,"target":20},{"source":275,"target":16},{"source":275,"target":290},{"source":275,"target":20},{"source":290,"target":16},{"source":276,"target":17},{"source":276,"target":291},{"source":276,"target":20},{"source":291,"target":17},{"source":277,"target":41},{"source":277,"target":292},{"source":277,"target":20},{"source":292,"target":41},{"source":278,"target":42},{"source":278,"target":293},{"source":278,"target":20},{"source":293,"target":42},{"source":279,"target":294},{"source":279,"target":20},{"source":280,"target":295},{"source":280,"target":20},{"source":281,"target":296},{"source":281,"target":20},{"source":282,"target":297},{"source":282,"target":20},{"source":283,"target":298},{"source":283,"target":20},{"source":284,"target":299},{"source":284,"target":20},{"source":285,"target":300},{"source":285,"target":20},{"source":21,"target":0},{"source":21,"target":301},{"source":21,"target":302},{"source":21,"target":303},{"source":21,"target":304},{"source":21,"target":305},{"source":21,"target":306},{"source":21,"target":307},{"source":21,"target":308},{"source":21,"target":309},{"source":21,"target":310},{"source":301,"target":311},{"source":301,"target":21},{"source":302,"target":312},{"source":302,"target":21},{"source":303,"target":313},{"source":303,"target":21},{"source":304,"target":314},{"source":304,"target":21},{"source":305,"target":315},{"source":305,"target":21},{"source":306,"target":316},{"source":306,"target":21},{"source":307,"target":317},{"source":307,"target":21},{"source":308,"target":318},{"source":308,"target":21},{"source":309,"target":319},{"source":309,"target":21},{"source":310,"target":320},{"source":310,"target":21},{"source":22,"target":0},{"source":22,"target":321},{"source":22,"target":322},{"source":22,"target":323},{"source":22,"target":324},{"source":22,"target":325},{"source":22,"target":326},{"source":22,"target":327},{"source":22,"target":328},{"source":22,"target":329},{"source":22,"target":330},{"source":22,"target":331},{"source":22,"target":332},{"source":22,"target":333},{"source":321,"target":1},{"source":321,"target":334},{"source":321,"target":22},{"source":334,"target":1},{"source":322,"target":31},{"source":322,"target":335},{"source":322,"target":22},{"source":335,"target":31},{"source":323,"target":11},{"source":323,"target":336},{"source":323,"target":22},{"source":336,"target":11},{"source":324,"target":7},{"source":324,"target":337},{"source":324,"target":22},{"source":337,"target":7},{"source":325,"target":21},{"source":325,"target":338},{"source":325,"target":22},{"source":338,"target":21},{"source":326,"target":339},{"source":326,"target":22},{"source":327,"target":340},{"source":327,"target":22},{"source":328,"target":16},{"source":328,"target":341},{"source":328,"target":22},{"source":341,"target":16},{"source":329,"target":17},{"source":329,"target":342},{"source":329,"target":22},{"source":342,"target":17},{"source":330,"target":41},{"source":330,"target":343},{"source":330,"target":22},{"source":343,"target":41},{"source":331,"target":42},{"source":331,"target":344},{"source":331,"target":22},{"source":344,"target":42},{"source":332,"target":345},{"source":332,"target":22},{"source":333,"target":346},{"source":333,"target":22},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":347},{"source":24,"target":348},{"source":24,"target":349},{"source":24,"target":350},{"source":24,"target":351},{"source":347,"target":24},{"source":348,"target":24},{"source":349,"target":24},{"source":350,"target":24},{"source":351,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":352},{"source":28,"target":353},{"source":28,"target":354},{"source":28,"target":355},{"source":28,"target":356},{"source":28,"target":357},{"source":28,"target":358},{"source":28,"target":359},{"source":28,"target":360},{"source":28,"target":361},{"source":28,"target":362},{"source":28,"target":363},{"source":28,"target":364},{"source":28,"target":365},{"source":28,"target":366},{"source":28,"target":367},{"source":28,"target":368},{"source":28,"target":369},{"source":28,"target":370},{"source":28,"target":371},{"source":28,"target":372},{"source":28,"target":373},{"source":28,"target":374},{"source":352,"target":375},{"source":352,"target":28},{"source":353,"target":376},{"source":353,"target":28},{"source":354,"target":38},{"source":354,"target":377},{"source":354,"target":28},{"source":377,"target":38},{"source":355,"target":34},{"source":355,"target":378},{"source":355,"target":28},{"source":378,"target":34},{"source":356,"target":22},{"source":356,"target":379},{"source":356,"target":28},{"source":379,"target":22},{"source":357,"target":35},{"source":357,"target":380},{"source":357,"target":28},{"source":380,"target":35},{"source":358,"target":39},{"source":358,"target":381},{"source":358,"target":28},{"source":381,"target":39},{"source":359,"target":37},{"source":359,"target":382},{"source":359,"target":28},{"source":382,"target":37},{"source":360,"target":29},{"source":360,"target":383},{"source":360,"target":28},{"source":383,"target":29},{"source":361,"target":18},{"source":361,"target":384},{"source":361,"target":28},{"source":384,"target":18},{"source":362,"target":19},{"source":362,"target":385},{"source":362,"target":28},{"source":385,"target":19},{"source":363,"target":12},{"source":363,"target":386},{"source":363,"target":28},{"source":386,"target":12},{"source":364,"target":15},{"source":364,"target":387},{"source":364,"target":28},{"source":387,"target":15},{"source":365,"target":20},{"source":365,"target":388},{"source":365,"target":28},{"source":388,"target":20},{"source":366,"target":1},{"source":366,"target":389},{"source":366,"target":28},{"source":389,"target":1},{"source":367,"target":31},{"source":367,"target":390},{"source":367,"target":28},{"source":390,"target":31},{"source":368,"target":11},{"source":368,"target":391},{"source":368,"target":28},{"source":391,"target":11},{"source":369,"target":7},{"source":369,"target":392},{"source":369,"target":28},{"source":392,"target":7},{"source":370,"target":21},{"source":370,"target":393},{"source":370,"target":28},{"source":393,"target":21},{"source":371,"target":16},{"source":371,"target":394},{"source":371,"target":28},{"source":394,"target":16},{"source":372,"target":17},{"source":372,"target":395},{"source":372,"target":28},{"source":395,"target":17},{"source":373,"target":40},{"source":373,"target":396},{"source":373,"target":28},{"source":396,"target":40},{"source":374,"target":397},{"source":374,"target":28},{"source":29,"target":0},{"source":29,"target":398},{"source":29,"target":399},{"source":29,"target":400},{"source":29,"target":401},{"source":29,"target":402},{"source":29,"target":403},{"source":29,"target":404},{"source":29,"target":405},{"source":29,"target":406},{"source":29,"target":407},{"source":29,"target":408},{"source":398,"target":409},{"source":398,"target":29},{"source":399,"target":36},{"source":399,"target":410},{"source":399,"target":29},{"source":410,"target":36},{"source":400,"target":47},{"source":400,"target":411},{"source":400,"target":29},{"source":411,"target":47},{"source":401,"target":412},{"source":401,"target":29},{"source":402,"target":16},{"source":402,"target":413},{"source":402,"target":29},{"source":413,"target":16},{"source":403,"target":17},{"source":403,"target":414},{"source":403,"target":29},{"source":414,"target":17},{"source":404,"target":41},{"source":404,"target":415},{"source":404,"target":29},{"source":415,"target":41},{"source":405,"target":42},{"source":405,"target":416},{"source":405,"target":29},{"source":416,"target":42},{"source":406,"target":417},{"source":406,"target":29},{"source":407,"target":3},{"source":407,"target":418},{"source":407,"target":29},{"source":418,"target":3},{"source":408,"target":419},{"source":408,"target":29},{"source":30,"target":0},{"source":30,"target":420},{"source":30,"target":421},{"source":420,"target":422},{"source":420,"target":30},{"source":421,"target":423},{"source":421,"target":30},{"source":31,"target":0},{"source":31,"target":424},{"source":31,"target":425},{"source":31,"target":426},{"source":31,"target":427},{"source":424,"target":428},{"source":424,"target":31},{"source":425,"target":429},{"source":425,"target":31},{"source":426,"target":5},{"source":426,"target":430},{"source":426,"target":31},{"source":430,"target":5},{"source":427,"target":431},{"source":427,"target":31},{"source":32,"target":0},{"source":32,"target":432},{"source":32,"target":433},{"source":32,"target":434},{"source":32,"target":435},{"source":32,"target":436},{"source":32,"target":437},{"source":432,"target":32},{"source":433,"target":32},{"source":434,"target":32},{"source":435,"target":32},{"source":436,"target":32},{"source":437,"target":32},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":438},{"source":34,"target":439},{"source":34,"target":440},{"source":34,"target":441},{"source":34,"target":442},{"source":34,"target":443},{"source":34,"target":444},{"source":438,"target":445},{"source":438,"target":34},{"source":439,"target":446},{"source":439,"target":34},{"source":440,"target":40},{"source":440,"target":447},{"source":440,"target":34},{"source":447,"target":40},{"source":441,"target":42},{"source":441,"target":448},{"source":441,"target":34},{"source":448,"target":42},{"source":442,"target":16},{"source":442,"target":449},{"source":442,"target":34},{"source":449,"target":16},{"source":443,"target":17},{"source":443,"target":450},{"source":443,"target":34},{"source":450,"target":17},{"source":444,"target":451},{"source":444,"target":34},{"source":35,"target":0},{"source":35,"target":452},{"source":35,"target":453},{"source":35,"target":454},{"source":35,"target":455},{"source":35,"target":456},{"source":35,"target":457},{"source":35,"target":458},{"source":35,"target":459},{"source":452,"target":460},{"source":452,"target":35},{"source":453,"target":461},{"source":453,"target":35},{"source":454,"target":16},{"source":454,"target":462},{"source":454,"target":35},{"source":462,"target":16},{"source":455,"target":17},{"source":455,"target":463},{"source":455,"target":35},{"source":463,"target":17},{"source":456,"target":41},{"source":456,"target":464},{"source":456,"target":35},{"source":464,"target":41},{"source":457,"target":42},{"source":457,"target":465},{"source":457,"target":35},{"source":465,"target":42},{"source":458,"target":466},{"source":458,"target":35},{"source":459,"target":467},{"source":459,"target":35},{"source":36,"target":0},{"source":36,"target":468},{"source":36,"target":469},{"source":36,"target":470},{"source":468,"target":471},{"source":468,"target":36},{"source":469,"target":472},{"source":469,"target":36},{"source":470,"target":473},{"source":470,"target":36},{"source":37,"target":0},{"source":37,"target":474},{"source":37,"target":475},{"source":37,"target":476},{"source":37,"target":477},{"source":37,"target":478},{"source":37,"target":479},{"source":37,"target":480},{"source":37,"target":481},{"source":37,"target":482},{"source":37,"target":483},{"source":37,"target":484},{"source":37,"target":485},{"source":37,"target":486},{"source":37,"target":487},{"source":37,"target":488},{"source":37,"target":489},{"source":37,"target":490},{"source":37,"target":491},{"source":474,"target":492},{"source":474,"target":37},{"source":475,"target":22},{"source":475,"target":493},{"source":475,"target":37},{"source":493,"target":22},{"source":476,"target":35},{"source":476,"target":494},{"source":476,"target":37},{"source":494,"target":35},{"source":477,"target":39},{"source":477,"target":495},{"source":477,"target":37},{"source":495,"target":39},{"source":478,"target":37},{"source":478,"target":496},{"source":478,"target":37},{"source":496,"target":37},{"source":479,"target":29},{"source":479,"target":497},{"source":479,"target":37},{"source":497,"target":29},{"source":480,"target":18},{"source":480,"target":498},{"source":480,"target":37},{"source":498,"target":18},{"source":481,"target":19},{"source":481,"target":499},{"source":481,"target":37},{"source":499,"target":19},{"source":482,"target":12},{"source":482,"target":500},{"source":482,"target":37},{"source":500,"target":12},{"source":483,"target":15},{"source":483,"target":501},{"source":483,"target":37},{"source":501,"target":15},{"source":484,"target":20},{"source":484,"target":502},{"source":484,"target":37},{"source":502,"target":20},{"source":485,"target":503},{"source":485,"target":37},{"source":486,"target":16},{"source":486,"target":504},{"source":486,"target":37},{"source":504,"target":16},{"source":487,"target":17},{"source":487,"target":505},{"source":487,"target":37},{"source":505,"target":17},{"source":488,"target":41},{"source":488,"target":506},{"source":488,"target":37},{"source":506,"target":41},{"source":489,"target":42},{"source":489,"target":507},{"source":489,"target":37},{"source":507,"target":42},{"source":490,"target":508},{"source":490,"target":37},{"source":491,"target":509},{"source":491,"target":37},{"source":38,"target":0},{"source":38,"target":510},{"source":38,"target":511},{"source":510,"target":2},{"source":510,"target":512},{"source":510,"target":38},{"source":512,"target":2},{"source":511,"target":513},{"source":511,"target":38},{"source":39,"target":0},{"source":39,"target":514},{"source":39,"target":515},{"source":39,"target":516},{"source":39,"target":517},{"source":39,"target":518},{"source":39,"target":519},{"source":39,"target":520},{"source":39,"target":521},{"source":39,"target":522},{"source":39,"target":523},{"source":39,"target":524},{"source":39,"target":525},{"source":514,"target":526},{"source":514,"target":39},{"source":515,"target":40},{"source":515,"target":527},{"source":515,"target":39},{"source":527,"target":40},{"source":516,"target":528},{"source":516,"target":39},{"source":517,"target":16},{"source":517,"target":529},{"source":517,"target":39},{"source":529,"target":16},{"source":518,"target":17},{"source":518,"target":530},{"source":518,"target":39},{"source":530,"target":17},{"source":519,"target":41},{"source":519,"target":531},{"source":519,"target":39},{"source":531,"target":41},{"source":520,"target":42},{"source":520,"target":532},{"source":520,"target":39},{"source":532,"target":42},{"source":521,"target":533},{"source":521,"target":39},{"source":522,"target":5},{"source":522,"target":534},{"source":522,"target":39},{"source":534,"target":5},{"source":523,"target":5},{"source":523,"target":535},{"source":523,"target":39},{"source":535,"target":5},{"source":524,"target":536},{"source":524,"target":39},{"source":525,"target":32},{"source":525,"target":537},{"source":525,"target":39},{"source":537,"target":32},{"source":40,"target":0},{"source":40,"target":538},{"source":40,"target":539},{"source":40,"target":540},{"source":40,"target":541},{"source":40,"target":542},{"source":40,"target":543},{"source":40,"target":544},{"source":40,"target":545},{"source":40,"target":546},{"source":40,"target":547},{"source":40,"target":548},{"source":40,"target":549},{"source":40,"target":550},{"source":40,"target":551},{"source":40,"target":552},{"source":538,"target":553},{"source":538,"target":40},{"source":539,"target":554},{"source":539,"target":40},{"source":540,"target":2},{"source":540,"target":555},{"source":540,"target":40},{"source":555,"target":2},{"source":541,"target":13},{"source":541,"target":556},{"source":541,"target":40},{"source":556,"target":13},{"source":542,"target":16},{"source":542,"target":557},{"source":542,"target":40},{"source":557,"target":16},{"source":543,"target":41},{"source":543,"target":558},{"source":543,"target":40},{"source":558,"target":41},{"source":544,"target":30},{"source":544,"target":559},{"source":544,"target":40},{"source":559,"target":30},{"source":545,"target":5},{"source":545,"target":560},{"source":545,"target":40},{"source":560,"target":5},{"source":546,"target":561},{"source":546,"target":40},{"source":547,"target":562},{"source":547,"target":40},{"source":548,"target":563},{"source":548,"target":40},{"source":549,"target":5},{"source":549,"target":564},{"source":549,"target":40},{"source":564,"target":5},{"source":550,"target":23},{"source":550,"target":565},{"source":550,"target":40},{"source":565,"target":23},{"source":551,"target":5},{"source":551,"target":566},{"source":551,"target":40},{"source":566,"target":5},{"source":552,"target":567},{"source":552,"target":40},{"source":41,"target":0},{"source":41,"target":568},{"source":41,"target":569},{"source":41,"target":570},{"source":41,"target":571},{"source":41,"target":572},{"source":41,"target":573},{"source":41,"target":574},{"source":41,"target":575},{"source":41,"target":576},{"source":568,"target":1},{"source":568,"target":577},{"source":568,"target":41},{"source":577,"target":1},{"source":569,"target":31},{"source":569,"target":578},{"source":569,"target":41},{"source":578,"target":31},{"source":570,"target":11},{"source":570,"target":579},{"source":570,"target":41},{"source":579,"target":11},{"source":571,"target":7},{"source":571,"target":580},{"source":571,"target":41},{"source":580,"target":7},{"source":572,"target":21},{"source":572,"target":581},{"source":572,"target":41},{"source":581,"target":21},{"source":573,"target":582},{"source":573,"target":41},{"source":574,"target":583},{"source":574,"target":41},{"source":575,"target":584},{"source":575,"target":41},{"source":576,"target":585},{"source":576,"target":41},{"source":42,"target":0},{"source":42,"target":586},{"source":42,"target":587},{"source":42,"target":588},{"source":42,"target":589},{"source":42,"target":590},{"source":42,"target":591},{"source":42,"target":592},{"source":42,"target":593},{"source":42,"target":594},{"source":42,"target":595},{"source":42,"target":596},{"source":586,"target":597},{"source":586,"target":42},{"source":587,"target":598},{"source":587,"target":42},{"source":588,"target":8},{"source":588,"target":599},{"source":588,"target":42},{"source":599,"target":8},{"source":589,"target":1},{"source":589,"target":600},{"source":589,"target":42},{"source":600,"target":1},{"source":590,"target":31},{"source":590,"target":601},{"source":590,"target":42},{"source":601,"target":31},{"source":591,"target":11},{"source":591,"target":602},{"source":591,"target":42},{"source":602,"target":11},{"source":592,"target":7},{"source":592,"target":603},{"source":592,"target":42},{"source":603,"target":7},{"source":593,"target":21},{"source":593,"target":604},{"source":593,"target":42},{"source":604,"target":21},{"source":594,"target":17},{"source":594,"target":605},{"source":594,"target":42},{"source":605,"target":17},{"source":595,"target":606},{"source":595,"target":42},{"source":596,"target":607},{"source":596,"target":42},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":608},{"source":45,"target":609},{"source":45,"target":610},{"source":45,"target":611},{"source":45,"target":612},{"source":45,"target":613},{"source":45,"target":614},{"source":45,"target":615},{"source":45,"target":616},{"source":45,"target":617},{"source":45,"target":618},{"source":45,"target":619},{"source":45,"target":620},{"source":45,"target":621},{"source":45,"target":622},{"source":608,"target":45},{"source":609,"target":45},{"source":610,"target":45},{"source":611,"target":45},{"source":612,"target":45},{"source":613,"target":45},{"source":614,"target":45},{"source":615,"target":45},{"source":616,"target":45},{"source":617,"target":45},{"source":618,"target":45},{"source":619,"target":45},{"source":620,"target":45},{"source":621,"target":45},{"source":622,"target":45},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":623},{"source":47,"target":624},{"source":47,"target":625},{"source":47,"target":626},{"source":623,"target":627},{"source":623,"target":47},{"source":624,"target":628},{"source":624,"target":47},{"source":625,"target":629},{"source":625,"target":47},{"source":626,"target":630},{"source":626,"target":47}],"multigraph":true}
ecore
education
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/viatra/EMF-IncQuery-Examples/school/school/model/school.ecore
school Course subject weight school teacher schoolClass School name address years teachers courses SchoolClass code year students courses homeroomTeacher SpecialisationCourse specialisation Student name schoolClass friendsWith Teacher name school courses homeroomedClass Year startingDate school schoolClasses LimitedCapacityCourse capacity
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="school" nsURI="http://school.ecore" nsPrefix="school"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The School package corresponds to the EMF-IncQuery example found at [http://incquery.net/incquery/new/examples/school]."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="#//School" transient="true" eOpposite="#//School/courses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teacher" eType="#//Teacher" transient="true" eOpposite="#//Teacher/courses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schoolClass" eType="#//SchoolClass" eOpposite="#//SchoolClass/courses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="School"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A School is an entity that represents a real-life school such as a University. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The real name of the School, e.g. &quot;Budapest University of Technology and Economics.&quot; "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" 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 real life postal address of the School."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="years" upperBound="-1" eType="#//Year" containment="true" resolveProxies="false" eOpposite="#//Year/school"/> <eStructuralFeatures xsi:type="ecore:EReference" name="teachers" upperBound="-1" eType="#//Teacher" containment="true" resolveProxies="false" eOpposite="#//Teacher/school"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" containment="true" resolveProxies="false" eOpposite="#//Course/school"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchoolClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> <eStructuralFeatures xsi:type="ecore:EReference" name="year" eType="#//Year" transient="true" eOpposite="#//Year/schoolClasses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="students" upperBound="-1" eType="#//Student" containment="true" resolveProxies="false" eOpposite="#//Student/schoolClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" eOpposite="#//Course/schoolClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="homeroomTeacher" eType="#//Teacher" eOpposite="#//Teacher/homeroomedClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialisationCourse" eSuperTypes="#//Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specialisation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Student"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schoolClass" eType="#//SchoolClass" transient="true" eOpposite="#//SchoolClass/students"/> <eStructuralFeatures xsi:type="ecore:EReference" name="friendsWith" upperBound="-1" eType="#//Student"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Teacher"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="#//School" transient="true" eOpposite="#//School/teachers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" resolveProxies="false" eOpposite="#//Course/teacher"/> <eStructuralFeatures xsi:type="ecore:EReference" name="homeroomedClass" eType="#//SchoolClass" eOpposite="#//SchoolClass/homeroomTeacher"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Year"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startingDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="#//School" transient="true" eOpposite="#//School/years"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schoolClasses" upperBound="-1" eType="#//SchoolClass" containment="true" resolveProxies="false" eOpposite="#//SchoolClass/year"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LimitedCapacityCourse" eSuperTypes="#//Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"school","nsURI":"http://school.ecore","name":"school","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"School","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchoolClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialisationCourse","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Teacher","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Year","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LimitedCapacityCourse","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":10,"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":"school","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"teacher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schoolClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"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":"courses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"courses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"address","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"years","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":"teachers","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"unique":true,"name":"school","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"school","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"year","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"students","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"homeroomTeacher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schoolClasses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"schoolClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"homeroomedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specialisation","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"friendsWith","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startingDate","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":16,"target":2},{"source":12,"target":6},{"source":12,"target":18},{"source":12,"target":1},{"source":12,"target":19},{"source":18,"target":6},{"source":13,"target":3},{"source":13,"target":20},{"source":13,"target":1},{"source":13,"target":21},{"source":20,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":17},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":7},{"source":24,"target":28},{"source":24,"target":2},{"source":24,"target":29},{"source":28,"target":7},{"source":25,"target":6},{"source":25,"target":30},{"source":25,"target":2},{"source":25,"target":31},{"source":30,"target":6},{"source":17,"target":1},{"source":17,"target":32},{"source":17,"target":2},{"source":17,"target":11},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":21},{"source":3,"target":36},{"source":33,"target":37},{"source":33,"target":3},{"source":34,"target":7},{"source":34,"target":38},{"source":34,"target":3},{"source":34,"target":39},{"source":38,"target":7},{"source":35,"target":5},{"source":35,"target":40},{"source":35,"target":3},{"source":35,"target":41},{"source":40,"target":5},{"source":21,"target":1},{"source":21,"target":42},{"source":21,"target":3},{"source":21,"target":13},{"source":42,"target":1},{"source":36,"target":6},{"source":36,"target":43},{"source":36,"target":3},{"source":36,"target":44},{"source":43,"target":6},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":47},{"source":45,"target":4},{"source":46,"target":1},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":41},{"source":5,"target":49},{"source":48,"target":50},{"source":48,"target":5},{"source":41,"target":3},{"source":41,"target":51},{"source":41,"target":5},{"source":41,"target":35},{"source":51,"target":3},{"source":49,"target":5},{"source":49,"target":52},{"source":49,"target":5},{"source":52,"target":5},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":31},{"source":6,"target":19},{"source":6,"target":44},{"source":53,"target":54},{"source":53,"target":6},{"source":31,"target":2},{"source":31,"target":55},{"source":31,"target":6},{"source":31,"target":25},{"source":55,"target":2},{"source":19,"target":1},{"source":19,"target":56},{"source":19,"target":6},{"source":19,"target":12},{"source":56,"target":1},{"source":44,"target":3},{"source":44,"target":57},{"source":44,"target":6},{"source":44,"target":36},{"source":57,"target":3},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":29},{"source":7,"target":39},{"source":58,"target":59},{"source":58,"target":7},{"source":29,"target":2},{"source":29,"target":60},{"source":29,"target":7},{"source":29,"target":24},{"source":60,"target":2},{"source":39,"target":3},{"source":39,"target":61},{"source":39,"target":7},{"source":39,"target":34},{"source":61,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":64},{"source":62,"target":8},{"source":63,"target":1}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/eclipse/cdo/plugins/org.eclipse.emf.cdo.tests/ecore/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature EOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="convertToString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="#//EObject"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType" eSuperTypes="#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":54,"derived":true},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":79,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":80,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":81,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","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":"featureName","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":126,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":127,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EParameter"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":190,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EParameter"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EParameter"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","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":"eParameters","changeable":true,"resolveProxies":false,"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":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","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":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"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":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EParameter"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":272,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":275,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":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":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":290,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":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":"derived","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":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":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":309,"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":310,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"name":"E","id":322,"eClass":"ETypeParameter"},{"name":"T","id":323,"eClass":"ETypeParameter"},{"name":"K","id":324,"eClass":"ETypeParameter"},{"name":"V","id":325,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"name":"E","id":330,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":333,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":16},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":53,"target":56},{"source":53,"target":1},{"source":54,"target":5},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":5},{"source":55,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":58,"target":64},{"source":58,"target":2},{"source":59,"target":49},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":49},{"source":60,"target":9},{"source":60,"target":66},{"source":60,"target":2},{"source":60,"target":67},{"source":66,"target":9},{"source":61,"target":11},{"source":61,"target":68},{"source":61,"target":2},{"source":68,"target":11},{"source":62,"target":11},{"source":62,"target":69},{"source":62,"target":2},{"source":69,"target":11},{"source":63,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"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":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":70,"target":92},{"source":70,"target":3},{"source":70,"target":93},{"source":93,"target":3},{"source":93,"target":94},{"source":93,"target":70},{"source":94,"target":3},{"source":71,"target":95},{"source":71,"target":3},{"source":72,"target":16},{"source":72,"target":96},{"source":72,"target":3},{"source":72,"target":97},{"source":96,"target":16},{"source":97,"target":98},{"source":97,"target":72},{"source":73,"target":99},{"source":73,"target":3},{"source":73,"target":100},{"source":100,"target":16},{"source":100,"target":101},{"source":100,"target":73},{"source":101,"target":16},{"source":74,"target":16},{"source":74,"target":102},{"source":74,"target":3},{"source":74,"target":103},{"source":102,"target":16},{"source":103,"target":104},{"source":103,"target":74},{"source":75,"target":105},{"source":75,"target":3},{"source":76,"target":106},{"source":76,"target":3},{"source":77,"target":3},{"source":77,"target":107},{"source":77,"target":3},{"source":107,"target":3},{"source":78,"target":12},{"source":78,"target":108},{"source":78,"target":3},{"source":78,"target":109},{"source":108,"target":12},{"source":79,"target":1},{"source":79,"target":110},{"source":79,"target":3},{"source":110,"target":1},{"source":80,"target":15},{"source":80,"target":111},{"source":80,"target":3},{"source":111,"target":15},{"source":81,"target":15},{"source":81,"target":112},{"source":81,"target":3},{"source":112,"target":15},{"source":82,"target":1},{"source":82,"target":113},{"source":82,"target":3},{"source":113,"target":1},{"source":83,"target":15},{"source":83,"target":114},{"source":83,"target":3},{"source":114,"target":15},{"source":84,"target":12},{"source":84,"target":115},{"source":84,"target":3},{"source":115,"target":12},{"source":85,"target":16},{"source":85,"target":116},{"source":85,"target":3},{"source":116,"target":16},{"source":86,"target":3},{"source":86,"target":117},{"source":86,"target":3},{"source":117,"target":3},{"source":87,"target":1},{"source":87,"target":118},{"source":87,"target":3},{"source":118,"target":1},{"source":88,"target":16},{"source":88,"target":119},{"source":88,"target":3},{"source":88,"target":120},{"source":119,"target":16},{"source":89,"target":51},{"source":89,"target":121},{"source":89,"target":3},{"source":121,"target":51},{"source":90,"target":51},{"source":90,"target":122},{"source":90,"target":3},{"source":122,"target":51},{"source":91,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":123,"target":132},{"source":123,"target":4},{"source":123,"target":133},{"source":133,"target":40},{"source":133,"target":134},{"source":133,"target":123},{"source":134,"target":40},{"source":124,"target":135},{"source":124,"target":4},{"source":125,"target":136},{"source":125,"target":4},{"source":126,"target":39},{"source":126,"target":137},{"source":126,"target":4},{"source":137,"target":138},{"source":137,"target":39},{"source":127,"target":40},{"source":127,"target":139},{"source":127,"target":4},{"source":139,"target":40},{"source":128,"target":140},{"source":128,"target":4},{"source":129,"target":13},{"source":129,"target":141},{"source":129,"target":4},{"source":129,"target":142},{"source":141,"target":13},{"source":130,"target":52},{"source":130,"target":143},{"source":130,"target":4},{"source":143,"target":52},{"source":131,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":144},{"source":5,"target":145},{"source":144,"target":146},{"source":144,"target":5},{"source":145,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":147},{"source":6,"target":148},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":147,"target":7},{"source":147,"target":152},{"source":147,"target":6},{"source":147,"target":153},{"source":152,"target":7},{"source":153,"target":154},{"source":153,"target":147},{"source":148,"target":7},{"source":148,"target":155},{"source":148,"target":6},{"source":148,"target":156},{"source":155,"target":7},{"source":156,"target":157},{"source":156,"target":148},{"source":149,"target":7},{"source":149,"target":158},{"source":149,"target":6},{"source":149,"target":159},{"source":158,"target":7},{"source":159,"target":160},{"source":159,"target":149},{"source":150,"target":7},{"source":150,"target":161},{"source":150,"target":6},{"source":150,"target":162},{"source":161,"target":7},{"source":151,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":7,"target":162},{"source":7,"target":166},{"source":163,"target":167},{"source":163,"target":7},{"source":164,"target":32},{"source":164,"target":168},{"source":164,"target":7},{"source":168,"target":32},{"source":165,"target":169},{"source":165,"target":7},{"source":162,"target":6},{"source":162,"target":170},{"source":162,"target":7},{"source":162,"target":150},{"source":170,"target":6},{"source":166,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":171,"target":11},{"source":171,"target":176},{"source":171,"target":8},{"source":171,"target":177},{"source":176,"target":11},{"source":177,"target":3},{"source":177,"target":178},{"source":177,"target":171},{"source":178,"target":3},{"source":172,"target":40},{"source":172,"target":179},{"source":172,"target":8},{"source":172,"target":180},{"source":172,"target":181},{"source":179,"target":40},{"source":180,"target":5},{"source":180,"target":182},{"source":180,"target":172},{"source":182,"target":5},{"source":181,"target":183},{"source":181,"target":172},{"source":173,"target":184},{"source":173,"target":8},{"source":173,"target":185},{"source":173,"target":186},{"source":185,"target":5},{"source":185,"target":187},{"source":185,"target":173},{"source":187,"target":5},{"source":186,"target":40},{"source":186,"target":188},{"source":186,"target":173},{"source":188,"target":40},{"source":174,"target":13},{"source":174,"target":189},{"source":174,"target":8},{"source":174,"target":190},{"source":189,"target":13},{"source":175,"target":9},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":191},{"source":9,"target":67},{"source":9,"target":192},{"source":191,"target":2},{"source":191,"target":193},{"source":191,"target":9},{"source":191,"target":194},{"source":193,"target":2},{"source":194,"target":195},{"source":194,"target":191},{"source":67,"target":2},{"source":67,"target":196},{"source":67,"target":9},{"source":67,"target":60},{"source":196,"target":2},{"source":192,"target":11},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":197},{"source":10,"target":198},{"source":197,"target":199},{"source":197,"target":10},{"source":198,"target":9},{"source":11,"target":0},{"source":11,"target":200},{"source":11,"target":201},{"source":11,"target":202},{"source":11,"target":203},{"source":11,"target":204},{"source":11,"target":205},{"source":11,"target":206},{"source":11,"target":207},{"source":11,"target":208},{"source":11,"target":209},{"source":11,"target":210},{"source":11,"target":211},{"source":11,"target":212},{"source":11,"target":213},{"source":200,"target":3},{"source":200,"target":214},{"source":200,"target":11},{"source":214,"target":3},{"source":201,"target":215},{"source":201,"target":11},{"source":202,"target":44},{"source":202,"target":216},{"source":202,"target":11},{"source":216,"target":44},{"source":203,"target":11},{"source":203,"target":217},{"source":203,"target":11},{"source":217,"target":11},{"source":204,"target":16},{"source":204,"target":218},{"source":204,"target":11},{"source":218,"target":16},{"source":205,"target":15},{"source":205,"target":219},{"source":205,"target":11},{"source":219,"target":15},{"source":206,"target":31},{"source":206,"target":220},{"source":206,"target":11},{"source":220,"target":221},{"source":220,"target":31},{"source":221,"target":11},{"source":207,"target":50},{"source":207,"target":222},{"source":207,"target":11},{"source":222,"target":223},{"source":222,"target":50},{"source":223,"target":11},{"source":208,"target":31},{"source":208,"target":224},{"source":208,"target":11},{"source":224,"target":225},{"source":224,"target":31},{"source":225,"target":11},{"source":209,"target":40},{"source":209,"target":226},{"source":209,"target":11},{"source":209,"target":227},{"source":226,"target":40},{"source":227,"target":16},{"source":227,"target":228},{"source":227,"target":209},{"source":228,"target":16},{"source":210,"target":40},{"source":210,"target":229},{"source":210,"target":11},{"source":210,"target":230},{"source":210,"target":231},{"source":229,"target":40},{"source":230,"target":16},{"source":230,"target":232},{"source":230,"target":210},{"source":232,"target":16},{"source":231,"target":233},{"source":231,"target":210},{"source":211,"target":11},{"source":211,"target":234},{"source":211,"target":235},{"source":234,"target":16},{"source":234,"target":236},{"source":234,"target":211},{"source":236,"target":16},{"source":235,"target":40},{"source":235,"target":237},{"source":235,"target":211},{"source":237,"target":40},{"source":212,"target":238},{"source":212,"target":11},{"source":212,"target":239},{"source":239,"target":16},{"source":239,"target":240},{"source":239,"target":212},{"source":240,"target":16},{"source":213,"target":11},{"source":213,"target":241},{"source":241,"target":16},{"source":241,"target":242},{"source":241,"target":213},{"source":242,"target":16},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":109},{"source":12,"target":243},{"source":12,"target":244},{"source":12,"target":245},{"source":12,"target":246},{"source":12,"target":247},{"source":109,"target":3},{"source":109,"target":248},{"source":109,"target":12},{"source":109,"target":78},{"source":248,"target":3},{"source":243,"target":52},{"source":243,"target":249},{"source":243,"target":12},{"source":249,"target":52},{"source":244,"target":14},{"source":244,"target":250},{"source":244,"target":12},{"source":244,"target":251},{"source":250,"target":14},{"source":245,"target":4},{"source":245,"target":252},{"source":245,"target":12},{"source":252,"target":4},{"source":246,"target":51},{"source":246,"target":253},{"source":246,"target":12},{"source":253,"target":51},{"source":247,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":254},{"source":13,"target":255},{"source":13,"target":256},{"source":13,"target":190},{"source":13,"target":142},{"source":13,"target":257},{"source":13,"target":258},{"source":13,"target":259},{"source":254,"target":4},{"source":254,"target":260},{"source":254,"target":13},{"source":254,"target":261},{"source":260,"target":4},{"source":261,"target":262},{"source":261,"target":254},{"source":255,"target":263},{"source":255,"target":13},{"source":256,"target":264},{"source":256,"target":13},{"source":190,"target":8},{"source":190,"target":265},{"source":190,"target":13},{"source":190,"target":174},{"source":265,"target":8},{"source":142,"target":4},{"source":142,"target":266},{"source":142,"target":13},{"source":142,"target":129},{"source":266,"target":4},{"source":257,"target":13},{"source":257,"target":267},{"source":257,"target":13},{"source":257,"target":258},{"source":267,"target":13},{"source":258,"target":13},{"source":258,"target":268},{"source":258,"target":13},{"source":258,"target":257},{"source":268,"target":13},{"source":259,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":251},{"source":14,"target":269},{"source":251,"target":12},{"source":251,"target":270},{"source":251,"target":14},{"source":251,"target":244},{"source":270,"target":12},{"source":269,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":271},{"source":15,"target":272},{"source":15,"target":273},{"source":15,"target":274},{"source":15,"target":275},{"source":15,"target":276},{"source":15,"target":277},{"source":271,"target":278},{"source":271,"target":15},{"source":272,"target":279},{"source":272,"target":15},{"source":273,"target":280},{"source":273,"target":15},{"source":274,"target":15},{"source":274,"target":281},{"source":274,"target":15},{"source":281,"target":15},{"source":275,"target":3},{"source":275,"target":282},{"source":275,"target":15},{"source":282,"target":3},{"source":276,"target":1},{"source":276,"target":283},{"source":276,"target":15},{"source":283,"target":1},{"source":277,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":284},{"source":16,"target":285},{"source":16,"target":286},{"source":16,"target":287},{"source":16,"target":288},{"source":16,"target":289},{"source":16,"target":290},{"source":16,"target":291},{"source":16,"target":292},{"source":16,"target":120},{"source":16,"target":293},{"source":284,"target":294},{"source":284,"target":16},{"source":285,"target":39},{"source":285,"target":295},{"source":285,"target":16},{"source":295,"target":296},{"source":295,"target":39},{"source":286,"target":297},{"source":286,"target":16},{"source":287,"target":298},{"source":287,"target":16},{"source":288,"target":299},{"source":288,"target":16},{"source":289,"target":300},{"source":289,"target":16},{"source":290,"target":40},{"source":290,"target":301},{"source":290,"target":16},{"source":301,"target":40},{"source":291,"target":302},{"source":291,"target":16},{"source":292,"target":303},{"source":292,"target":16},{"source":120,"target":3},{"source":120,"target":304},{"source":120,"target":16},{"source":120,"target":88},{"source":304,"target":3},{"source":293,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":305},{"source":17,"target":306},{"source":17,"target":307},{"source":17,"target":308},{"source":17,"target":309},{"source":17,"target":310},{"source":17,"target":311},{"source":17,"target":312},{"source":17,"target":313},{"source":305,"target":314},{"source":305,"target":17},{"source":306,"target":315},{"source":306,"target":17},{"source":307,"target":316},{"source":307,"target":17},{"source":308,"target":317},{"source":308,"target":17},{"source":309,"target":318},{"source":309,"target":17},{"source":310,"target":319},{"source":310,"target":17},{"source":311,"target":4},{"source":311,"target":320},{"source":311,"target":17},{"source":320,"target":4},{"source":312,"target":51},{"source":312,"target":321},{"source":312,"target":17},{"source":321,"target":51},{"source":313,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":322},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":323},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":324},{"source":43,"target":325},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":326},{"source":49,"target":327},{"source":326,"target":328},{"source":326,"target":49},{"source":327,"target":329},{"source":327,"target":49},{"source":50,"target":0},{"source":50,"target":330},{"source":51,"target":0},{"source":51,"target":11},{"source":51,"target":331},{"source":51,"target":332},{"source":51,"target":333},{"source":51,"target":334},{"source":51,"target":335},{"source":51,"target":336},{"source":51,"target":337},{"source":331,"target":51},{"source":331,"target":338},{"source":331,"target":51},{"source":338,"target":51},{"source":332,"target":51},{"source":332,"target":339},{"source":332,"target":51},{"source":339,"target":51},{"source":333,"target":4},{"source":333,"target":340},{"source":333,"target":51},{"source":340,"target":4},{"source":334,"target":51},{"source":334,"target":341},{"source":334,"target":51},{"source":341,"target":51},{"source":335,"target":52},{"source":335,"target":342},{"source":335,"target":51},{"source":342,"target":52},{"source":336,"target":4},{"source":336,"target":343},{"source":336,"target":51},{"source":343,"target":4},{"source":337,"target":11},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":344},{"source":52,"target":345},{"source":344,"target":51},{"source":344,"target":346},{"source":344,"target":52},{"source":346,"target":51},{"source":345,"target":10}],"multigraph":true}
ecore
relational
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/rdb.ecore
rdb DB dbType tables key url id sid references comment Table columns db name constraints incomingLinks outgoingLinks logicalName comment UserCommentReference Column field type null default extra table logicalField key comment Rectangle org.eclipse.draw2d.geometry.Rectangle org.eclipse.draw2d.geometry.Rectangle Relation source target source_kind target_kind column_name referenced_column_name bendpoint db comment constraint_name Point org.eclipse.draw2d.geometry.Point org.eclipse.draw2d.geometry.Point RelationKind ONLY_ONE ONLY_ONE ZERO_OR_ONE ZERO_ONE ZERO_OR_MANY ZERO_MANY ONE_OR_MANY ONE_MANY View tableName ERDInfo autoLayout version 0.8.1(2012.04.13) UserComment comment
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2013 hangum. All rights reserved. This program and the accompanying materials are made available under the terms of the GNU Lesser Public License v2.1 which accompanies this distribution, and is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html Contributors: hangum - initial API and implementation --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rdb" nsURI="http://com.hangum.tadpole.rdb.model.ERDInfo" nsPrefix="rdb"> <eClassifiers xsi:type="ecore:EClass" name="DB" eSuperTypes="#//ERDInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//Table" containment="true" eOpposite="#//Table/db"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//Relation" containment="true" eOpposite="#//Relation/db"/> <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="Table"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="db" lowerBound="1" eType="#//DB" eOpposite="#//DB/tables"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraints" eType="#//Rectangle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingLinks" upperBound="-1" eType="#//Relation" eOpposite="#//Relation/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingLinks" upperBound="-1" eType="#//Relation" eOpposite="#//Relation/source"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="UserCommentReference" eType="#//UserComment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="field" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extra" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table" eOpposite="#//Table/columns"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalField" 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="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Rectangle" instanceClassName="org.eclipse.draw2d.geometry.Rectangle"/> <eClassifiers xsi:type="ecore:EClass" name="Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Table" eOpposite="#//Table/outgoingLinks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Table" eOpposite="#//Table/incomingLinks"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source_kind" eType="#//RelationKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target_kind" eType="#//RelationKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenced_column_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bendpoint" upperBound="-1" eType="#//Point"/> <eStructuralFeatures xsi:type="ecore:EReference" name="db" lowerBound="1" eType="#//DB" eOpposite="#//DB/references"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Point" instanceClassName="org.eclipse.draw2d.geometry.Point"/> <eClassifiers xsi:type="ecore:EEnum" name="RelationKind"> <eLiterals name="ONLY_ONE" value="1"/> <eLiterals name="ZERO_OR_ONE" value="3" literal="ZERO_ONE"/> <eLiterals name="ZERO_OR_MANY" value="4" literal="ZERO_MANY"/> <eLiterals name="ONE_OR_MANY" value="5" literal="ONE_MANY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//Table"> <eStructuralFeatures xsi:type="ecore:EReference" name="tableName" lowerBound="1" eType="#//Table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ERDInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoLayout" 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#//EString" defaultValueLiteral="0.8.1(2012.04.13)"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserComment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"rdb","nsURI":"http://com.hangum.tadpole.rdb.model.ERDInfo","name":"rdb","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DB","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.draw2d.geometry.Rectangle","defaultValue":null,"instanceClassName":"org.eclipse.draw2d.geometry.Rectangle","name":"Rectangle","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.draw2d.geometry.Point","defaultValue":null,"instanceClassName":"org.eclipse.draw2d.geometry.Point","name":"Point","instanceClass":null,"id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ERDInfo","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserComment","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":"dbType","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":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"url","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":"id","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":"sid","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"db","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"db","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"lowerBound":0,"iD":false,"id":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":"incomingLinks","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":"outgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logicalName","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UserCommentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"null","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":"default","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":"extra","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":"logicalField","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":"key","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source_kind","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target_kind","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":"column_name","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":"referenced_column_name","changeable":true,"lowerBound":0,"iD":false,"id":70,"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":"bendpoint","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":"comment","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":"constraint_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"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"ONLY_ONE","id":84,"value":1,"literal":"ONLY_ONE","eClass":"EEnumLiteral"},{"name":"ZERO_OR_ONE","id":85,"value":3,"literal":"ZERO_ONE","eClass":"EEnumLiteral"},{"name":"ZERO_OR_MANY","id":86,"value":4,"literal":"ZERO_MANY","eClass":"EEnumLiteral"},{"name":"ONE_OR_MANY","id":87,"value":5,"literal":"ONE_MANY","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":"tableName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"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":"autoLayout","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.8.1(2012.04.13)","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.8.1(2012.04.13)","unsettable":false,"transient":false,"unique":true,"name":"version","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":"comment","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":1,"target":0},{"source":1,"target":9},{"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":11,"target":20},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":21},{"source":12,"target":1},{"source":12,"target":22},{"source":21,"target":2},{"source":13,"target":23},{"source":13,"target":1},{"source":14,"target":24},{"source":14,"target":1},{"source":15,"target":25},{"source":15,"target":1},{"source":16,"target":26},{"source":16,"target":1},{"source":17,"target":5},{"source":17,"target":27},{"source":17,"target":1},{"source":17,"target":28},{"source":27,"target":5},{"source":18,"target":29},{"source":18,"target":1},{"source":19,"target":9},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":22},{"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":30,"target":3},{"source":30,"target":38},{"source":30,"target":2},{"source":30,"target":39},{"source":38,"target":3},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":2},{"source":22,"target":12},{"source":40,"target":1},{"source":31,"target":41},{"source":31,"target":2},{"source":32,"target":4},{"source":32,"target":42},{"source":32,"target":2},{"source":42,"target":4},{"source":33,"target":5},{"source":33,"target":43},{"source":33,"target":2},{"source":33,"target":44},{"source":43,"target":5},{"source":34,"target":5},{"source":34,"target":45},{"source":34,"target":2},{"source":34,"target":46},{"source":45,"target":5},{"source":35,"target":47},{"source":35,"target":2},{"source":36,"target":48},{"source":36,"target":2},{"source":37,"target":10},{"source":37,"target":49},{"source":37,"target":2},{"source":49,"target":10},{"source":3,"target":0},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":39},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":50,"target":58},{"source":50,"target":3},{"source":51,"target":59},{"source":51,"target":3},{"source":52,"target":60},{"source":52,"target":3},{"source":53,"target":61},{"source":53,"target":3},{"source":54,"target":62},{"source":54,"target":3},{"source":39,"target":2},{"source":39,"target":63},{"source":39,"target":3},{"source":39,"target":30},{"source":63,"target":2},{"source":55,"target":64},{"source":55,"target":3},{"source":56,"target":65},{"source":56,"target":3},{"source":57,"target":66},{"source":57,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":44},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":28},{"source":5,"target":72},{"source":5,"target":73},{"source":46,"target":2},{"source":46,"target":74},{"source":46,"target":5},{"source":46,"target":34},{"source":74,"target":2},{"source":44,"target":2},{"source":44,"target":75},{"source":44,"target":5},{"source":44,"target":33},{"source":75,"target":2},{"source":67,"target":7},{"source":67,"target":76},{"source":67,"target":5},{"source":76,"target":7},{"source":68,"target":7},{"source":68,"target":77},{"source":68,"target":5},{"source":77,"target":7},{"source":69,"target":78},{"source":69,"target":5},{"source":70,"target":79},{"source":70,"target":5},{"source":71,"target":6},{"source":71,"target":80},{"source":71,"target":5},{"source":80,"target":6},{"source":28,"target":1},{"source":28,"target":81},{"source":28,"target":5},{"source":28,"target":17},{"source":81,"target":1},{"source":72,"target":82},{"source":72,"target":5},{"source":73,"target":83},{"source":73,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":84,"target":7},{"source":85,"target":7},{"source":86,"target":7},{"source":87,"target":7},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":88},{"source":8,"target":89},{"source":88,"target":2},{"source":88,"target":90},{"source":88,"target":8},{"source":90,"target":2},{"source":89,"target":2},{"source":9,"target":0},{"source":9,"target":91},{"source":9,"target":92},{"source":91,"target":93},{"source":91,"target":9},{"source":92,"target":94},{"source":92,"target":9},{"source":10,"target":0},{"source":10,"target":95},{"source":95,"target":96},{"source":95,"target":10}],"multigraph":true}
ecore
trace
repo-ecore-all/data/dice-project/DICE-Tulsa/Tulsa/Source/AntBuildfile/MetaModels/Lqn2umlTrace.ecore
Lqn2umlTrace Trace links TraceLink sources targets description
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Lqn2umlTrace" nsURI="Lqn2umlTrace" nsPrefix="Lqn2umlTrace"> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//TraceLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targets" 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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Lqn2umlTrace","nsURI":"Lqn2umlTrace","name":"Lqn2umlTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sources","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":"targets","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":5,"target":8},{"source":5,"target":2},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":10},{"source":7,"target":2}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/Axellience/emfgwt/emf-ecore/model/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException org.eclipse.emf.common.util.InvocationTargetException org.eclipse.emf.common.util.InvocationTargetException
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="org.eclipse.emf.common.util.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":26,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":29,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":30,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":41,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":42,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":48,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.InvocationTargetException","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.InvocationTargetException","name":"EInvocationTargetException","instanceClass":null,"id":51,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":53,"derived":true},{"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":93,"derived":true},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","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":"feature","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":"featureName","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":139,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":140,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EParameter"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":203,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EParameter"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":248,"many":false,"required":false,"eClass":"EParameter"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EParameter"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":298,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":301,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":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":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":316,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":335,"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":336,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"name":"E","id":348,"eClass":"ETypeParameter"},{"name":"T","id":349,"eClass":"ETypeParameter"},{"name":"K","id":350,"eClass":"ETypeParameter"},{"name":"V","id":351,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"name":"E","id":356,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":359,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":16},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":52,"target":18},{"source":52,"target":55},{"source":52,"target":1},{"source":55,"target":18},{"source":53,"target":5},{"source":53,"target":56},{"source":53,"target":1},{"source":56,"target":5},{"source":54,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":57,"target":46},{"source":57,"target":63},{"source":57,"target":2},{"source":63,"target":46},{"source":58,"target":47},{"source":58,"target":64},{"source":58,"target":2},{"source":64,"target":47},{"source":59,"target":9},{"source":59,"target":65},{"source":59,"target":2},{"source":59,"target":66},{"source":65,"target":9},{"source":60,"target":11},{"source":60,"target":67},{"source":60,"target":2},{"source":67,"target":11},{"source":61,"target":11},{"source":61,"target":68},{"source":61,"target":2},{"source":68,"target":11},{"source":62,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"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":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":69,"target":18},{"source":69,"target":95},{"source":69,"target":3},{"source":69,"target":96},{"source":95,"target":18},{"source":96,"target":3},{"source":96,"target":97},{"source":96,"target":69},{"source":97,"target":3},{"source":70,"target":35},{"source":70,"target":98},{"source":70,"target":3},{"source":98,"target":35},{"source":71,"target":16},{"source":71,"target":99},{"source":71,"target":3},{"source":71,"target":100},{"source":99,"target":16},{"source":100,"target":35},{"source":100,"target":101},{"source":100,"target":71},{"source":101,"target":35},{"source":72,"target":35},{"source":72,"target":102},{"source":72,"target":3},{"source":72,"target":103},{"source":102,"target":35},{"source":103,"target":16},{"source":103,"target":104},{"source":103,"target":72},{"source":104,"target":16},{"source":73,"target":16},{"source":73,"target":105},{"source":73,"target":3},{"source":73,"target":106},{"source":105,"target":16},{"source":106,"target":46},{"source":106,"target":107},{"source":106,"target":73},{"source":107,"target":46},{"source":74,"target":35},{"source":74,"target":108},{"source":74,"target":3},{"source":108,"target":35},{"source":75,"target":12},{"source":75,"target":109},{"source":75,"target":3},{"source":75,"target":110},{"source":109,"target":12},{"source":110,"target":35},{"source":110,"target":111},{"source":110,"target":75},{"source":111,"target":35},{"source":76,"target":35},{"source":76,"target":112},{"source":76,"target":3},{"source":76,"target":113},{"source":112,"target":35},{"source":113,"target":12},{"source":113,"target":114},{"source":113,"target":76},{"source":114,"target":12},{"source":77,"target":12},{"source":77,"target":115},{"source":77,"target":3},{"source":77,"target":116},{"source":115,"target":12},{"source":116,"target":12},{"source":116,"target":117},{"source":116,"target":77},{"source":117,"target":12},{"source":78,"target":18},{"source":78,"target":118},{"source":78,"target":3},{"source":118,"target":18},{"source":79,"target":18},{"source":79,"target":119},{"source":79,"target":3},{"source":119,"target":18},{"source":80,"target":3},{"source":80,"target":120},{"source":80,"target":3},{"source":120,"target":3},{"source":81,"target":12},{"source":81,"target":121},{"source":81,"target":3},{"source":81,"target":122},{"source":121,"target":12},{"source":82,"target":1},{"source":82,"target":123},{"source":82,"target":3},{"source":123,"target":1},{"source":83,"target":15},{"source":83,"target":124},{"source":83,"target":3},{"source":124,"target":15},{"source":84,"target":15},{"source":84,"target":125},{"source":84,"target":3},{"source":125,"target":15},{"source":85,"target":1},{"source":85,"target":126},{"source":85,"target":3},{"source":126,"target":1},{"source":86,"target":15},{"source":86,"target":127},{"source":86,"target":3},{"source":127,"target":15},{"source":87,"target":12},{"source":87,"target":128},{"source":87,"target":3},{"source":128,"target":12},{"source":88,"target":16},{"source":88,"target":129},{"source":88,"target":3},{"source":129,"target":16},{"source":89,"target":3},{"source":89,"target":130},{"source":89,"target":3},{"source":130,"target":3},{"source":90,"target":1},{"source":90,"target":131},{"source":90,"target":3},{"source":131,"target":1},{"source":91,"target":16},{"source":91,"target":132},{"source":91,"target":3},{"source":91,"target":133},{"source":132,"target":16},{"source":92,"target":49},{"source":92,"target":134},{"source":92,"target":3},{"source":134,"target":49},{"source":93,"target":49},{"source":93,"target":135},{"source":93,"target":3},{"source":135,"target":49},{"source":94,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":136,"target":18},{"source":136,"target":145},{"source":136,"target":4},{"source":136,"target":146},{"source":145,"target":18},{"source":146,"target":38},{"source":146,"target":147},{"source":146,"target":136},{"source":147,"target":38},{"source":137,"target":35},{"source":137,"target":148},{"source":137,"target":4},{"source":148,"target":35},{"source":138,"target":46},{"source":138,"target":149},{"source":138,"target":4},{"source":149,"target":46},{"source":139,"target":37},{"source":139,"target":150},{"source":139,"target":4},{"source":150,"target":151},{"source":150,"target":37},{"source":140,"target":38},{"source":140,"target":152},{"source":140,"target":4},{"source":152,"target":38},{"source":141,"target":46},{"source":141,"target":153},{"source":141,"target":4},{"source":153,"target":46},{"source":142,"target":13},{"source":142,"target":154},{"source":142,"target":4},{"source":142,"target":155},{"source":154,"target":13},{"source":143,"target":50},{"source":143,"target":156},{"source":143,"target":4},{"source":156,"target":50},{"source":144,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":157},{"source":5,"target":158},{"source":157,"target":18},{"source":157,"target":159},{"source":157,"target":5},{"source":159,"target":18},{"source":158,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":160},{"source":6,"target":161},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":160,"target":7},{"source":160,"target":165},{"source":160,"target":6},{"source":160,"target":166},{"source":165,"target":7},{"source":166,"target":46},{"source":166,"target":167},{"source":166,"target":160},{"source":167,"target":46},{"source":161,"target":7},{"source":161,"target":168},{"source":161,"target":6},{"source":161,"target":169},{"source":168,"target":7},{"source":169,"target":35},{"source":169,"target":170},{"source":169,"target":161},{"source":170,"target":35},{"source":162,"target":7},{"source":162,"target":171},{"source":162,"target":6},{"source":162,"target":172},{"source":171,"target":7},{"source":172,"target":46},{"source":172,"target":173},{"source":172,"target":162},{"source":173,"target":46},{"source":163,"target":7},{"source":163,"target":174},{"source":163,"target":6},{"source":163,"target":175},{"source":174,"target":7},{"source":164,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":176},{"source":7,"target":177},{"source":7,"target":178},{"source":7,"target":175},{"source":7,"target":179},{"source":176,"target":35},{"source":176,"target":180},{"source":176,"target":7},{"source":180,"target":35},{"source":177,"target":30},{"source":177,"target":181},{"source":177,"target":7},{"source":181,"target":30},{"source":178,"target":46},{"source":178,"target":182},{"source":178,"target":7},{"source":182,"target":46},{"source":175,"target":6},{"source":175,"target":183},{"source":175,"target":7},{"source":175,"target":163},{"source":183,"target":6},{"source":179,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":184},{"source":8,"target":185},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":184,"target":11},{"source":184,"target":189},{"source":184,"target":8},{"source":184,"target":190},{"source":189,"target":11},{"source":190,"target":3},{"source":190,"target":191},{"source":190,"target":184},{"source":191,"target":3},{"source":185,"target":38},{"source":185,"target":192},{"source":185,"target":8},{"source":185,"target":193},{"source":185,"target":194},{"source":192,"target":38},{"source":193,"target":5},{"source":193,"target":195},{"source":193,"target":185},{"source":195,"target":5},{"source":194,"target":46},{"source":194,"target":196},{"source":194,"target":185},{"source":196,"target":46},{"source":186,"target":46},{"source":186,"target":197},{"source":186,"target":8},{"source":186,"target":198},{"source":186,"target":199},{"source":197,"target":46},{"source":198,"target":5},{"source":198,"target":200},{"source":198,"target":186},{"source":200,"target":5},{"source":199,"target":38},{"source":199,"target":201},{"source":199,"target":186},{"source":201,"target":38},{"source":187,"target":13},{"source":187,"target":202},{"source":187,"target":8},{"source":187,"target":203},{"source":202,"target":13},{"source":188,"target":9},{"source":9,"target":0},{"source":9,"target":204},{"source":9,"target":66},{"source":204,"target":2},{"source":204,"target":205},{"source":204,"target":9},{"source":204,"target":206},{"source":205,"target":2},{"source":206,"target":46},{"source":206,"target":207},{"source":206,"target":204},{"source":207,"target":46},{"source":66,"target":2},{"source":66,"target":208},{"source":66,"target":9},{"source":66,"target":59},{"source":208,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":209},{"source":10,"target":210},{"source":209,"target":46},{"source":209,"target":211},{"source":209,"target":10},{"source":211,"target":46},{"source":210,"target":9},{"source":11,"target":0},{"source":11,"target":212},{"source":11,"target":213},{"source":11,"target":214},{"source":11,"target":215},{"source":11,"target":216},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":212,"target":3},{"source":212,"target":227},{"source":212,"target":11},{"source":227,"target":3},{"source":213,"target":18},{"source":213,"target":228},{"source":213,"target":11},{"source":228,"target":18},{"source":214,"target":42},{"source":214,"target":229},{"source":214,"target":11},{"source":229,"target":42},{"source":215,"target":11},{"source":215,"target":230},{"source":215,"target":11},{"source":230,"target":11},{"source":216,"target":16},{"source":216,"target":231},{"source":216,"target":11},{"source":231,"target":16},{"source":217,"target":15},{"source":217,"target":232},{"source":217,"target":11},{"source":232,"target":15},{"source":218,"target":29},{"source":218,"target":233},{"source":218,"target":11},{"source":233,"target":234},{"source":233,"target":29},{"source":234,"target":11},{"source":219,"target":48},{"source":219,"target":235},{"source":219,"target":11},{"source":235,"target":236},{"source":235,"target":48},{"source":236,"target":11},{"source":220,"target":29},{"source":220,"target":237},{"source":220,"target":11},{"source":237,"target":238},{"source":237,"target":29},{"source":238,"target":11},{"source":221,"target":38},{"source":221,"target":239},{"source":221,"target":11},{"source":221,"target":240},{"source":239,"target":38},{"source":240,"target":16},{"source":240,"target":241},{"source":240,"target":221},{"source":241,"target":16},{"source":222,"target":38},{"source":222,"target":242},{"source":222,"target":11},{"source":222,"target":243},{"source":222,"target":244},{"source":242,"target":38},{"source":243,"target":16},{"source":243,"target":245},{"source":243,"target":222},{"source":245,"target":16},{"source":244,"target":18},{"source":244,"target":246},{"source":244,"target":222},{"source":246,"target":18},{"source":223,"target":11},{"source":223,"target":247},{"source":223,"target":248},{"source":247,"target":16},{"source":247,"target":249},{"source":247,"target":223},{"source":249,"target":16},{"source":248,"target":38},{"source":248,"target":250},{"source":248,"target":223},{"source":250,"target":38},{"source":224,"target":18},{"source":224,"target":251},{"source":224,"target":11},{"source":224,"target":252},{"source":251,"target":18},{"source":252,"target":16},{"source":252,"target":253},{"source":252,"target":224},{"source":253,"target":16},{"source":225,"target":11},{"source":225,"target":254},{"source":254,"target":16},{"source":254,"target":255},{"source":254,"target":225},{"source":255,"target":16},{"source":226,"target":38},{"source":226,"target":256},{"source":226,"target":11},{"source":226,"target":257},{"source":226,"target":258},{"source":226,"target":51},{"source":226,"target":259},{"source":256,"target":38},{"source":257,"target":12},{"source":257,"target":260},{"source":257,"target":226},{"source":260,"target":12},{"source":258,"target":29},{"source":258,"target":261},{"source":258,"target":226},{"source":261,"target":262},{"source":261,"target":29},{"source":259,"target":51},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":263},{"source":12,"target":264},{"source":12,"target":122},{"source":12,"target":265},{"source":12,"target":266},{"source":12,"target":267},{"source":12,"target":268},{"source":12,"target":269},{"source":263,"target":35},{"source":263,"target":270},{"source":263,"target":12},{"source":270,"target":35},{"source":264,"target":18},{"source":264,"target":271},{"source":264,"target":12},{"source":264,"target":272},{"source":271,"target":18},{"source":272,"target":12},{"source":272,"target":273},{"source":272,"target":264},{"source":273,"target":12},{"source":122,"target":3},{"source":122,"target":274},{"source":122,"target":12},{"source":122,"target":81},{"source":274,"target":3},{"source":265,"target":50},{"source":265,"target":275},{"source":265,"target":12},{"source":275,"target":50},{"source":266,"target":14},{"source":266,"target":276},{"source":266,"target":12},{"source":266,"target":277},{"source":276,"target":14},{"source":267,"target":4},{"source":267,"target":278},{"source":267,"target":12},{"source":278,"target":4},{"source":268,"target":49},{"source":268,"target":279},{"source":268,"target":12},{"source":279,"target":49},{"source":269,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":280},{"source":13,"target":281},{"source":13,"target":282},{"source":13,"target":203},{"source":13,"target":155},{"source":13,"target":283},{"source":13,"target":284},{"source":13,"target":285},{"source":280,"target":4},{"source":280,"target":286},{"source":280,"target":13},{"source":280,"target":287},{"source":286,"target":4},{"source":287,"target":46},{"source":287,"target":288},{"source":287,"target":280},{"source":288,"target":46},{"source":281,"target":46},{"source":281,"target":289},{"source":281,"target":13},{"source":289,"target":46},{"source":282,"target":46},{"source":282,"target":290},{"source":282,"target":13},{"source":290,"target":46},{"source":203,"target":8},{"source":203,"target":291},{"source":203,"target":13},{"source":203,"target":187},{"source":291,"target":8},{"source":155,"target":4},{"source":155,"target":292},{"source":155,"target":13},{"source":155,"target":142},{"source":292,"target":4},{"source":283,"target":13},{"source":283,"target":293},{"source":283,"target":13},{"source":283,"target":284},{"source":293,"target":13},{"source":284,"target":13},{"source":284,"target":294},{"source":284,"target":13},{"source":284,"target":283},{"source":294,"target":13},{"source":285,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":277},{"source":14,"target":295},{"source":277,"target":12},{"source":277,"target":296},{"source":277,"target":14},{"source":277,"target":266},{"source":296,"target":12},{"source":295,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":297},{"source":15,"target":298},{"source":15,"target":299},{"source":15,"target":300},{"source":15,"target":301},{"source":15,"target":302},{"source":15,"target":303},{"source":297,"target":18},{"source":297,"target":304},{"source":297,"target":15},{"source":304,"target":18},{"source":298,"target":18},{"source":298,"target":305},{"source":298,"target":15},{"source":305,"target":18},{"source":299,"target":18},{"source":299,"target":306},{"source":299,"target":15},{"source":306,"target":18},{"source":300,"target":15},{"source":300,"target":307},{"source":300,"target":15},{"source":307,"target":15},{"source":301,"target":3},{"source":301,"target":308},{"source":301,"target":15},{"source":308,"target":3},{"source":302,"target":1},{"source":302,"target":309},{"source":302,"target":15},{"source":309,"target":1},{"source":303,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":310},{"source":16,"target":311},{"source":16,"target":312},{"source":16,"target":313},{"source":16,"target":314},{"source":16,"target":315},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":133},{"source":16,"target":319},{"source":310,"target":35},{"source":310,"target":320},{"source":310,"target":16},{"source":320,"target":35},{"source":311,"target":37},{"source":311,"target":321},{"source":311,"target":16},{"source":321,"target":322},{"source":321,"target":37},{"source":312,"target":18},{"source":312,"target":323},{"source":312,"target":16},{"source":323,"target":18},{"source":313,"target":18},{"source":313,"target":324},{"source":313,"target":16},{"source":324,"target":18},{"source":314,"target":18},{"source":314,"target":325},{"source":314,"target":16},{"source":325,"target":18},{"source":315,"target":46},{"source":315,"target":326},{"source":315,"target":16},{"source":326,"target":46},{"source":316,"target":38},{"source":316,"target":327},{"source":316,"target":16},{"source":327,"target":38},{"source":317,"target":18},{"source":317,"target":328},{"source":317,"target":16},{"source":328,"target":18},{"source":318,"target":18},{"source":318,"target":329},{"source":318,"target":16},{"source":329,"target":18},{"source":133,"target":3},{"source":133,"target":330},{"source":133,"target":16},{"source":133,"target":91},{"source":330,"target":3},{"source":319,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":331},{"source":17,"target":332},{"source":17,"target":333},{"source":17,"target":334},{"source":17,"target":335},{"source":17,"target":336},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":331,"target":18},{"source":331,"target":340},{"source":331,"target":17},{"source":340,"target":18},{"source":332,"target":18},{"source":332,"target":341},{"source":332,"target":17},{"source":341,"target":18},{"source":333,"target":35},{"source":333,"target":342},{"source":333,"target":17},{"source":342,"target":35},{"source":334,"target":35},{"source":334,"target":343},{"source":334,"target":17},{"source":343,"target":35},{"source":335,"target":18},{"source":335,"target":344},{"source":335,"target":17},{"source":344,"target":18},{"source":336,"target":18},{"source":336,"target":345},{"source":336,"target":17},{"source":345,"target":18},{"source":337,"target":4},{"source":337,"target":346},{"source":337,"target":17},{"source":346,"target":4},{"source":338,"target":49},{"source":338,"target":347},{"source":338,"target":17},{"source":347,"target":49},{"source":339,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":348},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":349},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":350},{"source":41,"target":351},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":352},{"source":47,"target":353},{"source":352,"target":46},{"source":352,"target":354},{"source":352,"target":47},{"source":354,"target":46},{"source":353,"target":46},{"source":353,"target":355},{"source":353,"target":47},{"source":355,"target":46},{"source":48,"target":0},{"source":48,"target":356},{"source":49,"target":0},{"source":49,"target":357},{"source":49,"target":358},{"source":49,"target":359},{"source":49,"target":360},{"source":49,"target":361},{"source":49,"target":362},{"source":357,"target":49},{"source":357,"target":363},{"source":357,"target":49},{"source":363,"target":49},{"source":358,"target":49},{"source":358,"target":364},{"source":358,"target":49},{"source":364,"target":49},{"source":359,"target":4},{"source":359,"target":365},{"source":359,"target":49},{"source":365,"target":4},{"source":360,"target":49},{"source":360,"target":366},{"source":360,"target":49},{"source":366,"target":49},{"source":361,"target":50},{"source":361,"target":367},{"source":361,"target":49},{"source":367,"target":50},{"source":362,"target":4},{"source":362,"target":368},{"source":362,"target":49},{"source":368,"target":4},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":369},{"source":50,"target":370},{"source":369,"target":49},{"source":369,"target":371},{"source":369,"target":50},{"source":371,"target":49},{"source":370,"target":10},{"source":51,"target":0}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/di.ecore
di ContainerShape shapes Shape x y width height sourceLinks targetLinks Link source target Diagram links DiNode modelElement properties
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.soyatec.com/Runtime/DI/1.0" nsPrefix="di"> <eClassifiers xsi:type="ecore:EClass" name="ContainerShape" abstract="true" eSuperTypes="#//DiNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="shapes" upperBound="-1" eType="#//Shape" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shape" eSuperTypes="#//ContainerShape"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceLinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetLinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//DiNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Shape" eOpposite="#//Shape/targetLinks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Shape" eOpposite="#//Shape/sourceLinks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//ContainerShape"> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"di","nsURI":"http://www.soyatec.com/Runtime/DI/1.0","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerShape","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shapes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"modelElement","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":2},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":2},{"source":7,"target":5},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":9,"target":16},{"source":9,"target":2},{"source":10,"target":17},{"source":10,"target":2},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":20},{"source":13,"target":2},{"source":13,"target":21},{"source":20,"target":3},{"source":14,"target":3},{"source":14,"target":22},{"source":14,"target":2},{"source":14,"target":23},{"source":22,"target":3},{"source":15,"target":1},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":23},{"source":3,"target":21},{"source":3,"target":24},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":3},{"source":23,"target":14},{"source":25,"target":2},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":3},{"source":21,"target":13},{"source":26,"target":2},{"source":24,"target":5},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":3},{"source":27,"target":29},{"source":27,"target":4},{"source":29,"target":3},{"source":28,"target":1},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":32},{"source":30,"target":5},{"source":31,"target":33},{"source":31,"target":5}],"multigraph":true}
ecore
projectplanning
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/unicase-ls1/unicase/core/org.unicase.model.migrator/migrator/release1/release0.ecore
metamodel Project modelElements cutElements UniqueIdentifier id Default Value Literal IdentifiableElement identifier ModelElement creator creationDate ModelElementId ModelVersion releaseNumber NonDomainElement AssociationClassElement model UnicaseModelElement name description state annotations attachments leafSection incomingDocumentReferences comments appliedStereotypeInstances Annotation annotatedModelElements Attachment referringModelElements NonDomainElement Project organization OrgUnit acOrgId groupMemberships participations assignments User email firstName lastName workItemsToReview Group orgUnits task WorkItem containingWorkpackage successors predecessors assignee reviewer participants dueDate estimate effort priority resolved associatedChangePackages WorkPackage startDate endDate containedWorkItems Milestone containedModelElements ActivityType NONE <please select> ANALYSIS Analysis SYSTEM_DESIGN System Design OBJECT_DESIGN Object Design IMPLEMENTATION Implementation TESTING Testing MANAGEMENT Management Checkable checked ActionItem done activity diagram MEDiagram elements gmfdiagram newElements diagramLayout type DiagramType CLASS_DIAGRAM CLASS_DIAGRAM USECASE_DIAGRAM USECASE_DIAGRAM COMPONENT_DIAGRAM COMPONENT_DIAGRAM STATE_DIAGRAM STATE_DIAGRAM ACTIVITY_DIAGRAM ACTIVITY_DIAGRAM WORKITEM_DIAGRAM WORKITEM_DIAGRAM classes PackageElement parentPackage outgoingDependencies incomingDependencies Class subClasses superClasses outgoingAssociations incomingAssociations attributes methods participatedUseCases demoParticipations Package facadeClass containedPackageElements Association source target sourceMultiplicity 1 targetMultiplicity 1 sourceRole 1 targetRole 1 type AssociationType UNDIRECTED_ASSOCIATION Undirected Association DIRECTED_ASSOCIATION Directed Association AGGREGATION Aggregation COMPOSITION Composition Attribute definingClass signature type defaultValue properties label visibility scope VisibilityType UNDEFINED Undefined PACKAGE # PRIVATE - GLOBAL + PROTECTED ~ ScopeType INSTANCE Instance CLASS Class Method visibility scope definingClass returnType signature properties label stubbed calledMethods callingMethods arguments demoParticipations MethodArgument type defaultValue signature label direction ArgumentDirectionType UNDEFINED Undefined IN in OUT out INOUT inout Dependency source target document Section parent LeafSection modelElements referencedModelElements CompositeSection subsections requirement FunctionalRequirement storyPoints priority refiningRequirements refinedRequirement reviewed stakeholder cost useCases scenarios UseCase precondition postcondition rules exception functionalRequirements identifiedClasses includedUseCases extendedUseCases scenarios initiatingActor participatingActors useCaseSteps realizedUserTask nonFunctionalRequirements Scenario instantiatedUseCases functionalRequirements participatingMethods participatingClasses initiatingActorInstance participatingActorInstances steps nonFunctionalRequirements Actor initiatedUseCases participatedUseCases instances participatedUserTasks initiatedUserTask ActorInstance initiatedScenarios participatedScenarios instantiatedActor Step userStep includedUseCase useCase includedSystemFunction SystemFunction input output exception UserTask initiatingActor participatingActor realizingUseCases NonFunctionalRequirement restrictedUseCases restrictedScenarios rationale Issue activity proposals solution criteria Proposal issue assessments Solution underlyingProposals issue Criterion assessments Assessment proposal criterion value Comment sender recipients commentedElement change ModelChangePackage sourceVersion targetVersion MergingIssue resolvingRevision MergingProposal conflictingProposals pendingChanges MergingSolution appliedChanges bug BugReport resolution Status severity resolutionType BugStatus NEW NEW CONFIRMED CONFIRMED ASSIGNED ASSIGNED RESOLVED RESOLVED CLOSED CLOSED Severity FEATURE FEATURE TRIVIAL TRIVIAL MINOR MINOR MAJOR MAJOR BLOCKER BLOCKER ResolutionType FIXED FIXED CANNOT_REPRODUCE CANNOT_REPRODUCE WONT_FIX WONT_FIX component Component packages subsystems offeredServices consumedServices ComponentService offeringComponent consumingComponents DeploymentNode components meeting Meeting location starttime endtime facilitator minutetaker timekeeper participants sections identifiedIssuesSection identifiedWorkItemsSection MeetingSection allocatedTime 0 CompositeMeetingSection subsections IssueMeetingSection includedIssues WorkItemMeetingSection includedWorkItems state Transition condition source target StateNode outgoingTransitions incomingTransitions State exitConditions activities entryConditions StateInitial StateEnd attachment UrlAttachment url FileAttachment fileName fileHash fileID fileSize profile Profile affectedContainers stereotypes Stereotype required profile stereotypeInstances stereotypeAttributes StereotypeInstance stereotype modelElement stereotypeAttributeInstances StereotypeAttribute stereotype stereotypeAttributeInstances StereotypeAttributeSimple type StereotypeAttributeInstance stereotypeInstance stereotypeAttribute StereotypeAttributeInstanceString value util ModelElementPath source target path activity ActivityObject outgoingTransitions incomingTransitions Transition source target condition Activity Fork Branch ActivityInitial ActivityEnd esmodel ProjectHistory projectId versions projectName projectDescription ProjectInfo name description projectId version SessionId ServerSpace groups projects openSessions users ProjectId VersionInfo emfStoreVersionString ClientVersionInfo version name FileIdentifier versioning TagVersionSpec name DateVersionSpec date PrimaryVersionSpec identifier VersionSpec LogMessage author message date clientDate ChangePackage operations events logMessage notifications versionProperties HistoryInfo primerySpec logMessage tagSpecs versionProperties changePackage HistoryQuery source target modelElements includeChangePackage Version projectState primarySpec tagSpecs nextVersion previousVersion changes logMessage HeadVersionSpec VersionProperty name value operations AbstractOperation name description modelElementId accepted clientDate CompositeOperation subOperations mainOperation compositeName compositeDescription reversed FeatureOperation featureName CreateDeleteOperation delete modelElement subOperations eObjectToIdMap AttributeOperation oldValue newValue MultiAttributeOperation add indexes referencedValues MultiAttributeSetOperation index oldValue newValue MultiAttributeMoveOperation oldIndex newIndex referencedValue SingleReferenceOperation oldValue newValue MultiReferenceSetOperation index oldValue newValue MultiReferenceOperation add index referencedModelElements MultiReferenceMoveOperation oldIndex newIndex referencedModelElementId ReferenceOperation bidirectional oppositeFeatureName containmentType DiagramLayoutOperation OperationId OperationGroup name operations ModelElementGroup name modelElements ContainmentType NONE NONE CONTAINER CONTAINER CONTAINMENT CONTAINMENT EObjectToModelElementIdMap java.util.Map$Entry java.util.Map$Entry key value semantic SemanticCompositeOperation events Event timestamp ReadEvent modelElement sourceView readView MergeEvent numberOfConflicts totalTime baseVersion targetVersion localChanges CheckoutEvent baseVersion ExceptionEvent ExceptionTitle ExceptionStackTrace ExceptionCauseTitle ExceptionCauseStackTrace PluginStartEvent pluginId UpdateEvent baseVersion targetVersion AnnotationEvent annotatedElement annotation RevertEvent revertedChangesCount ShowHistoryEvent sourceVersion targetVersion modelElement PerspectiveEvent DNDEvent sourceView targetView dragSourceElement dropTargetElement LinkEvent sourceView sourceElement targetElement createdNew TraceEvent sourceElement targetElement featureName NavigatorCreateEvent createdElement sourceSection dynamic PluginFocusEvent pluginId startDate PresentationSwitchEvent readView newPresentation UndoEvent operation Validate ShowChangesEvent sourceVersion targetVersion NotificationReadEvent notificationId NotificationGenerationEvent notifications NotificationIgnoreEvent notificationId URLEvent sourceModelElement sourceView sourceURL MergeChoiceEvent myAcceptedChanges theirRejectedChanges contextModelElement selection contextFeature createdIssueName MergeChoiceSelection Mine Mine Their Their Issue Issue MergedText MergedText MergeGlobalChoiceEvent selection MergeGlobalChoiceSelection AllMine AllMine AllTheir AllTheir Cancel Cancel OKNotFinished OKNotFinished OKFinished OKFinished server ServerEvent ServerProjectEvent projectId ProjectUpdatedEvent newVersion accesscontrol ACUser firstName lastName ACOrgUnit getId name roles description properties ACGroup members ACOrgUnitId OrgUnitProperty name value project roles Role canAdministrate projectId canCreate projectId modelElement canDelete projectId modelElement canModify projectId modelElement canRead projectId modelElement projects ReaderRole WriterRole ProjectAdminRole ServerAdmin notification ESNotification name message details seen creationDate provider sender recipient project relatedModelElements relatedOperations url ServerUrl hostName port ProjectUrlFragment name projectId ModelElementUrlFragment name modelElementId ModelElementUrl serverUrl projectUrlFragment modelElementUrlFragment
<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="metamodel" nsURI="http://unicase.org/metamodel" nsPrefix="org.unicase.metamodel"> <eAnnotations source="http://www.cs.tum.edu/cope"> <details key="historyURI" value="../../../resource/org.unicase.model/model/model.history"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" ordered="false" upperBound="-1" eType="#/0/ModelElement" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cutElements" upperBound="-1" eType="#/0/ModelElement" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueIdentifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Default Value Literal&#x9;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ModelVersion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="releaseNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonDomainElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassElement" abstract="true" interface="true"/> </ecore:EPackage> <ecore:EPackage name="model" nsURI="http://unicase.org/model" nsPrefix="org.unicase.model"> <eClassifiers xsi:type="ecore:EClass" name="UnicaseModelElement" abstract="true" eSuperTypes="#/0/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#/1/Annotation" eOpposite="#/1/Annotation/annotatedModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="100.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1" eType="#/1/Attachment" eOpposite="#/1/Attachment/referringModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="101.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="leafSection" eType="#/1/document/LeafSection" eOpposite="#/1/document/LeafSection/modelElements" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingDocumentReferences" upperBound="-1" eType="#/1/document/LeafSection" eOpposite="#/1/document/LeafSection/referencedModelElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="102.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#/1/rationale/Comment" containment="true" eOpposite="#/1/rationale/Comment/commentedElement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedStereotypeInstances" upperBound="-1" eType="#/1/profile/StereotypeInstance" containment="true" eOpposite="#/1/profile/StereotypeInstance/modelElement" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/annotations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="90.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attachment" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referringModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/attachments" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonDomainElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#/0/Project"/> <eSubpackages name="organization" nsURI="http://unicase.org/model/organization" nsPrefix="org.unicase.model.organization"> <eClassifiers xsi:type="ecore:EClass" name="OrgUnit" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acOrgId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupMemberships" upperBound="-1" eType="#/1/organization/Group" eOpposite="#/1/organization/Group/orgUnits" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participations" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/participants" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignments" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/assignee" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#/1/organization/OrgUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="workItemsToReview" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/reviewer" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#/1/organization/OrgUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="orgUnits" upperBound="-1" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/groupMemberships" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.5"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="task" nsURI="http://unicase.org/model/task" nsPrefix="org.unicase.model.task"> <eClassifiers xsi:type="ecore:EClass" name="WorkItem" abstract="true" interface="true" eSuperTypes="#/1/Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="containingWorkpackage" eType="#/1/task/WorkPackage" eOpposite="#/1/task/WorkPackage/containedWorkItems" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="successors" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/predecessors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessors" upperBound="-1" eType="#/1/task/WorkItem" eOpposite="#/1/task/WorkItem/successors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/assignments" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewer" eType="#/1/organization/User" eOpposite="#/1/organization/User/workItemsToReview" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#/1/organization/OrgUnit" eOpposite="#/1/organization/OrgUnit/participations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dueDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="18.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="19.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedChangePackages" upperBound="-1" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkPackage" eSuperTypes="#/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedWorkItems" upperBound="-1" eType="#/1/task/WorkItem" containment="true" eOpposite="#/1/task/WorkItem/containingWorkpackage" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivityType"> <eLiterals name="NONE" literal="&lt;please select>"/> <eLiterals name="ANALYSIS" value="1" literal="Analysis"/> <eLiterals name="SYSTEM_DESIGN" value="2" literal="System Design"/> <eLiterals name="OBJECT_DESIGN" value="3" literal="Object Design"/> <eLiterals name="IMPLEMENTATION" value="4" literal="Implementation"/> <eLiterals name="TESTING" value="5" literal="Testing"/> <eLiterals name="MANAGEMENT" value="6" literal="Management"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Checkable" abstract="true" interface="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionItem" eSuperTypes="#/1/task/WorkItem #/1/task/Checkable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="done" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="17.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activity" eType="#/1/task/ActivityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="diagram" nsURI="http://unicase.org/model/diagram" nsPrefix="org.unicase.model.diagram"> <eClassifiers xsi:type="ecore:EClass" name="MEDiagram" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gmfdiagram" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newElements" upperBound="-1" eType="#/1/UnicaseModelElement" transient="true" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diagramLayout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#/1/diagram/DiagramType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DiagramType"> <eLiterals name="CLASS_DIAGRAM" literal="CLASS_DIAGRAM"/> <eLiterals name="USECASE_DIAGRAM" value="1" literal="USECASE_DIAGRAM"/> <eLiterals name="COMPONENT_DIAGRAM" value="2" literal="COMPONENT_DIAGRAM"/> <eLiterals name="STATE_DIAGRAM" value="3" literal="STATE_DIAGRAM"/> <eLiterals name="ACTIVITY_DIAGRAM" value="4" literal="ACTIVITY_DIAGRAM"/> <eLiterals name="WORKITEM_DIAGRAM" value="5" literal="WORKITEM_DIAGRAM"/> </eClassifiers> </eSubpackages> <eSubpackages name="classes" nsURI="http://unicase.org/model/classes" nsPrefix="org.unicase.model.classes"> <eClassifiers xsi:type="ecore:EClass" name="PackageElement" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentPackage" eType="#/1/classes/Package" eOpposite="#/1/classes/Package/containedPackageElements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingDependencies" upperBound="-1" eType="#/1/classes/Dependency" eOpposite="#/1/classes/Dependency/source" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingDependencies" upperBound="-1" eType="#/1/classes/Dependency" eOpposite="#/1/classes/Dependency/target" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#/1/classes/PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/superClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="22.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/subClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingAssociations" upperBound="-1" eType="#/1/classes/Association" eOpposite="#/1/classes/Association/source" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingAssociations" upperBound="-1" eType="#/1/classes/Association" eOpposite="#/1/classes/Association/target" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#/1/classes/Attribute" containment="true" eOpposite="#/1/classes/Attribute/definingClass" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="23.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#/1/classes/Method" containment="true" eOpposite="#/1/classes/Method/definingClass" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="24.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/identifiedClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="demoParticipations" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingClasses" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#/1/classes/PackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="facadeClass" eType="#/1/classes/Class" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedPackageElements" upperBound="-1" eType="#/1/classes/PackageElement" containment="true" eOpposite="#/1/classes/PackageElement/parentPackage" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/outgoingAssociations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/incomingAssociations" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#/1/classes/AssociationType" defaultValueLiteral=""> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssociationType"> <eLiterals name="UNDIRECTED_ASSOCIATION" literal="Undirected Association"/> <eLiterals name="DIRECTED_ASSOCIATION" value="1" literal="Directed Association"/> <eLiterals name="AGGREGATION" value="2" literal="Aggregation"/> <eLiterals name="COMPOSITION" value="3" literal="Composition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingClass" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/attributes" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" 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="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="15.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="16.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#/1/classes/VisibilityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#/1/classes/ScopeType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityType"> <eLiterals name="UNDEFINED" literal="Undefined"/> <eLiterals name="PACKAGE" value="1" literal="#"/> <eLiterals name="PRIVATE" value="2" literal="-"/> <eLiterals name="GLOBAL" value="3" literal="+"/> <eLiterals name="PROTECTED" value="4" literal="~"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeType"> <eLiterals name="INSTANCE" value="1" literal="Instance"/> <eLiterals name="CLASS" value="2" literal="Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#/1/classes/VisibilityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="#/1/classes/ScopeType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="definingClass" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/methods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="15.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stubbed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calledMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/callingMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="callingMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/calledMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.2"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/classes/MethodArgument" containment="true" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="demoParticipations" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingMethods" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodArgument" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" unique="false" 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="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#/1/classes/ArgumentDirectionType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArgumentDirectionType"> <eLiterals name="UNDEFINED" literal="Undefined"/> <eLiterals name="IN" value="1" literal="in"/> <eLiterals name="OUT" value="2" literal="out"/> <eLiterals name="INOUT" value="3" literal="inout"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/classes/PackageElement" eOpposite="#/1/classes/PackageElement/outgoingDependencies" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/classes/PackageElement" eOpposite="#/1/classes/PackageElement/incomingDependencies" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="document" nsURI="http://unicase.org/model/document" nsPrefix="org.unicase.model.document"> <eClassifiers xsi:type="ecore:EClass" name="Section" abstract="true" interface="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#/1/document/CompositeSection" eOpposite="#/1/document/CompositeSection/subsections" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeafSection" eSuperTypes="#/1/document/Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/1/UnicaseModelElement" containment="true" eOpposite="#/1/UnicaseModelElement/leafSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements" upperBound="-1" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/incomingDocumentReferences" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeSection" eSuperTypes="#/1/document/Section"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsections" upperBound="-1" eType="#/1/document/Section" containment="true" eOpposite="#/1/document/Section/parent" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="requirement" nsURI="http://unicase.org/model/requirement" nsPrefix="org.unicase.model.requirement"> <eClassifiers xsi:type="ecore:EClass" name="FunctionalRequirement" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storyPoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refiningRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" containment="true" eOpposite="#/1/requirement/FunctionalRequirement/refinedRequirement" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedRequirement" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/refiningRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholder" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/functionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/functionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postcondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/useCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/participatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="includedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/instantiatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/initiatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActors" upperBound="-1" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/participatedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="useCaseSteps" upperBound="-1" eType="#/1/requirement/Step" containment="true" eOpposite="#/1/requirement/Step/useCase" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedUserTask" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/realizingUseCases" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nonFunctionalRequirements" upperBound="-1" eType="#/1/requirement/NonFunctionalRequirement" eOpposite="#/1/requirement/NonFunctionalRequirement/restrictedUseCases" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scenario" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/scenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalRequirements" upperBound="-1" eType="#/1/requirement/FunctionalRequirement" eOpposite="#/1/requirement/FunctionalRequirement/scenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingMethods" upperBound="-1" eType="#/1/classes/Method" eOpposite="#/1/classes/Method/demoParticipations" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingClasses" upperBound="-1" eType="#/1/classes/Class" eOpposite="#/1/classes/Class/demoParticipations" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActorInstance" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/initiatedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActorInstances" upperBound="-1" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/participatedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#/1/requirement/Step" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nonFunctionalRequirements" upperBound="-1" eType="#/1/requirement/NonFunctionalRequirement" eOpposite="#/1/requirement/NonFunctionalRequirement/restrictedScenarios" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/initiatingActor" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/participatingActors" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#/1/requirement/ActorInstance" eOpposite="#/1/requirement/ActorInstance/instantiatedActor" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedUserTasks" upperBound="-1" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/participatingActor" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedUserTask" eType="#/1/requirement/UserTask" eOpposite="#/1/requirement/UserTask/initiatingActor" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorInstance" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/initiatingActorInstance" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participatedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/participatingActorInstances" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/instances" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userStep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedUseCase" eType="#/1/requirement/UseCase" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCase" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/useCaseSteps" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedSystemFunction" eType="#/1/requirement/SystemFunction" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemFunction" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserTask" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingActor" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/initiatedUserTask" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participatingActor" upperBound="-1" eType="#/1/requirement/Actor" eOpposite="#/1/requirement/Actor/participatedUserTasks" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizingUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/realizedUserTask" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonFunctionalRequirement" eSuperTypes="#/1/rationale/Criterion"> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictedUseCases" upperBound="-1" eType="#/1/requirement/UseCase" eOpposite="#/1/requirement/UseCase/nonFunctionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.2"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictedScenarios" upperBound="-1" eType="#/1/requirement/Scenario" eOpposite="#/1/requirement/Scenario/nonFunctionalRequirements" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.1"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="rationale" nsURI="http://unicase.org/model/rationale" nsPrefix="org.unicase.model.rationale"> <eClassifiers xsi:type="ecore:EClass" name="Issue" eSuperTypes="#/1/Annotation #/1/task/Checkable #/1/task/WorkItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activity" eType="#/1/task/ActivityType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="proposals" upperBound="-1" eType="#/1/rationale/Proposal" containment="true" eOpposite="#/1/rationale/Proposal/issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="21.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="solution" eType="#/1/rationale/Solution" containment="true" eOpposite="#/1/rationale/Solution/issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="20.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="criteria" upperBound="-1" eType="#/1/rationale/Criterion" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="22.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proposal" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="issue" eType="#/1/rationale/Issue" eOpposite="#/1/rationale/Issue/proposals" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assessments" upperBound="-1" eType="#/1/rationale/Assessment" containment="true" eOpposite="#/1/rationale/Assessment/proposal" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Solution" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingProposals" upperBound="-1" eType="#/1/rationale/Proposal" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="issue" eType="#/1/rationale/Issue" eOpposite="#/1/rationale/Issue/solution" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Criterion" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assessments" upperBound="-1" eType="#/1/rationale/Assessment" eOpposite="#/1/rationale/Assessment/criterion" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assessment" eSuperTypes="#/1/UnicaseModelElement #/1/NonDomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="proposal" eType="#/1/rationale/Proposal" eOpposite="#/1/rationale/Proposal/assessments" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="criterion" eType="#/1/rationale/Criterion" eOpposite="#/1/rationale/Criterion/assessments" eKeys="#/0/IdentifiableElement/identifier"/> <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="Comment" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sender" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recipients" upperBound="-1" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentedElement" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/comments" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="change" nsURI="http://unicase.org/model/change" nsPrefix="org.unicase.model.rationale"> <eClassifiers xsi:type="ecore:EClass" name="ModelChangePackage" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingIssue" eSuperTypes="#/1/rationale/Issue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolvingRevision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingProposal" eSuperTypes="#/1/rationale/Proposal"> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictingProposals" upperBound="-1" eType="#/1/change/MergingProposal" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pendingChanges" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergingSolution" eSuperTypes="#/1/rationale/Solution"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedChanges" upperBound="-1" eType="#/1/change/ModelChangePackage" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="bug" nsURI="http://unicase.org/model/bug" nsPrefix="org.unicase.model.bug"> <eClassifiers xsi:type="ecore:EClass" name="BugReport" eSuperTypes="#/1/task/WorkItem #/1/task/Checkable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="16.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Status" eType="#/1/bug/BugStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#/1/bug/Severity"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="9.5"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutionType" eType="#/1/bug/ResolutionType"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="17.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BugStatus"> <eLiterals name="NEW" literal="NEW"/> <eLiterals name="CONFIRMED" value="1" literal="CONFIRMED"/> <eLiterals name="ASSIGNED" value="2" literal="ASSIGNED"/> <eLiterals name="RESOLVED" value="3" literal="RESOLVED"/> <eLiterals name="CLOSED" value="4" literal="CLOSED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Severity"> <eLiterals name="FEATURE" literal="FEATURE"/> <eLiterals name="TRIVIAL" value="1" literal="TRIVIAL"/> <eLiterals name="MINOR" value="2" literal="MINOR"/> <eLiterals name="MAJOR" value="3" literal="MAJOR"/> <eLiterals name="BLOCKER" value="4" literal="BLOCKER"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResolutionType"> <eLiterals name="FIXED" literal="FIXED"/> <eLiterals name="CANNOT_REPRODUCE" value="1" literal="CANNOT_REPRODUCE"/> <eLiterals name="WONT_FIX" value="2" literal="WONT_FIX"/> </eClassifiers> </eSubpackages> <eSubpackages name="component" nsURI="http://unicase.org/model/component" nsPrefix="org.unicase.model.component"> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#/1/classes/Package" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystems" upperBound="-1" eType="#/1/classes/Package" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServices" upperBound="-1" eType="#/1/component/ComponentService" containment="true" eOpposite="#/1/component/ComponentService/offeringComponent" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consumedServices" upperBound="-1" eType="#/1/component/ComponentService" eOpposite="#/1/component/ComponentService/consumingComponents" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentService" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeringComponent" eType="#/1/component/Component" eOpposite="#/1/component/Component/offeredServices" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="consumingComponents" upperBound="-1" eType="#/1/component/Component" eOpposite="#/1/component/Component/consumedServices" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeploymentNode" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#/1/component/Component" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="meeting" nsURI="http://unicase.org/model/meeting" nsPrefix="org.unicase.model.meeting"> <eClassifiers xsi:type="ecore:EClass" name="Meeting" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="starttime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endtime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facilitator" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="minutetaker" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="timekeeper" eType="#/1/organization/User" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="12.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#/1/organization/OrgUnit" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#/1/meeting/MeetingSection" containment="true" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="11.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedIssuesSection" eType="#/1/meeting/IssueMeetingSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="13.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedWorkItemsSection" eType="#/1/meeting/WorkItemMeetingSection" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="14.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeetingSection" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allocatedTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsections" upperBound="-1" eType="#/1/meeting/MeetingSection" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IssueMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedIssues" upperBound="-1" eType="#/1/rationale/Issue" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkItemMeetingSection" eSuperTypes="#/1/meeting/MeetingSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedWorkItems" upperBound="-1" eType="#/1/task/WorkItem" eKeys="#/0/IdentifiableElement/identifier"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="10.0"/> <details key="position" value="right"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="state" nsURI="http://unicase.org/model/state" nsPrefix="org.unicase.model.state"> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/state/StateNode" eOpposite="#/1/state/StateNode/outgoingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/state/StateNode" eOpposite="#/1/state/StateNode/incomingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateNode" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#/1/state/Transition" eOpposite="#/1/state/Transition/source" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#/1/state/Transition" eOpposite="#/1/state/Transition/target" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#/1/state/StateNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitConditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activities" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryConditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateInitial" eSuperTypes="#/1/state/StateNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateEnd" eSuperTypes="#/1/state/StateNode"/> </eSubpackages> <eSubpackages name="attachment" nsURI="http://unicase.org/model/attachment" nsPrefix="org.unicase.model.attachment"> <eClassifiers xsi:type="ecore:EClass" name="UrlAttachment" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileAttachment" eSuperTypes="#/1/Attachment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileHash" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="org.unicase.ui.meeditor"> <details key="priority" value="2"/> <details key="position" value="left"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="profile" nsURI="http://unicase.org/model/profile" nsPrefix="org.unicase.model.profile"> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="affectedContainers" upperBound="-1" eType="#/1/UnicaseModelElement" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" upperBound="-1" eType="#/1/profile/Stereotype" containment="true" eOpposite="#/1/profile/Stereotype/profile" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="profile" eType="#/1/profile/Profile" eOpposite="#/1/profile/Profile/stereotypes" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeInstances" upperBound="-1" eType="#/1/profile/StereotypeInstance" eOpposite="#/1/profile/StereotypeInstance/stereotype" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributes" upperBound="-1" eType="#/1/profile/StereotypeAttribute" containment="true" eOpposite="#/1/profile/StereotypeAttribute/stereotype" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeInstance" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="#/1/profile/Stereotype" eOpposite="#/1/profile/Stereotype/stereotypeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="#/1/UnicaseModelElement" eOpposite="#/1/UnicaseModelElement/appliedStereotypeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributeInstances" upperBound="-1" eType="#/1/profile/StereotypeAttributeInstance" containment="true" eOpposite="#/1/profile/StereotypeAttributeInstance/stereotypeInstance" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttribute" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="#/1/profile/Stereotype" eOpposite="#/1/profile/Stereotype/stereotypeAttributes" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttributeInstances" upperBound="-1" eType="#/1/profile/StereotypeAttributeInstance" eOpposite="#/1/profile/StereotypeAttributeInstance/stereotypeAttribute" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttributeSimple" eSuperTypes="#/1/profile/StereotypeAttribute"> <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="StereotypeAttributeInstance" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeInstance" eType="#/1/profile/StereotypeInstance" eOpposite="#/1/profile/StereotypeInstance/stereotypeAttributeInstances" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeAttribute" eType="#/1/profile/StereotypeAttribute" eOpposite="#/1/profile/StereotypeAttribute/stereotypeAttributeInstances" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StereotypeAttributeInstanceString" eSuperTypes="#/1/profile/StereotypeAttributeInstance"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="util" nsURI="http://unicase.org/model/util" nsPrefix="org.unicase.model.util"> <eClassifiers xsi:type="ecore:EClass" name="ModelElementPath"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="activity" nsURI="http://unicase.org/model/activity" nsPrefix="org.unicase.model.activity"> <eClassifiers xsi:type="ecore:EClass" name="ActivityObject" abstract="true" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#/1/activity/Transition" eOpposite="#/1/activity/Transition/source" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#/1/activity/Transition" eOpposite="#/1/activity/Transition/target" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/1/UnicaseModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/1/activity/ActivityObject" eOpposite="#/1/activity/ActivityObject/outgoingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/1/activity/ActivityObject" eOpposite="#/1/activity/ActivityObject/incomingTransitions" eKeys="#/0/IdentifiableElement/identifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="Fork" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityInitial" eSuperTypes="#/1/activity/ActivityObject"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEnd" eSuperTypes="#/1/activity/ActivityObject"/> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="esmodel" nsURI="http://unicase.org/emfstore/esmodel" nsPrefix="org.unicase.emfstore.esmodel"> <eClassifiers xsi:type="ecore:EClass" name="ProjectHistory"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1" upperBound="-1" eType="#/2/versioning/Version" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectInfo"> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" lowerBound="1" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SessionId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ServerSpace"> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#/2/accesscontrol/ACGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#/2/ProjectHistory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openSessions" upperBound="-1" eType="#/2/SessionId" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#/2/accesscontrol/ACUser" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="VersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emfStoreVersionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientVersionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileIdentifier" eSuperTypes="#/0/IdentifiableElement"/> <eSubpackages name="versioning" nsURI="http://unicase.org/esmodel/versioning" nsPrefix="org.unicase.emfstore.esmodel.versioning"> <eClassifiers xsi:type="ecore:EClass" name="TagVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <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="DateVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionSpec" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LogMessage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangePackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#/2/versioning/events/Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#/2/versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#/2/notification/ESNotification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#/2/versioning/VersionProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="primerySpec" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" lowerBound="1" eType="#/2/versioning/LogMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#/2/versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1" eType="#/2/versioning/VersionProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changePackage" eType="#/2/versioning/ChangePackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeChangePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectState" eType="#/0/Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1" eType="#/2/versioning/TagVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#/2/versioning/Version" eOpposite="#/2/versioning/Version/previousVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#/2/versioning/Version" eOpposite="#/2/versioning/Version/nextVersion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changes" eType="#/2/versioning/ChangePackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#/2/versioning/LogMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeadVersionSpec" eSuperTypes="#/2/versioning/VersionSpec"/> <eClassifiers xsi:type="ecore:EClass" name="VersionProperty"> <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> <eSubpackages name="operations" nsURI="http://unicase.org/esmodel/versioning/operations" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations"> <eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accepted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeOperation" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainOperation" eType="#/2/versioning/operations/AbstractOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reversed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" abstract="true" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateDeleteOperation" eSuperTypes="#/2/versioning/operations/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1" eType="#/2/versioning/operations/ReferenceOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eObjectToIdMap" upperBound="-1" eType="#/2/versioning/operations/EObjectToModelElementIdMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValues" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeSetOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiAttributeMoveOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValue" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleReferenceOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceSetOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceOperation" eSuperTypes="#/2/versioning/operations/ReferenceOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiReferenceMoveOperation" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElementId" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceOperation" abstract="true" eSuperTypes="#/2/versioning/operations/FeatureOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oppositeFeatureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentType" eType="#/2/versioning/operations/ContainmentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLayoutOperation" eSuperTypes="#/2/versioning/operations/AttributeOperation"/> <eClassifiers xsi:type="ecore:EClass" name="OperationId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OperationGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#/0/ModelElementId"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContainmentType"> <eLiterals name="NONE"/> <eLiterals name="CONTAINER" value="1"/> <eLiterals name="CONTAINMENT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObjectToModelElementIdMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eSubpackages name="semantic" nsURI="http://unicase.org/esmodel/versioning/operations/semantic" nsPrefix="org.unicase.emfstore.esmodel.versioning.operations.semantic"> <eClassifiers xsi:type="ecore:EClass" name="SemanticCompositeOperation" abstract="true" eSuperTypes="#/2/versioning/operations/CompositeOperation"/> </eSubpackages> </eSubpackages> <eSubpackages name="events" nsURI="http://unicase.org/esmodel/versioning/events" nsPrefix="org.unicase.emfstore.esmodel.versioning.events"> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfConflicts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localChanges" upperBound="-1" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckoutEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginStartEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RevertEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revertedChangesCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowHistoryEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerspectiveEvent" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="DNDEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dragSourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropTargetElement" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigatorCreateEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="createdElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceSection" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginFocusEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationSwitchEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newPresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UndoEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#/2/versioning/operations/AbstractOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ShowChangesEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationReadEvent" eSuperTypes="#/2/versioning/events/ReadEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationGenerationEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="#/2/notification/ESNotification" containment="true" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationIgnoreEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceModelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceURL" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeChoiceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="myAcceptedChanges" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theirRejectedChanges" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextModelElement" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#/2/versioning/events/MergeChoiceSelection"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdIssueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeChoiceSelection"> <eLiterals name="Mine"/> <eLiterals name="Their" value="1"/> <eLiterals name="Issue" value="2" literal="Issue"/> <eLiterals name="MergedText" value="3" literal="MergedText"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeGlobalChoiceEvent" eSuperTypes="#/2/versioning/events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#/2/versioning/events/MergeGlobalChoiceSelection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeGlobalChoiceSelection"> <eLiterals name="AllMine" literal="AllMine"/> <eLiterals name="AllTheir" value="1" literal="AllTheir"/> <eLiterals name="Cancel" value="2"/> <eLiterals name="OKNotFinished" value="3" literal="OKNotFinished"/> <eLiterals name="OKFinished" value="4" literal="OKFinished"/> </eClassifiers> <eSubpackages name="server" nsURI="http://unicase.org/esmodel/versioning/events/server/" nsPrefix="org.unicase.esmodel.versioning.events.server"> <eClassifiers xsi:type="ecore:EClass" name="ServerEvent" abstract="true" eSuperTypes="#/2/versioning/events/Event"/> <eClassifiers xsi:type="ecore:EClass" name="ServerProjectEvent" abstract="true" eSuperTypes="#/2/versioning/events/server/ServerEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUpdatedEvent" eSuperTypes="#/2/versioning/events/server/ServerProjectEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="newVersion" eType="#/2/versioning/PrimaryVersionSpec" containment="true"/> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> <eSubpackages name="accesscontrol" nsURI="http://unicase.org/esmodel/accesscontrol" nsPrefix="org.unicase.accesscontrol"> <eClassifiers xsi:type="ecore:EClass" name="ACUser" eSuperTypes="#/2/accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnit" eSuperTypes="#/0/IdentifiableElement"> <eOperations name="getId" eType="#/2/accesscontrol/ACOrgUnitId"/> <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="roles" upperBound="-1" eType="#/2/accesscontrol/roles/Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#/2/accesscontrol/OrgUnitProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACGroup" eSuperTypes="#/2/accesscontrol/ACOrgUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#/2/accesscontrol/ACOrgUnit" eKeys="#/0/IdentifiableElement/identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ACOrgUnitId" eSuperTypes="#/0/UniqueIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="OrgUnitProperty"> <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="project" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eSubpackages name="roles" nsURI="http://unicase.org/esmodel/accesscontrol/roles" nsPrefix="org.unicase.accesscontrol.roles"> <eClassifiers xsi:type="ecore:EClass" name="Role" abstract="true"> <eOperations name="canAdministrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> </eOperations> <eOperations name="canCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canModify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="projectId" eType="#/2/ProjectId"/> <eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReaderRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="WriterRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ProjectAdminRole" eSuperTypes="#/2/accesscontrol/roles/Role"/> <eClassifiers xsi:type="ecore:EClass" name="ServerAdmin" eSuperTypes="#/2/accesscontrol/roles/Role"/> </eSubpackages> </eSubpackages> <eSubpackages name="notification" nsURI="http://unicase.org/esmodel/notification" nsPrefix="org.unicase.notification"> <eClassifiers xsi:type="ecore:EClass" name="ESNotification" eSuperTypes="#/0/IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="details" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recipient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#/2/ProjectId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedModelElements" upperBound="-1" eType="#/0/ModelElementId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedOperations" upperBound="-1" eType="#/2/versioning/operations/OperationId" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="url" nsURI="http://unicase.org/emfstore/esmodel/url" nsPrefix="org.unicase.emfstore.esmodel.url"> <eClassifiers xsi:type="ecore:EClass" name="ServerUrl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProjectUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#/2/ProjectId" containment="true" eKeys="#/0/UniqueIdentifier/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrlFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="#/0/ModelElementId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementUrl"> <eStructuralFeatures xsi:type="ecore:EReference" name="serverUrl" eType="#/2/url/ServerUrl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projectUrlFragment" eType="#/2/url/ProjectUrlFragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElementUrlFragment" eType="#/2/url/ModelElementUrlFragment" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"org.unicase.metamodel","nsURI":"http://unicase.org/metamodel","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueIdentifier","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementId","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelVersion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDomainElement","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassElement","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cutElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":true,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Default Value Literal\t","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Default Value Literal\t","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"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":"creator","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":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"releaseNumber","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"nsPrefix":"org.unicase.model","nsURI":"http://unicase.org/model","name":"model","id":25,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnicaseModelElement","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attachment","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDomainElement","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.model.organization","nsURI":"http://unicase.org/model/organization","name":"organization","id":31,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.task","nsURI":"http://unicase.org/model/task","name":"task","id":32,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.diagram","nsURI":"http://unicase.org/model/diagram","name":"diagram","id":33,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.classes","nsURI":"http://unicase.org/model/classes","name":"classes","id":34,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.document","nsURI":"http://unicase.org/model/document","name":"document","id":35,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.requirement","nsURI":"http://unicase.org/model/requirement","name":"requirement","id":36,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.rationale","nsURI":"http://unicase.org/model/rationale","name":"rationale","id":37,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.rationale","nsURI":"http://unicase.org/model/change","name":"change","id":38,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.bug","nsURI":"http://unicase.org/model/bug","name":"bug","id":39,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.component","nsURI":"http://unicase.org/model/component","name":"component","id":40,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.meeting","nsURI":"http://unicase.org/model/meeting","name":"meeting","id":41,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.state","nsURI":"http://unicase.org/model/state","name":"state","id":42,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.attachment","nsURI":"http://unicase.org/model/attachment","name":"attachment","id":43,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.profile","nsURI":"http://unicase.org/model/profile","name":"profile","id":44,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.util","nsURI":"http://unicase.org/model/util","name":"util","id":45,"eClass":"EPackage"},{"nsPrefix":"org.unicase.model.activity","nsURI":"http://unicase.org/model/activity","name":"activity","id":46,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"state","changeable":false,"lowerBound":0,"iD":false,"id":49,"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":"annotations","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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"leafSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingDocumentReferences","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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appliedStereotypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"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":"referringModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeafSection","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"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":"commentedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeInstance","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnit","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":82,"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":"acOrgId","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupMemberships","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":false,"unsettable":false,"transient":false,"unique":true,"name":"participations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"orgUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkItem","instanceClass":null,"abstract":true,"id":91,"interface":true,"eClass":"EClass"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","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":"firstName","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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workItemsToReview","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkPackage","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"id":110,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checkable","instanceClass":null,"abstract":true,"id":111,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionItem","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"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":"containingWorkpackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessors","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":"dueDate","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimate","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effort","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolved","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedChangePackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedWorkItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelChangePackage","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"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":"startDate","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":"endDate","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"name":"NONE","id":146,"value":0,"literal":"<please select>","eClass":"EEnumLiteral"},{"name":"ANALYSIS","id":147,"value":1,"literal":"Analysis","eClass":"EEnumLiteral"},{"name":"SYSTEM_DESIGN","id":148,"value":2,"literal":"System Design","eClass":"EEnumLiteral"},{"name":"OBJECT_DESIGN","id":149,"value":3,"literal":"Object Design","eClass":"EEnumLiteral"},{"name":"IMPLEMENTATION","id":150,"value":4,"literal":"Implementation","eClass":"EEnumLiteral"},{"name":"TESTING","id":151,"value":5,"literal":"Testing","eClass":"EEnumLiteral"},{"name":"MANAGEMENT","id":152,"value":6,"literal":"Management","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"checked","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":true},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"done","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MEDiagram","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DiagramType","instanceClass":null,"id":163,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"gmfdiagram","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":true,"unique":true,"name":"newElements","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":"diagramLayout","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":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"},{"name":"CLASS_DIAGRAM","id":175,"value":0,"literal":"CLASS_DIAGRAM","eClass":"EEnumLiteral"},{"name":"USECASE_DIAGRAM","id":176,"value":1,"literal":"USECASE_DIAGRAM","eClass":"EEnumLiteral"},{"name":"COMPONENT_DIAGRAM","id":177,"value":2,"literal":"COMPONENT_DIAGRAM","eClass":"EEnumLiteral"},{"name":"STATE_DIAGRAM","id":178,"value":3,"literal":"STATE_DIAGRAM","eClass":"EEnumLiteral"},{"name":"ACTIVITY_DIAGRAM","id":179,"value":4,"literal":"ACTIVITY_DIAGRAM","eClass":"EEnumLiteral"},{"name":"WORKITEM_DIAGRAM","id":180,"value":5,"literal":"WORKITEM_DIAGRAM","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageElement","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationType","instanceClass":null,"id":185,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityType","instanceClass":null,"id":187,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeType","instanceClass":null,"id":188,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodArgument","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArgumentDirectionType","instanceClass":null,"id":191,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"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":"parentPackage","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":"outgoingDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingDependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"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":"containedPackageElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingAssociations","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demoParticipations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scenario","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingClasses","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":"facadeClass","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":"1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"sourceMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":232,"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":"targetMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":233,"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":"sourceRole","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"targetRole","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":"","unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"name":"UNDIRECTED_ASSOCIATION","id":245,"value":0,"literal":"Undirected Association","eClass":"EEnumLiteral"},{"name":"DIRECTED_ASSOCIATION","id":246,"value":1,"literal":"Directed Association","eClass":"EEnumLiteral"},{"name":"AGGREGATION","id":247,"value":2,"literal":"Aggregation","eClass":"EEnumLiteral"},{"name":"COMPOSITION","id":248,"value":3,"literal":"Composition","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":249,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"UNDEFINED","id":265,"value":0,"literal":"Undefined","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":266,"value":1,"literal":"#","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":267,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"GLOBAL","id":268,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":269,"value":4,"literal":"~","eClass":"EEnumLiteral"},{"name":"INSTANCE","id":270,"value":1,"literal":"Instance","eClass":"EEnumLiteral"},{"name":"CLASS","id":271,"value":2,"literal":"Class","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":275,"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":"properties","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stubbed","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":"calledMethods","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":"callingMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"demoParticipations","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"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":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":297,"derived":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":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"signature","changeable":false,"lowerBound":0,"iD":false,"id":299,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"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":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"name":"UNDEFINED","id":308,"value":0,"literal":"Undefined","eClass":"EEnumLiteral"},{"name":"IN","id":309,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"OUT","id":310,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"INOUT","id":311,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":true,"id":315,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeSection","instanceClass":null,"abstract":false,"id":316,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalRequirement","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorInstance","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemFunction","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTask","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonFunctionalRequirement","instanceClass":null,"abstract":false,"id":332,"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":"storyPoints","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refiningRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"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":"refinedRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"reviewed","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stakeholder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cost","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":"useCases","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":"scenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedUseCases","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":false,"unsettable":false,"transient":false,"unique":true,"name":"scenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"useCaseSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedUserTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nonFunctionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"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":"useCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizingUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictedUseCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActorInstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActorInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nonFunctionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"restrictedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatedUserTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatedUserTask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participatingActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initiatingActor","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userStep","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedUseCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedSystemFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"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":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":"output","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":"exception","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Criterion","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Issue","instanceClass":null,"abstract":false,"id":445,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposal","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solution","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assessment","instanceClass":null,"abstract":false,"id":448,"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":"activity","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"solution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"criteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"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":"issue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assessments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"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":"proposal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingProposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assessments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"criterion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recipients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingIssue","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingProposal","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergingSolution","instanceClass":null,"abstract":false,"id":491,"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":"sourceVersion","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"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":"resolvingRevision","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflictingProposals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pendingChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugReport","instanceClass":null,"abstract":false,"id":508,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BugStatus","instanceClass":null,"id":509,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Severity","instanceClass":null,"id":510,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolutionType","instanceClass":null,"id":511,"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":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Status","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"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":514,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolutionType","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"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"name":"NEW","id":522,"value":0,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"CONFIRMED","id":523,"value":1,"literal":"CONFIRMED","eClass":"EEnumLiteral"},{"name":"ASSIGNED","id":524,"value":2,"literal":"ASSIGNED","eClass":"EEnumLiteral"},{"name":"RESOLVED","id":525,"value":3,"literal":"RESOLVED","eClass":"EEnumLiteral"},{"name":"CLOSED","id":526,"value":4,"literal":"CLOSED","eClass":"EEnumLiteral"},{"name":"FEATURE","id":527,"value":0,"literal":"FEATURE","eClass":"EEnumLiteral"},{"name":"TRIVIAL","id":528,"value":1,"literal":"TRIVIAL","eClass":"EEnumLiteral"},{"name":"MINOR","id":529,"value":2,"literal":"MINOR","eClass":"EEnumLiteral"},{"name":"MAJOR","id":530,"value":3,"literal":"MAJOR","eClass":"EEnumLiteral"},{"name":"BLOCKER","id":531,"value":4,"literal":"BLOCKER","eClass":"EEnumLiteral"},{"name":"FIXED","id":532,"value":0,"literal":"FIXED","eClass":"EEnumLiteral"},{"name":"CANNOT_REPRODUCE","id":533,"value":1,"literal":"CANNOT_REPRODUCE","eClass":"EEnumLiteral"},{"name":"WONT_FIX","id":534,"value":2,"literal":"WONT_FIX","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":535,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentService","instanceClass":null,"abstract":false,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentNode","instanceClass":null,"abstract":false,"id":537,"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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumedServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"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":"offeringComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"consumingComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meeting","instanceClass":null,"abstract":false,"id":555,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeetingSection","instanceClass":null,"abstract":true,"id":556,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMeetingSection","instanceClass":null,"abstract":false,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IssueMeetingSection","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkItemMeetingSection","instanceClass":null,"abstract":false,"id":559,"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":"location","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"starttime","changeable":true,"lowerBound":0,"iD":false,"id":561,"derived":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":562,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facilitator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"minutetaker","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timekeeper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":567,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedIssuesSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedWorkItemsSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"allocatedTime","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"includedIssues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedWorkItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":593,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateNode","instanceClass":null,"abstract":true,"id":594,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":595,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInitial","instanceClass":null,"abstract":false,"id":596,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateEnd","instanceClass":null,"abstract":false,"id":597,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":598,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"container":false,"ordered":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exitConditions","changeable":true,"lowerBound":0,"iD":false,"id":610,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activities","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":"entryConditions","changeable":true,"lowerBound":0,"iD":false,"id":612,"derived":false},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlAttachment","instanceClass":null,"abstract":false,"id":619,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileAttachment","instanceClass":null,"abstract":false,"id":620,"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":"url","changeable":true,"lowerBound":0,"iD":false,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":624,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileHash","changeable":true,"lowerBound":0,"iD":false,"id":625,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileID","changeable":true,"lowerBound":0,"iD":false,"id":626,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileSize","changeable":true,"lowerBound":0,"iD":false,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":633,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":634,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttribute","instanceClass":null,"abstract":true,"id":635,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeSimple","instanceClass":null,"abstract":false,"id":636,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeInstance","instanceClass":null,"abstract":true,"id":637,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereotypeAttributeInstanceString","instanceClass":null,"abstract":false,"id":638,"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":"affectedContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":false},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"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":"profile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":645,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":646,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":652,"derived":false},{"id":653,"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":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"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":"stereotypeInstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttributeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","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"},{"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":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementPath","instanceClass":null,"abstract":false,"id":675,"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":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityObject","instanceClass":null,"abstract":true,"id":682,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":683,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":684,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":685,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":686,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityInitial","instanceClass":null,"abstract":false,"id":687,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEnd","instanceClass":null,"abstract":false,"id":688,"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":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"nsPrefix":"org.unicase.emfstore.esmodel","nsURI":"http://unicase.org/emfstore/esmodel","name":"esmodel","id":706,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectHistory","instanceClass":null,"abstract":false,"id":707,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectInfo","instanceClass":null,"abstract":false,"id":708,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionId","instanceClass":null,"abstract":false,"id":709,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerSpace","instanceClass":null,"abstract":false,"id":710,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectId","instanceClass":null,"abstract":false,"id":711,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionInfo","instanceClass":null,"abstract":false,"id":712,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientVersionInfo","instanceClass":null,"abstract":false,"id":713,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileIdentifier","instanceClass":null,"abstract":false,"id":714,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning","nsURI":"http://unicase.org/esmodel/versioning","name":"versioning","id":715,"eClass":"EPackage"},{"nsPrefix":"org.unicase.accesscontrol","nsURI":"http://unicase.org/esmodel/accesscontrol","name":"accesscontrol","id":716,"eClass":"EPackage"},{"nsPrefix":"org.unicase.notification","nsURI":"http://unicase.org/esmodel/notification","name":"notification","id":717,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.url","nsURI":"http://unicase.org/emfstore/esmodel/url","name":"url","id":718,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":719,"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":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":720,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":721,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectDescription","changeable":true,"lowerBound":1,"iD":false,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":724,"interface":false,"eClass":"EClass"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"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":728,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":729,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":730,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVersionSpec","instanceClass":null,"abstract":false,"id":735,"interface":false,"eClass":"EClass"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":738,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"openSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":740,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACGroup","instanceClass":null,"abstract":false,"id":742,"interface":false,"eClass":"EClass"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACUser","instanceClass":null,"abstract":false,"id":746,"interface":false,"eClass":"EClass"},{"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":"emfStoreVersionString","changeable":true,"lowerBound":0,"iD":false,"id":749,"derived":false},{"id":750,"eClass":"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":751,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagVersionSpec","instanceClass":null,"abstract":false,"id":756,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateVersionSpec","instanceClass":null,"abstract":false,"id":757,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionSpec","instanceClass":null,"abstract":true,"id":758,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogMessage","instanceClass":null,"abstract":false,"id":759,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackage","instanceClass":null,"abstract":false,"id":760,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryInfo","instanceClass":null,"abstract":false,"id":761,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQuery","instanceClass":null,"abstract":false,"id":762,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadVersionSpec","instanceClass":null,"abstract":false,"id":763,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionProperty","instanceClass":null,"abstract":false,"id":764,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations","nsURI":"http://unicase.org/esmodel/versioning/operations","name":"operations","id":765,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.events","nsURI":"http://unicase.org/esmodel/versioning/events","name":"events","id":766,"eClass":"EPackage"},{"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":767,"derived":false},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"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":770,"derived":false},{"id":771,"eClass":"EGenericType"},{"id":772,"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":773,"derived":false},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":776,"derived":false},{"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":777,"derived":false},{"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":778,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"container":false,"ordered":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":784,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":786,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":787,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":788,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":789,"interface":false,"eClass":"EClass"},{"id":790,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":791,"interface":false,"eClass":"EClass"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESNotification","instanceClass":null,"abstract":false,"id":794,"interface":false,"eClass":"EClass"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primerySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":797,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":798,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":799,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":800,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":801,"derived":false},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":807,"derived":false},{"container":false,"ordered":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":808,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":809,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeChangePackage","changeable":true,"lowerBound":0,"iD":false,"id":810,"derived":false},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":816,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":817,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":818,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":820,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":821,"derived":false},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":830,"derived":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":831,"derived":false},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeOperation","instanceClass":null,"abstract":false,"id":834,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":true,"id":835,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDeleteOperation","instanceClass":null,"abstract":false,"id":836,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":837,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeOperation","instanceClass":null,"abstract":false,"id":838,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeSetOperation","instanceClass":null,"abstract":false,"id":839,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeMoveOperation","instanceClass":null,"abstract":false,"id":840,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleReferenceOperation","instanceClass":null,"abstract":false,"id":841,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceSetOperation","instanceClass":null,"abstract":false,"id":842,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceOperation","instanceClass":null,"abstract":false,"id":843,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceMoveOperation","instanceClass":null,"abstract":false,"id":844,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOperation","instanceClass":null,"abstract":true,"id":845,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLayoutOperation","instanceClass":null,"abstract":false,"id":846,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationId","instanceClass":null,"abstract":false,"id":847,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":848,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementGroup","instanceClass":null,"abstract":false,"id":849,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainmentType","instanceClass":null,"id":850,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToModelElementIdMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":851,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations.semantic","nsURI":"http://unicase.org/esmodel/versioning/operations/semantic","name":"semantic","id":852,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":853,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":854,"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":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":855,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"accepted","changeable":true,"lowerBound":0,"iD":false,"id":856,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":857,"derived":false},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":864,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":865,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeName","changeable":true,"lowerBound":0,"iD":false,"id":866,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeDescription","changeable":true,"lowerBound":0,"iD":false,"id":867,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reversed","changeable":true,"lowerBound":0,"iD":false,"id":868,"derived":false},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":875,"derived":false},{"id":876,"eClass":"EGenericType"},{"id":877,"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":"delete","changeable":true,"lowerBound":0,"iD":false,"id":878,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":879,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":880,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eObjectToIdMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":881,"derived":false},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":887,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":888,"derived":false},{"id":889,"eClass":"EGenericType"},{"id":890,"eClass":"EGenericType"},{"id":891,"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":"add","changeable":true,"lowerBound":0,"iD":false,"id":892,"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":"indexes","changeable":true,"lowerBound":0,"iD":false,"id":893,"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":"referencedValues","changeable":true,"lowerBound":0,"iD":false,"id":894,"derived":false},{"id":895,"eClass":"EGenericType"},{"id":896,"eClass":"EGenericType"},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":899,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":900,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":901,"derived":false},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"id":905,"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":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":906,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":907,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValue","changeable":true,"lowerBound":0,"iD":false,"id":908,"derived":false},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":913,"derived":false},{"container":false,"ordered":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":914,"derived":false},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":918,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":919,"derived":false},{"container":false,"ordered":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":920,"derived":false},{"id":921,"eClass":"EGenericType"},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"id":924,"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":"add","changeable":true,"lowerBound":0,"iD":false,"id":925,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":926,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":927,"derived":false},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":932,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":933,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":934,"derived":false},{"id":935,"eClass":"EGenericType"},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"id":938,"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":"bidirectional","changeable":true,"lowerBound":0,"iD":false,"id":939,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oppositeFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":940,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentType","changeable":true,"lowerBound":0,"iD":false,"id":941,"derived":false},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":948,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":949,"derived":false},{"id":950,"eClass":"EGenericType"},{"id":951,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":952,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":953,"derived":false},{"id":954,"eClass":"EGenericType"},{"id":955,"eClass":"EGenericType"},{"name":"NONE","id":956,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CONTAINER","id":957,"value":1,"literal":"CONTAINER","eClass":"EEnumLiteral"},{"name":"CONTAINMENT","id":958,"value":2,"literal":"CONTAINMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":959,"derived":false},{"container":false,"ordered":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":960,"derived":false},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticCompositeOperation","instanceClass":null,"abstract":true,"id":963,"interface":false,"eClass":"EClass"},{"id":964,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEvent","instanceClass":null,"abstract":false,"id":965,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeEvent","instanceClass":null,"abstract":false,"id":966,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckoutEvent","instanceClass":null,"abstract":false,"id":967,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionEvent","instanceClass":null,"abstract":false,"id":968,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginStartEvent","instanceClass":null,"abstract":false,"id":969,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateEvent","instanceClass":null,"abstract":false,"id":970,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEvent","instanceClass":null,"abstract":false,"id":971,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevertEvent","instanceClass":null,"abstract":false,"id":972,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowHistoryEvent","instanceClass":null,"abstract":false,"id":973,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerspectiveEvent","instanceClass":null,"abstract":false,"id":974,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNDEvent","instanceClass":null,"abstract":false,"id":975,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEvent","instanceClass":null,"abstract":false,"id":976,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEvent","instanceClass":null,"abstract":false,"id":977,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatorCreateEvent","instanceClass":null,"abstract":false,"id":978,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginFocusEvent","instanceClass":null,"abstract":false,"id":979,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSwitchEvent","instanceClass":null,"abstract":false,"id":980,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndoEvent","instanceClass":null,"abstract":false,"id":981,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":982,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowChangesEvent","instanceClass":null,"abstract":false,"id":983,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationReadEvent","instanceClass":null,"abstract":false,"id":984,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationGenerationEvent","instanceClass":null,"abstract":false,"id":985,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationIgnoreEvent","instanceClass":null,"abstract":false,"id":986,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLEvent","instanceClass":null,"abstract":false,"id":987,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeChoiceEvent","instanceClass":null,"abstract":false,"id":988,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeChoiceSelection","instanceClass":null,"id":989,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeGlobalChoiceEvent","instanceClass":null,"abstract":false,"id":990,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeGlobalChoiceSelection","instanceClass":null,"id":991,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.unicase.esmodel.versioning.events.server","nsURI":"http://unicase.org/esmodel/versioning/events/server/","name":"server","id":992,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":993,"derived":false},{"id":994,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":995,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":996,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":997,"derived":false},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"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":"numberOfConflicts","changeable":true,"lowerBound":0,"iD":false,"id":1002,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":1003,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1004,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1005,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1006,"derived":false},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1013,"derived":false},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionTitle","changeable":true,"lowerBound":0,"iD":false,"id":1016,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":1017,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseTitle","changeable":true,"lowerBound":0,"iD":false,"id":1018,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":1019,"derived":false},{"id":1020,"eClass":"EGenericType"},{"id":1021,"eClass":"EGenericType"},{"id":1022,"eClass":"EGenericType"},{"id":1023,"eClass":"EGenericType"},{"id":1024,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":1025,"derived":false},{"id":1026,"eClass":"EGenericType"},{"id":1027,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1028,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1029,"derived":false},{"id":1030,"eClass":"EGenericType"},{"id":1031,"eClass":"EGenericType"},{"id":1032,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1033,"derived":false},{"container":false,"ordered":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":1034,"derived":false},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"id":1037,"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":"revertedChangesCount","changeable":true,"lowerBound":0,"iD":false,"id":1038,"derived":false},{"id":1039,"eClass":"EGenericType"},{"id":1040,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1041,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1042,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1043,"derived":false},{"id":1044,"eClass":"EGenericType"},{"id":1045,"eClass":"EGenericType"},{"id":1046,"eClass":"EGenericType"},{"id":1047,"eClass":"EGenericType"},{"id":1048,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1049,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetView","changeable":true,"lowerBound":0,"iD":false,"id":1050,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dragSourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1051,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropTargetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1052,"derived":false},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1058,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1059,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1060,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdNew","changeable":true,"lowerBound":0,"iD":false,"id":1061,"derived":false},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1067,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1068,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":1069,"derived":false},{"id":1070,"eClass":"EGenericType"},{"id":1071,"eClass":"EGenericType"},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createdElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1074,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1075,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":1076,"derived":false},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"id":1080,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":1081,"derived":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":1082,"derived":false},{"id":1083,"eClass":"EGenericType"},{"id":1084,"eClass":"EGenericType"},{"id":1085,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":1086,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newPresentation","changeable":true,"lowerBound":0,"iD":false,"id":1087,"derived":false},{"id":1088,"eClass":"EGenericType"},{"id":1089,"eClass":"EGenericType"},{"id":1090,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1091,"derived":false},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1095,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1096,"derived":false},{"id":1097,"eClass":"EGenericType"},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":1100,"derived":false},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1103,"derived":false},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":1106,"derived":false},{"id":1107,"eClass":"EGenericType"},{"id":1108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":1110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceURL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1111,"derived":false},{"id":1112,"eClass":"EGenericType"},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"id":1115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"myAcceptedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theirRejectedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1118,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextFeature","changeable":true,"lowerBound":0,"iD":false,"id":1120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdIssueName","changeable":true,"lowerBound":0,"iD":false,"id":1121,"derived":false},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"id":1125,"eClass":"EGenericType"},{"id":1126,"eClass":"EGenericType"},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"name":"Mine","id":1129,"value":0,"literal":"Mine","eClass":"EEnumLiteral"},{"name":"Their","id":1130,"value":1,"literal":"Their","eClass":"EEnumLiteral"},{"name":"Issue","id":1131,"value":2,"literal":"Issue","eClass":"EEnumLiteral"},{"name":"MergedText","id":1132,"value":3,"literal":"MergedText","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1133,"derived":false},{"id":1134,"eClass":"EGenericType"},{"id":1135,"eClass":"EGenericType"},{"name":"AllMine","id":1136,"value":0,"literal":"AllMine","eClass":"EEnumLiteral"},{"name":"AllTheir","id":1137,"value":1,"literal":"AllTheir","eClass":"EEnumLiteral"},{"name":"Cancel","id":1138,"value":2,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"OKNotFinished","id":1139,"value":3,"literal":"OKNotFinished","eClass":"EEnumLiteral"},{"name":"OKFinished","id":1140,"value":4,"literal":"OKFinished","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerEvent","instanceClass":null,"abstract":true,"id":1141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerProjectEvent","instanceClass":null,"abstract":true,"id":1142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUpdatedEvent","instanceClass":null,"abstract":false,"id":1143,"interface":false,"eClass":"EClass"},{"id":1144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1145,"derived":false},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1148,"derived":false},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnit","instanceClass":null,"abstract":false,"id":1151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnitId","instanceClass":null,"abstract":false,"id":1152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnitProperty","instanceClass":null,"abstract":false,"id":1153,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.accesscontrol.roles","nsURI":"http://unicase.org/esmodel/accesscontrol/roles","name":"roles","id":1154,"eClass":"EPackage"},{"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":1155,"derived":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":1156,"derived":false},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":1160,"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":1161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1162,"derived":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":1163,"derived":false},{"container":false,"ordered":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":1164,"derived":false},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":1168,"interface":false,"eClass":"EClass"},{"id":1169,"eClass":"EGenericType"},{"id":1170,"eClass":"EGenericType"},{"id":1171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1172,"derived":false},{"id":1173,"eClass":"EGenericType"},{"id":1174,"eClass":"EGenericType"},{"id":1175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":1177,"derived":false},{"container":false,"ordered":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":1178,"derived":false},{"id":1179,"eClass":"EGenericType"},{"id":1180,"eClass":"EGenericType"},{"id":1181,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderRole","instanceClass":null,"abstract":false,"id":1182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterRole","instanceClass":null,"abstract":false,"id":1183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectAdminRole","instanceClass":null,"abstract":false,"id":1184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerAdmin","instanceClass":null,"abstract":false,"id":1185,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAdministrate","lowerBound":0,"id":1186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreate","lowerBound":0,"id":1187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canDelete","lowerBound":0,"id":1188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canModify","lowerBound":0,"id":1189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canRead","lowerBound":0,"id":1190,"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":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1191,"derived":false},{"id":1192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1193,"many":false,"required":false,"eClass":"EParameter"},{"id":1194,"eClass":"EGenericType"},{"id":1195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1196,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1197,"many":false,"required":false,"eClass":"EParameter"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1201,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1202,"many":false,"required":false,"eClass":"EParameter"},{"id":1203,"eClass":"EGenericType"},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1206,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1207,"many":false,"required":false,"eClass":"EParameter"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":1211,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":1212,"many":false,"required":false,"eClass":"EParameter"},{"id":1213,"eClass":"EGenericType"},{"id":1214,"eClass":"EGenericType"},{"id":1215,"eClass":"EGenericType"},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1220,"derived":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":1221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"lowerBound":0,"iD":false,"id":1222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seen","changeable":true,"lowerBound":0,"iD":false,"id":1223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":1224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":1225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"lowerBound":0,"iD":false,"id":1226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recipient","changeable":true,"lowerBound":0,"iD":false,"id":1227,"derived":false},{"container":false,"ordered":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":1228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relatedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1230,"derived":false},{"id":1231,"eClass":"EGenericType"},{"id":1232,"eClass":"EGenericType"},{"id":1233,"eClass":"EGenericType"},{"id":1234,"eClass":"EGenericType"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"eClass":"EGenericType"},{"id":1238,"eClass":"EGenericType"},{"id":1239,"eClass":"EGenericType"},{"id":1240,"eClass":"EGenericType"},{"id":1241,"eClass":"EGenericType"},{"id":1242,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerUrl","instanceClass":null,"abstract":false,"id":1243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUrlFragment","instanceClass":null,"abstract":false,"id":1244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrlFragment","instanceClass":null,"abstract":false,"id":1245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrl","instanceClass":null,"abstract":false,"id":1246,"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":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":1247,"derived":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":1248,"derived":false},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1252,"derived":false},{"id":1253,"eClass":"EGenericType"},{"id":1254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1256,"derived":false},{"id":1257,"eClass":"EGenericType"},{"id":1258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverUrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1261,"derived":false},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"id":1264,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":4},{"source":9,"target":11},{"source":9,"target":1},{"source":9,"target":12},{"source":11,"target":4},{"source":10,"target":4},{"source":10,"target":13},{"source":10,"target":1},{"source":10,"target":12},{"source":13,"target":4},{"source":2,"target":0},{"source":2,"target":14},{"source":14,"target":15},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":12},{"source":12,"target":16},{"source":12,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":17,"target":20},{"source":17,"target":4},{"source":18,"target":21},{"source":18,"target":4},{"source":19,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":22},{"source":22,"target":2},{"source":6,"target":0},{"source":6,"target":23},{"source":23,"target":24},{"source":23,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":25,"target":26},{"source":25,"target":27},{"source":25,"target":28},{"source":25,"target":29},{"source":25,"target":30},{"source":25,"target":31},{"source":25,"target":32},{"source":25,"target":33},{"source":25,"target":34},{"source":25,"target":35},{"source":25,"target":36},{"source":25,"target":37},{"source":25,"target":38},{"source":25,"target":39},{"source":25,"target":40},{"source":25,"target":41},{"source":25,"target":42},{"source":25,"target":43},{"source":25,"target":44},{"source":25,"target":45},{"source":25,"target":46},{"source":26,"target":25},{"source":26,"target":4},{"source":26,"target":47},{"source":26,"target":48},{"source":26,"target":49},{"source":26,"target":50},{"source":26,"target":51},{"source":26,"target":52},{"source":26,"target":53},{"source":26,"target":54},{"source":26,"target":55},{"source":26,"target":56},{"source":47,"target":57},{"source":47,"target":26},{"source":48,"target":58},{"source":48,"target":26},{"source":49,"target":59},{"source":49,"target":26},{"source":50,"target":27},{"source":50,"target":60},{"source":50,"target":26},{"source":50,"target":61},{"source":50,"target":12},{"source":60,"target":27},{"source":51,"target":28},{"source":51,"target":62},{"source":51,"target":26},{"source":51,"target":63},{"source":51,"target":12},{"source":62,"target":28},{"source":52,"target":64},{"source":52,"target":65},{"source":52,"target":26},{"source":52,"target":66},{"source":52,"target":12},{"source":65,"target":64},{"source":53,"target":64},{"source":53,"target":67},{"source":53,"target":26},{"source":53,"target":68},{"source":53,"target":12},{"source":67,"target":64},{"source":54,"target":69},{"source":54,"target":70},{"source":54,"target":26},{"source":54,"target":71},{"source":54,"target":12},{"source":70,"target":69},{"source":55,"target":72},{"source":55,"target":73},{"source":55,"target":26},{"source":55,"target":74},{"source":55,"target":12},{"source":73,"target":72},{"source":56,"target":4},{"source":27,"target":25},{"source":27,"target":26},{"source":27,"target":61},{"source":27,"target":75},{"source":61,"target":26},{"source":61,"target":76},{"source":61,"target":27},{"source":61,"target":50},{"source":61,"target":12},{"source":76,"target":26},{"source":75,"target":26},{"source":28,"target":25},{"source":28,"target":26},{"source":28,"target":63},{"source":28,"target":77},{"source":63,"target":26},{"source":63,"target":78},{"source":63,"target":28},{"source":63,"target":51},{"source":63,"target":12},{"source":78,"target":26},{"source":77,"target":26},{"source":29,"target":25},{"source":30,"target":25},{"source":30,"target":1},{"source":30,"target":79},{"source":79,"target":1},{"source":31,"target":80},{"source":31,"target":81},{"source":31,"target":82},{"source":31,"target":25},{"source":80,"target":31},{"source":80,"target":26},{"source":80,"target":83},{"source":80,"target":84},{"source":80,"target":85},{"source":80,"target":86},{"source":80,"target":87},{"source":83,"target":88},{"source":83,"target":80},{"source":84,"target":82},{"source":84,"target":89},{"source":84,"target":80},{"source":84,"target":90},{"source":84,"target":12},{"source":89,"target":82},{"source":85,"target":91},{"source":85,"target":92},{"source":85,"target":80},{"source":85,"target":93},{"source":85,"target":12},{"source":92,"target":91},{"source":86,"target":91},{"source":86,"target":94},{"source":86,"target":80},{"source":86,"target":95},{"source":86,"target":12},{"source":94,"target":91},{"source":87,"target":26},{"source":81,"target":31},{"source":81,"target":80},{"source":81,"target":96},{"source":81,"target":97},{"source":81,"target":98},{"source":81,"target":99},{"source":81,"target":100},{"source":96,"target":101},{"source":96,"target":81},{"source":97,"target":102},{"source":97,"target":81},{"source":98,"target":103},{"source":98,"target":81},{"source":99,"target":91},{"source":99,"target":104},{"source":99,"target":81},{"source":99,"target":105},{"source":99,"target":12},{"source":104,"target":91},{"source":100,"target":80},{"source":82,"target":31},{"source":82,"target":80},{"source":82,"target":90},{"source":82,"target":106},{"source":90,"target":80},{"source":90,"target":107},{"source":90,"target":82},{"source":90,"target":84},{"source":90,"target":12},{"source":107,"target":80},{"source":106,"target":80},{"source":32,"target":91},{"source":32,"target":108},{"source":32,"target":109},{"source":32,"target":110},{"source":32,"target":111},{"source":32,"target":112},{"source":32,"target":25},{"source":91,"target":32},{"source":91,"target":27},{"source":91,"target":113},{"source":91,"target":114},{"source":91,"target":115},{"source":91,"target":95},{"source":91,"target":105},{"source":91,"target":93},{"source":91,"target":116},{"source":91,"target":117},{"source":91,"target":118},{"source":91,"target":119},{"source":91,"target":120},{"source":91,"target":121},{"source":91,"target":122},{"source":113,"target":108},{"source":113,"target":123},{"source":113,"target":91},{"source":113,"target":124},{"source":113,"target":12},{"source":123,"target":108},{"source":114,"target":91},{"source":114,"target":125},{"source":114,"target":91},{"source":114,"target":115},{"source":114,"target":12},{"source":125,"target":91},{"source":115,"target":91},{"source":115,"target":126},{"source":115,"target":91},{"source":115,"target":114},{"source":115,"target":12},{"source":126,"target":91},{"source":95,"target":80},{"source":95,"target":127},{"source":95,"target":91},{"source":95,"target":86},{"source":95,"target":12},{"source":127,"target":80},{"source":105,"target":81},{"source":105,"target":128},{"source":105,"target":91},{"source":105,"target":99},{"source":105,"target":12},{"source":128,"target":81},{"source":93,"target":80},{"source":93,"target":129},{"source":93,"target":91},{"source":93,"target":85},{"source":93,"target":12},{"source":129,"target":80},{"source":116,"target":130},{"source":116,"target":91},{"source":117,"target":131},{"source":117,"target":91},{"source":118,"target":132},{"source":118,"target":91},{"source":119,"target":133},{"source":119,"target":91},{"source":120,"target":134},{"source":120,"target":91},{"source":121,"target":135},{"source":121,"target":136},{"source":121,"target":91},{"source":121,"target":12},{"source":136,"target":135},{"source":122,"target":27},{"source":108,"target":32},{"source":108,"target":91},{"source":108,"target":137},{"source":108,"target":138},{"source":108,"target":124},{"source":108,"target":139},{"source":137,"target":140},{"source":137,"target":108},{"source":138,"target":141},{"source":138,"target":108},{"source":124,"target":91},{"source":124,"target":142},{"source":124,"target":108},{"source":124,"target":113},{"source":124,"target":12},{"source":142,"target":91},{"source":139,"target":91},{"source":109,"target":32},{"source":109,"target":91},{"source":109,"target":143},{"source":109,"target":144},{"source":143,"target":26},{"source":143,"target":145},{"source":143,"target":109},{"source":143,"target":12},{"source":145,"target":26},{"source":144,"target":91},{"source":110,"target":32},{"source":110,"target":146},{"source":110,"target":147},{"source":110,"target":148},{"source":110,"target":149},{"source":110,"target":150},{"source":110,"target":151},{"source":110,"target":152},{"source":146,"target":110},{"source":147,"target":110},{"source":148,"target":110},{"source":149,"target":110},{"source":150,"target":110},{"source":151,"target":110},{"source":152,"target":110},{"source":111,"target":32},{"source":111,"target":26},{"source":111,"target":153},{"source":111,"target":154},{"source":153,"target":155},{"source":153,"target":111},{"source":154,"target":26},{"source":112,"target":32},{"source":112,"target":91},{"source":112,"target":111},{"source":112,"target":156},{"source":112,"target":157},{"source":112,"target":158},{"source":112,"target":159},{"source":156,"target":160},{"source":156,"target":112},{"source":157,"target":110},{"source":157,"target":161},{"source":157,"target":112},{"source":161,"target":110},{"source":158,"target":91},{"source":159,"target":111},{"source":33,"target":162},{"source":33,"target":163},{"source":33,"target":25},{"source":162,"target":33},{"source":162,"target":28},{"source":162,"target":164},{"source":162,"target":165},{"source":162,"target":166},{"source":162,"target":167},{"source":162,"target":168},{"source":162,"target":169},{"source":164,"target":26},{"source":164,"target":170},{"source":164,"target":162},{"source":164,"target":12},{"source":170,"target":26},{"source":165,"target":171},{"source":165,"target":162},{"source":166,"target":26},{"source":166,"target":172},{"source":166,"target":162},{"source":166,"target":12},{"source":172,"target":26},{"source":167,"target":173},{"source":167,"target":162},{"source":168,"target":163},{"source":168,"target":174},{"source":168,"target":162},{"source":174,"target":163},{"source":169,"target":28},{"source":163,"target":33},{"source":163,"target":175},{"source":163,"target":176},{"source":163,"target":177},{"source":163,"target":178},{"source":163,"target":179},{"source":163,"target":180},{"source":175,"target":163},{"source":176,"target":163},{"source":177,"target":163},{"source":178,"target":163},{"source":179,"target":163},{"source":180,"target":163},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":34,"target":184},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":34,"target":189},{"source":34,"target":190},{"source":34,"target":191},{"source":34,"target":192},{"source":34,"target":25},{"source":181,"target":34},{"source":181,"target":26},{"source":181,"target":193},{"source":181,"target":194},{"source":181,"target":195},{"source":181,"target":196},{"source":193,"target":183},{"source":193,"target":197},{"source":193,"target":181},{"source":193,"target":198},{"source":193,"target":12},{"source":197,"target":183},{"source":194,"target":192},{"source":194,"target":199},{"source":194,"target":181},{"source":194,"target":200},{"source":194,"target":12},{"source":199,"target":192},{"source":195,"target":192},{"source":195,"target":201},{"source":195,"target":181},{"source":195,"target":202},{"source":195,"target":12},{"source":201,"target":192},{"source":196,"target":26},{"source":182,"target":34},{"source":182,"target":181},{"source":182,"target":203},{"source":182,"target":204},{"source":182,"target":205},{"source":182,"target":206},{"source":182,"target":207},{"source":182,"target":208},{"source":182,"target":209},{"source":182,"target":210},{"source":182,"target":211},{"source":203,"target":182},{"source":203,"target":212},{"source":203,"target":182},{"source":203,"target":204},{"source":203,"target":12},{"source":212,"target":182},{"source":204,"target":182},{"source":204,"target":213},{"source":204,"target":182},{"source":204,"target":203},{"source":204,"target":12},{"source":213,"target":182},{"source":205,"target":184},{"source":205,"target":214},{"source":205,"target":182},{"source":205,"target":215},{"source":205,"target":12},{"source":214,"target":184},{"source":206,"target":184},{"source":206,"target":216},{"source":206,"target":182},{"source":206,"target":217},{"source":206,"target":12},{"source":216,"target":184},{"source":207,"target":186},{"source":207,"target":218},{"source":207,"target":182},{"source":207,"target":219},{"source":207,"target":12},{"source":218,"target":186},{"source":208,"target":189},{"source":208,"target":220},{"source":208,"target":182},{"source":208,"target":221},{"source":208,"target":12},{"source":220,"target":189},{"source":209,"target":222},{"source":209,"target":223},{"source":209,"target":182},{"source":209,"target":224},{"source":209,"target":12},{"source":223,"target":222},{"source":210,"target":225},{"source":210,"target":226},{"source":210,"target":182},{"source":210,"target":227},{"source":210,"target":12},{"source":226,"target":225},{"source":211,"target":181},{"source":183,"target":34},{"source":183,"target":181},{"source":183,"target":228},{"source":183,"target":198},{"source":183,"target":229},{"source":228,"target":182},{"source":228,"target":230},{"source":228,"target":183},{"source":228,"target":12},{"source":230,"target":182},{"source":198,"target":181},{"source":198,"target":231},{"source":198,"target":183},{"source":198,"target":193},{"source":198,"target":12},{"source":231,"target":181},{"source":229,"target":181},{"source":184,"target":34},{"source":184,"target":26},{"source":184,"target":215},{"source":184,"target":217},{"source":184,"target":232},{"source":184,"target":233},{"source":184,"target":234},{"source":184,"target":235},{"source":184,"target":236},{"source":184,"target":237},{"source":215,"target":182},{"source":215,"target":238},{"source":215,"target":184},{"source":215,"target":205},{"source":215,"target":12},{"source":238,"target":182},{"source":217,"target":182},{"source":217,"target":239},{"source":217,"target":184},{"source":217,"target":206},{"source":217,"target":12},{"source":239,"target":182},{"source":232,"target":240},{"source":232,"target":184},{"source":233,"target":241},{"source":233,"target":184},{"source":234,"target":242},{"source":234,"target":184},{"source":235,"target":243},{"source":235,"target":184},{"source":236,"target":185},{"source":236,"target":244},{"source":236,"target":184},{"source":244,"target":185},{"source":237,"target":26},{"source":185,"target":34},{"source":185,"target":245},{"source":185,"target":246},{"source":185,"target":247},{"source":185,"target":248},{"source":245,"target":185},{"source":246,"target":185},{"source":247,"target":185},{"source":248,"target":185},{"source":186,"target":34},{"source":186,"target":26},{"source":186,"target":219},{"source":186,"target":249},{"source":186,"target":250},{"source":186,"target":251},{"source":186,"target":252},{"source":186,"target":253},{"source":186,"target":254},{"source":186,"target":255},{"source":186,"target":256},{"source":219,"target":182},{"source":219,"target":257},{"source":219,"target":186},{"source":219,"target":207},{"source":219,"target":12},{"source":257,"target":182},{"source":249,"target":258},{"source":249,"target":186},{"source":250,"target":259},{"source":250,"target":186},{"source":251,"target":260},{"source":251,"target":186},{"source":252,"target":261},{"source":252,"target":186},{"source":253,"target":262},{"source":253,"target":186},{"source":254,"target":187},{"source":254,"target":263},{"source":254,"target":186},{"source":263,"target":187},{"source":255,"target":188},{"source":255,"target":264},{"source":255,"target":186},{"source":264,"target":188},{"source":256,"target":26},{"source":187,"target":34},{"source":187,"target":265},{"source":187,"target":266},{"source":187,"target":267},{"source":187,"target":268},{"source":187,"target":269},{"source":265,"target":187},{"source":266,"target":187},{"source":267,"target":187},{"source":268,"target":187},{"source":269,"target":187},{"source":188,"target":34},{"source":188,"target":270},{"source":188,"target":271},{"source":270,"target":188},{"source":271,"target":188},{"source":189,"target":34},{"source":189,"target":26},{"source":189,"target":272},{"source":189,"target":273},{"source":189,"target":221},{"source":189,"target":274},{"source":189,"target":275},{"source":189,"target":276},{"source":189,"target":277},{"source":189,"target":278},{"source":189,"target":279},{"source":189,"target":280},{"source":189,"target":281},{"source":189,"target":282},{"source":189,"target":283},{"source":272,"target":187},{"source":272,"target":284},{"source":272,"target":189},{"source":284,"target":187},{"source":273,"target":188},{"source":273,"target":285},{"source":273,"target":189},{"source":285,"target":188},{"source":221,"target":182},{"source":221,"target":286},{"source":221,"target":189},{"source":221,"target":208},{"source":221,"target":12},{"source":286,"target":182},{"source":274,"target":287},{"source":274,"target":189},{"source":275,"target":288},{"source":275,"target":189},{"source":276,"target":289},{"source":276,"target":189},{"source":277,"target":290},{"source":277,"target":189},{"source":278,"target":291},{"source":278,"target":189},{"source":279,"target":189},{"source":279,"target":292},{"source":279,"target":189},{"source":279,"target":280},{"source":279,"target":12},{"source":292,"target":189},{"source":280,"target":189},{"source":280,"target":293},{"source":280,"target":189},{"source":280,"target":279},{"source":280,"target":12},{"source":293,"target":189},{"source":281,"target":190},{"source":281,"target":294},{"source":281,"target":189},{"source":281,"target":12},{"source":294,"target":190},{"source":282,"target":225},{"source":282,"target":295},{"source":282,"target":189},{"source":282,"target":296},{"source":282,"target":12},{"source":295,"target":225},{"source":283,"target":26},{"source":190,"target":34},{"source":190,"target":26},{"source":190,"target":297},{"source":190,"target":298},{"source":190,"target":299},{"source":190,"target":300},{"source":190,"target":301},{"source":190,"target":302},{"source":297,"target":303},{"source":297,"target":190},{"source":298,"target":304},{"source":298,"target":190},{"source":299,"target":305},{"source":299,"target":190},{"source":300,"target":306},{"source":300,"target":190},{"source":301,"target":191},{"source":301,"target":307},{"source":301,"target":190},{"source":307,"target":191},{"source":302,"target":26},{"source":191,"target":34},{"source":191,"target":308},{"source":191,"target":309},{"source":191,"target":310},{"source":191,"target":311},{"source":308,"target":191},{"source":309,"target":191},{"source":310,"target":191},{"source":311,"target":191},{"source":192,"target":34},{"source":192,"target":26},{"source":192,"target":200},{"source":192,"target":202},{"source":192,"target":312},{"source":200,"target":181},{"source":200,"target":313},{"source":200,"target":192},{"source":200,"target":194},{"source":200,"target":12},{"source":313,"target":181},{"source":202,"target":181},{"source":202,"target":314},{"source":202,"target":192},{"source":202,"target":195},{"source":202,"target":12},{"source":314,"target":181},{"source":312,"target":26},{"source":35,"target":315},{"source":35,"target":64},{"source":35,"target":316},{"source":35,"target":25},{"source":315,"target":35},{"source":315,"target":26},{"source":315,"target":317},{"source":315,"target":318},{"source":317,"target":316},{"source":317,"target":319},{"source":317,"target":315},{"source":317,"target":320},{"source":317,"target":12},{"source":319,"target":316},{"source":318,"target":26},{"source":64,"target":35},{"source":64,"target":315},{"source":64,"target":66},{"source":64,"target":68},{"source":64,"target":321},{"source":66,"target":26},{"source":66,"target":322},{"source":66,"target":64},{"source":66,"target":52},{"source":66,"target":12},{"source":322,"target":26},{"source":68,"target":26},{"source":68,"target":323},{"source":68,"target":64},{"source":68,"target":53},{"source":68,"target":12},{"source":323,"target":26},{"source":321,"target":315},{"source":316,"target":35},{"source":316,"target":315},{"source":316,"target":320},{"source":316,"target":324},{"source":320,"target":315},{"source":320,"target":325},{"source":320,"target":316},{"source":320,"target":317},{"source":320,"target":12},{"source":325,"target":315},{"source":324,"target":315},{"source":36,"target":326},{"source":36,"target":222},{"source":36,"target":225},{"source":36,"target":327},{"source":36,"target":328},{"source":36,"target":329},{"source":36,"target":330},{"source":36,"target":331},{"source":36,"target":332},{"source":36,"target":25},{"source":326,"target":36},{"source":326,"target":26},{"source":326,"target":333},{"source":326,"target":334},{"source":326,"target":335},{"source":326,"target":336},{"source":326,"target":337},{"source":326,"target":338},{"source":326,"target":339},{"source":326,"target":340},{"source":326,"target":341},{"source":326,"target":342},{"source":333,"target":343},{"source":333,"target":326},{"source":334,"target":344},{"source":334,"target":326},{"source":335,"target":326},{"source":335,"target":345},{"source":335,"target":326},{"source":335,"target":336},{"source":335,"target":12},{"source":345,"target":326},{"source":336,"target":326},{"source":336,"target":346},{"source":336,"target":326},{"source":336,"target":335},{"source":336,"target":12},{"source":346,"target":326},{"source":337,"target":347},{"source":337,"target":326},{"source":338,"target":80},{"source":338,"target":348},{"source":338,"target":326},{"source":338,"target":12},{"source":348,"target":80},{"source":339,"target":349},{"source":339,"target":326},{"source":340,"target":222},{"source":340,"target":350},{"source":340,"target":326},{"source":340,"target":351},{"source":340,"target":12},{"source":350,"target":222},{"source":341,"target":225},{"source":341,"target":352},{"source":341,"target":326},{"source":341,"target":353},{"source":341,"target":12},{"source":352,"target":225},{"source":342,"target":26},{"source":222,"target":36},{"source":222,"target":26},{"source":222,"target":354},{"source":222,"target":355},{"source":222,"target":356},{"source":222,"target":357},{"source":222,"target":351},{"source":222,"target":224},{"source":222,"target":358},{"source":222,"target":359},{"source":222,"target":360},{"source":222,"target":361},{"source":222,"target":362},{"source":222,"target":363},{"source":222,"target":364},{"source":222,"target":365},{"source":222,"target":366},{"source":354,"target":367},{"source":354,"target":222},{"source":355,"target":368},{"source":355,"target":222},{"source":356,"target":369},{"source":356,"target":222},{"source":357,"target":370},{"source":357,"target":222},{"source":351,"target":326},{"source":351,"target":371},{"source":351,"target":222},{"source":351,"target":340},{"source":351,"target":12},{"source":371,"target":326},{"source":224,"target":182},{"source":224,"target":372},{"source":224,"target":222},{"source":224,"target":209},{"source":224,"target":12},{"source":372,"target":182},{"source":358,"target":222},{"source":358,"target":373},{"source":358,"target":222},{"source":358,"target":12},{"source":373,"target":222},{"source":359,"target":222},{"source":359,"target":374},{"source":359,"target":222},{"source":359,"target":12},{"source":374,"target":222},{"source":360,"target":225},{"source":360,"target":375},{"source":360,"target":222},{"source":360,"target":376},{"source":360,"target":12},{"source":375,"target":225},{"source":361,"target":327},{"source":361,"target":377},{"source":361,"target":222},{"source":361,"target":378},{"source":361,"target":12},{"source":377,"target":327},{"source":362,"target":327},{"source":362,"target":379},{"source":362,"target":222},{"source":362,"target":380},{"source":362,"target":12},{"source":379,"target":327},{"source":363,"target":329},{"source":363,"target":381},{"source":363,"target":222},{"source":363,"target":382},{"source":363,"target":12},{"source":381,"target":329},{"source":364,"target":331},{"source":364,"target":383},{"source":364,"target":222},{"source":364,"target":384},{"source":364,"target":12},{"source":383,"target":331},{"source":365,"target":332},{"source":365,"target":385},{"source":365,"target":222},{"source":365,"target":386},{"source":365,"target":12},{"source":385,"target":332},{"source":366,"target":26},{"source":225,"target":36},{"source":225,"target":26},{"source":225,"target":376},{"source":225,"target":353},{"source":225,"target":296},{"source":225,"target":227},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":389},{"source":225,"target":390},{"source":225,"target":391},{"source":376,"target":222},{"source":376,"target":392},{"source":376,"target":225},{"source":376,"target":360},{"source":376,"target":12},{"source":392,"target":222},{"source":353,"target":326},{"source":353,"target":393},{"source":353,"target":225},{"source":353,"target":341},{"source":353,"target":12},{"source":393,"target":326},{"source":296,"target":189},{"source":296,"target":394},{"source":296,"target":225},{"source":296,"target":282},{"source":296,"target":12},{"source":394,"target":189},{"source":227,"target":182},{"source":227,"target":395},{"source":227,"target":225},{"source":227,"target":210},{"source":227,"target":12},{"source":395,"target":182},{"source":387,"target":328},{"source":387,"target":396},{"source":387,"target":225},{"source":387,"target":397},{"source":387,"target":12},{"source":396,"target":328},{"source":388,"target":328},{"source":388,"target":398},{"source":388,"target":225},{"source":388,"target":399},{"source":388,"target":12},{"source":398,"target":328},{"source":389,"target":329},{"source":389,"target":400},{"source":389,"target":225},{"source":389,"target":12},{"source":400,"target":329},{"source":390,"target":332},{"source":390,"target":401},{"source":390,"target":225},{"source":390,"target":402},{"source":390,"target":12},{"source":401,"target":332},{"source":391,"target":26},{"source":327,"target":36},{"source":327,"target":26},{"source":327,"target":378},{"source":327,"target":380},{"source":327,"target":403},{"source":327,"target":404},{"source":327,"target":405},{"source":327,"target":406},{"source":378,"target":222},{"source":378,"target":407},{"source":378,"target":327},{"source":378,"target":361},{"source":378,"target":12},{"source":407,"target":222},{"source":380,"target":222},{"source":380,"target":408},{"source":380,"target":327},{"source":380,"target":362},{"source":380,"target":12},{"source":408,"target":222},{"source":403,"target":328},{"source":403,"target":409},{"source":403,"target":327},{"source":403,"target":410},{"source":403,"target":12},{"source":409,"target":328},{"source":404,"target":331},{"source":404,"target":411},{"source":404,"target":327},{"source":404,"target":412},{"source":404,"target":12},{"source":411,"target":331},{"source":405,"target":331},{"source":405,"target":413},{"source":405,"target":327},{"source":405,"target":414},{"source":405,"target":12},{"source":413,"target":331},{"source":406,"target":26},{"source":328,"target":36},{"source":328,"target":26},{"source":328,"target":397},{"source":328,"target":399},{"source":328,"target":410},{"source":328,"target":415},{"source":397,"target":225},{"source":397,"target":416},{"source":397,"target":328},{"source":397,"target":387},{"source":397,"target":12},{"source":416,"target":225},{"source":399,"target":225},{"source":399,"target":417},{"source":399,"target":328},{"source":399,"target":388},{"source":399,"target":12},{"source":417,"target":225},{"source":410,"target":327},{"source":410,"target":418},{"source":410,"target":328},{"source":410,"target":403},{"source":410,"target":12},{"source":418,"target":327},{"source":415,"target":26},{"source":329,"target":36},{"source":329,"target":26},{"source":329,"target":29},{"source":329,"target":419},{"source":329,"target":420},{"source":329,"target":382},{"source":329,"target":421},{"source":329,"target":422},{"source":329,"target":423},{"source":419,"target":424},{"source":419,"target":329},{"source":420,"target":222},{"source":420,"target":425},{"source":420,"target":329},{"source":420,"target":12},{"source":425,"target":222},{"source":382,"target":222},{"source":382,"target":426},{"source":382,"target":329},{"source":382,"target":363},{"source":382,"target":12},{"source":426,"target":222},{"source":421,"target":330},{"source":421,"target":427},{"source":421,"target":329},{"source":421,"target":12},{"source":427,"target":330},{"source":422,"target":26},{"source":423,"target":29},{"source":330,"target":36},{"source":330,"target":26},{"source":330,"target":29},{"source":330,"target":428},{"source":330,"target":429},{"source":330,"target":430},{"source":330,"target":431},{"source":330,"target":432},{"source":428,"target":433},{"source":428,"target":330},{"source":429,"target":434},{"source":429,"target":330},{"source":430,"target":435},{"source":430,"target":330},{"source":431,"target":26},{"source":432,"target":29},{"source":331,"target":36},{"source":331,"target":26},{"source":331,"target":29},{"source":331,"target":414},{"source":331,"target":412},{"source":331,"target":384},{"source":331,"target":436},{"source":331,"target":437},{"source":414,"target":327},{"source":414,"target":438},{"source":414,"target":331},{"source":414,"target":405},{"source":414,"target":12},{"source":438,"target":327},{"source":412,"target":327},{"source":412,"target":439},{"source":412,"target":331},{"source":412,"target":404},{"source":412,"target":12},{"source":439,"target":327},{"source":384,"target":222},{"source":384,"target":440},{"source":384,"target":331},{"source":384,"target":364},{"source":384,"target":12},{"source":440,"target":222},{"source":436,"target":26},{"source":437,"target":29},{"source":332,"target":36},{"source":332,"target":441},{"source":332,"target":386},{"source":332,"target":402},{"source":332,"target":442},{"source":386,"target":222},{"source":386,"target":443},{"source":386,"target":332},{"source":386,"target":365},{"source":386,"target":12},{"source":443,"target":222},{"source":402,"target":225},{"source":402,"target":444},{"source":402,"target":332},{"source":402,"target":390},{"source":402,"target":12},{"source":444,"target":225},{"source":442,"target":441},{"source":37,"target":445},{"source":37,"target":446},{"source":37,"target":447},{"source":37,"target":441},{"source":37,"target":448},{"source":37,"target":69},{"source":37,"target":25},{"source":445,"target":37},{"source":445,"target":27},{"source":445,"target":111},{"source":445,"target":91},{"source":445,"target":449},{"source":445,"target":450},{"source":445,"target":451},{"source":445,"target":452},{"source":445,"target":453},{"source":445,"target":454},{"source":445,"target":455},{"source":449,"target":110},{"source":449,"target":456},{"source":449,"target":445},{"source":456,"target":110},{"source":450,"target":446},{"source":450,"target":457},{"source":450,"target":445},{"source":450,"target":458},{"source":450,"target":12},{"source":457,"target":446},{"source":451,"target":447},{"source":451,"target":459},{"source":451,"target":445},{"source":451,"target":460},{"source":451,"target":12},{"source":459,"target":447},{"source":452,"target":441},{"source":452,"target":461},{"source":452,"target":445},{"source":452,"target":12},{"source":461,"target":441},{"source":453,"target":27},{"source":454,"target":111},{"source":455,"target":91},{"source":446,"target":37},{"source":446,"target":26},{"source":446,"target":29},{"source":446,"target":458},{"source":446,"target":462},{"source":446,"target":463},{"source":446,"target":464},{"source":458,"target":445},{"source":458,"target":465},{"source":458,"target":446},{"source":458,"target":450},{"source":458,"target":12},{"source":465,"target":445},{"source":462,"target":448},{"source":462,"target":466},{"source":462,"target":446},{"source":462,"target":467},{"source":462,"target":12},{"source":466,"target":448},{"source":463,"target":26},{"source":464,"target":29},{"source":447,"target":37},{"source":447,"target":26},{"source":447,"target":29},{"source":447,"target":468},{"source":447,"target":460},{"source":447,"target":469},{"source":447,"target":470},{"source":468,"target":446},{"source":468,"target":471},{"source":468,"target":447},{"source":468,"target":12},{"source":471,"target":446},{"source":460,"target":445},{"source":460,"target":472},{"source":460,"target":447},{"source":460,"target":451},{"source":460,"target":12},{"source":472,"target":445},{"source":469,"target":26},{"source":470,"target":29},{"source":441,"target":37},{"source":441,"target":26},{"source":441,"target":473},{"source":441,"target":474},{"source":473,"target":448},{"source":473,"target":475},{"source":473,"target":441},{"source":473,"target":476},{"source":473,"target":12},{"source":475,"target":448},{"source":474,"target":26},{"source":448,"target":37},{"source":448,"target":26},{"source":448,"target":29},{"source":448,"target":467},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":448,"target":479},{"source":467,"target":446},{"source":467,"target":480},{"source":467,"target":448},{"source":467,"target":462},{"source":467,"target":12},{"source":480,"target":446},{"source":476,"target":441},{"source":476,"target":481},{"source":476,"target":448},{"source":476,"target":473},{"source":476,"target":12},{"source":481,"target":441},{"source":477,"target":482},{"source":477,"target":448},{"source":478,"target":26},{"source":479,"target":29},{"source":69,"target":37},{"source":69,"target":26},{"source":69,"target":483},{"source":69,"target":484},{"source":69,"target":71},{"source":69,"target":485},{"source":483,"target":80},{"source":483,"target":486},{"source":483,"target":69},{"source":483,"target":12},{"source":486,"target":80},{"source":484,"target":80},{"source":484,"target":487},{"source":484,"target":69},{"source":484,"target":12},{"source":487,"target":80},{"source":71,"target":26},{"source":71,"target":488},{"source":71,"target":69},{"source":71,"target":54},{"source":71,"target":12},{"source":488,"target":26},{"source":485,"target":26},{"source":38,"target":135},{"source":38,"target":489},{"source":38,"target":490},{"source":38,"target":491},{"source":38,"target":25},{"source":135,"target":38},{"source":135,"target":26},{"source":135,"target":492},{"source":135,"target":493},{"source":135,"target":494},{"source":492,"target":495},{"source":492,"target":135},{"source":493,"target":496},{"source":493,"target":135},{"source":494,"target":26},{"source":489,"target":38},{"source":489,"target":445},{"source":489,"target":497},{"source":489,"target":498},{"source":497,"target":499},{"source":497,"target":489},{"source":498,"target":445},{"source":490,"target":38},{"source":490,"target":446},{"source":490,"target":500},{"source":490,"target":501},{"source":490,"target":502},{"source":500,"target":490},{"source":500,"target":503},{"source":500,"target":490},{"source":500,"target":12},{"source":503,"target":490},{"source":501,"target":135},{"source":501,"target":504},{"source":501,"target":490},{"source":501,"target":12},{"source":504,"target":135},{"source":502,"target":446},{"source":491,"target":38},{"source":491,"target":447},{"source":491,"target":505},{"source":491,"target":506},{"source":505,"target":135},{"source":505,"target":507},{"source":505,"target":491},{"source":505,"target":12},{"source":507,"target":135},{"source":506,"target":447},{"source":39,"target":508},{"source":39,"target":509},{"source":39,"target":510},{"source":39,"target":511},{"source":39,"target":25},{"source":508,"target":39},{"source":508,"target":91},{"source":508,"target":111},{"source":508,"target":512},{"source":508,"target":513},{"source":508,"target":514},{"source":508,"target":515},{"source":508,"target":516},{"source":508,"target":517},{"source":512,"target":518},{"source":512,"target":508},{"source":513,"target":509},{"source":513,"target":519},{"source":513,"target":508},{"source":519,"target":509},{"source":514,"target":510},{"source":514,"target":520},{"source":514,"target":508},{"source":520,"target":510},{"source":515,"target":511},{"source":515,"target":521},{"source":515,"target":508},{"source":521,"target":511},{"source":516,"target":91},{"source":517,"target":111},{"source":509,"target":39},{"source":509,"target":522},{"source":509,"target":523},{"source":509,"target":524},{"source":509,"target":525},{"source":509,"target":526},{"source":522,"target":509},{"source":523,"target":509},{"source":524,"target":509},{"source":525,"target":509},{"source":526,"target":509},{"source":510,"target":39},{"source":510,"target":527},{"source":510,"target":528},{"source":510,"target":529},{"source":510,"target":530},{"source":510,"target":531},{"source":527,"target":510},{"source":528,"target":510},{"source":529,"target":510},{"source":530,"target":510},{"source":531,"target":510},{"source":511,"target":39},{"source":511,"target":532},{"source":511,"target":533},{"source":511,"target":534},{"source":532,"target":511},{"source":533,"target":511},{"source":534,"target":511},{"source":40,"target":535},{"source":40,"target":536},{"source":40,"target":537},{"source":40,"target":25},{"source":535,"target":40},{"source":535,"target":26},{"source":535,"target":538},{"source":535,"target":539},{"source":535,"target":540},{"source":535,"target":541},{"source":535,"target":542},{"source":538,"target":183},{"source":538,"target":543},{"source":538,"target":535},{"source":538,"target":12},{"source":543,"target":183},{"source":539,"target":183},{"source":539,"target":544},{"source":539,"target":535},{"source":539,"target":12},{"source":544,"target":183},{"source":540,"target":536},{"source":540,"target":545},{"source":540,"target":535},{"source":540,"target":546},{"source":540,"target":12},{"source":545,"target":536},{"source":541,"target":536},{"source":541,"target":547},{"source":541,"target":535},{"source":541,"target":548},{"source":541,"target":12},{"source":547,"target":536},{"source":542,"target":26},{"source":536,"target":40},{"source":536,"target":26},{"source":536,"target":546},{"source":536,"target":548},{"source":536,"target":549},{"source":546,"target":535},{"source":546,"target":550},{"source":546,"target":536},{"source":546,"target":540},{"source":546,"target":12},{"source":550,"target":535},{"source":548,"target":535},{"source":548,"target":551},{"source":548,"target":536},{"source":548,"target":541},{"source":548,"target":12},{"source":551,"target":535},{"source":549,"target":26},{"source":537,"target":40},{"source":537,"target":26},{"source":537,"target":552},{"source":537,"target":553},{"source":552,"target":535},{"source":552,"target":554},{"source":552,"target":537},{"source":552,"target":12},{"source":554,"target":535},{"source":553,"target":26},{"source":41,"target":555},{"source":41,"target":556},{"source":41,"target":557},{"source":41,"target":558},{"source":41,"target":559},{"source":41,"target":25},{"source":555,"target":41},{"source":555,"target":26},{"source":555,"target":560},{"source":555,"target":561},{"source":555,"target":562},{"source":555,"target":563},{"source":555,"target":564},{"source":555,"target":565},{"source":555,"target":566},{"source":555,"target":567},{"source":555,"target":568},{"source":555,"target":569},{"source":555,"target":570},{"source":560,"target":571},{"source":560,"target":555},{"source":561,"target":572},{"source":561,"target":555},{"source":562,"target":573},{"source":562,"target":555},{"source":563,"target":81},{"source":563,"target":574},{"source":563,"target":555},{"source":563,"target":12},{"source":574,"target":81},{"source":564,"target":81},{"source":564,"target":575},{"source":564,"target":555},{"source":564,"target":12},{"source":575,"target":81},{"source":565,"target":81},{"source":565,"target":576},{"source":565,"target":555},{"source":565,"target":12},{"source":576,"target":81},{"source":566,"target":80},{"source":566,"target":577},{"source":566,"target":555},{"source":566,"target":12},{"source":577,"target":80},{"source":567,"target":556},{"source":567,"target":578},{"source":567,"target":555},{"source":567,"target":12},{"source":578,"target":556},{"source":568,"target":558},{"source":568,"target":579},{"source":568,"target":555},{"source":568,"target":12},{"source":579,"target":558},{"source":569,"target":559},{"source":569,"target":580},{"source":569,"target":555},{"source":569,"target":12},{"source":580,"target":559},{"source":570,"target":26},{"source":556,"target":41},{"source":556,"target":26},{"source":556,"target":581},{"source":556,"target":582},{"source":581,"target":583},{"source":581,"target":556},{"source":582,"target":26},{"source":557,"target":41},{"source":557,"target":556},{"source":557,"target":584},{"source":557,"target":585},{"source":584,"target":556},{"source":584,"target":586},{"source":584,"target":557},{"source":584,"target":12},{"source":586,"target":556},{"source":585,"target":556},{"source":558,"target":41},{"source":558,"target":556},{"source":558,"target":587},{"source":558,"target":588},{"source":587,"target":445},{"source":587,"target":589},{"source":587,"target":558},{"source":587,"target":12},{"source":589,"target":445},{"source":588,"target":556},{"source":559,"target":41},{"source":559,"target":556},{"source":559,"target":590},{"source":559,"target":591},{"source":590,"target":91},{"source":590,"target":592},{"source":590,"target":559},{"source":590,"target":12},{"source":592,"target":91},{"source":591,"target":556},{"source":42,"target":593},{"source":42,"target":594},{"source":42,"target":595},{"source":42,"target":596},{"source":42,"target":597},{"source":42,"target":25},{"source":593,"target":42},{"source":593,"target":26},{"source":593,"target":598},{"source":593,"target":599},{"source":593,"target":600},{"source":593,"target":601},{"source":598,"target":602},{"source":598,"target":593},{"source":599,"target":594},{"source":599,"target":603},{"source":599,"target":593},{"source":599,"target":604},{"source":599,"target":12},{"source":603,"target":594},{"source":600,"target":594},{"source":600,"target":605},{"source":600,"target":593},{"source":600,"target":606},{"source":600,"target":12},{"source":605,"target":594},{"source":601,"target":26},{"source":594,"target":42},{"source":594,"target":26},{"source":594,"target":604},{"source":594,"target":606},{"source":594,"target":607},{"source":604,"target":593},{"source":604,"target":608},{"source":604,"target":594},{"source":604,"target":599},{"source":604,"target":12},{"source":608,"target":593},{"source":606,"target":593},{"source":606,"target":609},{"source":606,"target":594},{"source":606,"target":600},{"source":606,"target":12},{"source":609,"target":593},{"source":607,"target":26},{"source":595,"target":42},{"source":595,"target":594},{"source":595,"target":610},{"source":595,"target":611},{"source":595,"target":612},{"source":595,"target":613},{"source":610,"target":614},{"source":610,"target":595},{"source":611,"target":615},{"source":611,"target":595},{"source":612,"target":616},{"source":612,"target":595},{"source":613,"target":594},{"source":596,"target":42},{"source":596,"target":594},{"source":596,"target":617},{"source":617,"target":594},{"source":597,"target":42},{"source":597,"target":594},{"source":597,"target":618},{"source":618,"target":594},{"source":43,"target":619},{"source":43,"target":620},{"source":43,"target":25},{"source":619,"target":43},{"source":619,"target":28},{"source":619,"target":621},{"source":619,"target":622},{"source":621,"target":623},{"source":621,"target":619},{"source":622,"target":28},{"source":620,"target":43},{"source":620,"target":28},{"source":620,"target":624},{"source":620,"target":625},{"source":620,"target":626},{"source":620,"target":627},{"source":620,"target":628},{"source":624,"target":629},{"source":624,"target":620},{"source":625,"target":630},{"source":625,"target":620},{"source":626,"target":631},{"source":626,"target":620},{"source":627,"target":632},{"source":627,"target":620},{"source":628,"target":28},{"source":44,"target":633},{"source":44,"target":634},{"source":44,"target":72},{"source":44,"target":635},{"source":44,"target":636},{"source":44,"target":637},{"source":44,"target":638},{"source":44,"target":25},{"source":633,"target":44},{"source":633,"target":26},{"source":633,"target":639},{"source":633,"target":640},{"source":633,"target":641},{"source":639,"target":26},{"source":639,"target":642},{"source":639,"target":633},{"source":639,"target":12},{"source":642,"target":26},{"source":640,"target":634},{"source":640,"target":643},{"source":640,"target":633},{"source":640,"target":644},{"source":640,"target":12},{"source":643,"target":634},{"source":641,"target":26},{"source":634,"target":44},{"source":634,"target":26},{"source":634,"target":645},{"source":634,"target":644},{"source":634,"target":646},{"source":634,"target":647},{"source":634,"target":648},{"source":645,"target":649},{"source":645,"target":634},{"source":644,"target":633},{"source":644,"target":650},{"source":644,"target":634},{"source":644,"target":640},{"source":644,"target":12},{"source":650,"target":633},{"source":646,"target":72},{"source":646,"target":651},{"source":646,"target":634},{"source":646,"target":652},{"source":646,"target":12},{"source":651,"target":72},{"source":647,"target":635},{"source":647,"target":653},{"source":647,"target":634},{"source":647,"target":654},{"source":647,"target":12},{"source":653,"target":635},{"source":648,"target":26},{"source":72,"target":44},{"source":72,"target":26},{"source":72,"target":652},{"source":72,"target":74},{"source":72,"target":655},{"source":72,"target":656},{"source":652,"target":634},{"source":652,"target":657},{"source":652,"target":72},{"source":652,"target":646},{"source":652,"target":12},{"source":657,"target":634},{"source":74,"target":26},{"source":74,"target":658},{"source":74,"target":72},{"source":74,"target":55},{"source":74,"target":12},{"source":658,"target":26},{"source":655,"target":637},{"source":655,"target":659},{"source":655,"target":72},{"source":655,"target":660},{"source":655,"target":12},{"source":659,"target":637},{"source":656,"target":26},{"source":635,"target":44},{"source":635,"target":26},{"source":635,"target":654},{"source":635,"target":661},{"source":635,"target":662},{"source":654,"target":634},{"source":654,"target":663},{"source":654,"target":635},{"source":654,"target":647},{"source":654,"target":12},{"source":663,"target":634},{"source":661,"target":637},{"source":661,"target":664},{"source":661,"target":635},{"source":661,"target":665},{"source":661,"target":12},{"source":664,"target":637},{"source":662,"target":26},{"source":636,"target":44},{"source":636,"target":635},{"source":636,"target":666},{"source":636,"target":667},{"source":666,"target":668},{"source":666,"target":636},{"source":667,"target":635},{"source":637,"target":44},{"source":637,"target":26},{"source":637,"target":660},{"source":637,"target":665},{"source":637,"target":669},{"source":660,"target":72},{"source":660,"target":670},{"source":660,"target":637},{"source":660,"target":655},{"source":660,"target":12},{"source":670,"target":72},{"source":665,"target":635},{"source":665,"target":671},{"source":665,"target":637},{"source":665,"target":661},{"source":665,"target":12},{"source":671,"target":635},{"source":669,"target":26},{"source":638,"target":44},{"source":638,"target":637},{"source":638,"target":672},{"source":638,"target":673},{"source":672,"target":674},{"source":672,"target":638},{"source":673,"target":637},{"source":45,"target":675},{"source":45,"target":25},{"source":675,"target":45},{"source":675,"target":676},{"source":675,"target":677},{"source":675,"target":678},{"source":676,"target":5},{"source":676,"target":679},{"source":676,"target":675},{"source":679,"target":5},{"source":677,"target":5},{"source":677,"target":680},{"source":677,"target":675},{"source":680,"target":5},{"source":678,"target":5},{"source":678,"target":681},{"source":678,"target":675},{"source":681,"target":5},{"source":46,"target":682},{"source":46,"target":683},{"source":46,"target":684},{"source":46,"target":685},{"source":46,"target":686},{"source":46,"target":687},{"source":46,"target":688},{"source":46,"target":25},{"source":682,"target":46},{"source":682,"target":26},{"source":682,"target":689},{"source":682,"target":690},{"source":682,"target":691},{"source":689,"target":683},{"source":689,"target":692},{"source":689,"target":682},{"source":689,"target":693},{"source":689,"target":12},{"source":692,"target":683},{"source":690,"target":683},{"source":690,"target":694},{"source":690,"target":682},{"source":690,"target":695},{"source":690,"target":12},{"source":694,"target":683},{"source":691,"target":26},{"source":683,"target":46},{"source":683,"target":26},{"source":683,"target":693},{"source":683,"target":695},{"source":683,"target":696},{"source":683,"target":697},{"source":693,"target":682},{"source":693,"target":698},{"source":693,"target":683},{"source":693,"target":689},{"source":693,"target":12},{"source":698,"target":682},{"source":695,"target":682},{"source":695,"target":699},{"source":695,"target":683},{"source":695,"target":690},{"source":695,"target":12},{"source":699,"target":682},{"source":696,"target":700},{"source":696,"target":683},{"source":697,"target":26},{"source":684,"target":46},{"source":684,"target":682},{"source":684,"target":701},{"source":701,"target":682},{"source":685,"target":46},{"source":685,"target":682},{"source":685,"target":702},{"source":702,"target":682},{"source":686,"target":46},{"source":686,"target":682},{"source":686,"target":703},{"source":703,"target":682},{"source":687,"target":46},{"source":687,"target":682},{"source":687,"target":704},{"source":704,"target":682},{"source":688,"target":46},{"source":688,"target":682},{"source":688,"target":705},{"source":705,"target":682},{"source":706,"target":707},{"source":706,"target":708},{"source":706,"target":709},{"source":706,"target":710},{"source":706,"target":711},{"source":706,"target":712},{"source":706,"target":713},{"source":706,"target":714},{"source":706,"target":715},{"source":706,"target":716},{"source":706,"target":717},{"source":706,"target":718},{"source":707,"target":706},{"source":707,"target":719},{"source":707,"target":720},{"source":707,"target":721},{"source":707,"target":722},{"source":719,"target":711},{"source":719,"target":723},{"source":719,"target":707},{"source":723,"target":711},{"source":720,"target":724},{"source":720,"target":725},{"source":720,"target":707},{"source":725,"target":724},{"source":721,"target":726},{"source":721,"target":707},{"source":722,"target":727},{"source":722,"target":707},{"source":708,"target":706},{"source":708,"target":728},{"source":708,"target":729},{"source":708,"target":730},{"source":708,"target":731},{"source":728,"target":732},{"source":728,"target":708},{"source":729,"target":733},{"source":729,"target":708},{"source":730,"target":711},{"source":730,"target":734},{"source":730,"target":708},{"source":734,"target":711},{"source":731,"target":735},{"source":731,"target":736},{"source":731,"target":708},{"source":736,"target":735},{"source":709,"target":706},{"source":709,"target":2},{"source":709,"target":737},{"source":737,"target":2},{"source":710,"target":706},{"source":710,"target":738},{"source":710,"target":739},{"source":710,"target":740},{"source":710,"target":741},{"source":738,"target":742},{"source":738,"target":743},{"source":738,"target":710},{"source":743,"target":742},{"source":739,"target":707},{"source":739,"target":744},{"source":739,"target":710},{"source":744,"target":707},{"source":740,"target":709},{"source":740,"target":745},{"source":740,"target":710},{"source":745,"target":709},{"source":741,"target":746},{"source":741,"target":747},{"source":741,"target":710},{"source":747,"target":746},{"source":711,"target":706},{"source":711,"target":2},{"source":711,"target":748},{"source":748,"target":2},{"source":712,"target":706},{"source":712,"target":749},{"source":749,"target":750},{"source":749,"target":712},{"source":713,"target":706},{"source":713,"target":751},{"source":713,"target":752},{"source":751,"target":753},{"source":751,"target":713},{"source":752,"target":754},{"source":752,"target":713},{"source":714,"target":706},{"source":714,"target":3},{"source":714,"target":755},{"source":755,"target":3},{"source":715,"target":756},{"source":715,"target":757},{"source":715,"target":735},{"source":715,"target":758},{"source":715,"target":759},{"source":715,"target":760},{"source":715,"target":761},{"source":715,"target":762},{"source":715,"target":724},{"source":715,"target":763},{"source":715,"target":764},{"source":715,"target":765},{"source":715,"target":766},{"source":715,"target":706},{"source":756,"target":715},{"source":756,"target":758},{"source":756,"target":767},{"source":756,"target":768},{"source":767,"target":769},{"source":767,"target":756},{"source":768,"target":758},{"source":757,"target":715},{"source":757,"target":758},{"source":757,"target":770},{"source":757,"target":771},{"source":770,"target":772},{"source":770,"target":757},{"source":771,"target":758},{"source":735,"target":715},{"source":735,"target":758},{"source":735,"target":773},{"source":735,"target":774},{"source":773,"target":775},{"source":773,"target":735},{"source":774,"target":758},{"source":758,"target":715},{"source":759,"target":715},{"source":759,"target":776},{"source":759,"target":777},{"source":759,"target":778},{"source":759,"target":779},{"source":776,"target":780},{"source":776,"target":759},{"source":777,"target":781},{"source":777,"target":759},{"source":778,"target":782},{"source":778,"target":759},{"source":779,"target":783},{"source":779,"target":759},{"source":760,"target":715},{"source":760,"target":784},{"source":760,"target":785},{"source":760,"target":786},{"source":760,"target":787},{"source":760,"target":788},{"source":784,"target":789},{"source":784,"target":790},{"source":784,"target":760},{"source":790,"target":789},{"source":785,"target":791},{"source":785,"target":792},{"source":785,"target":760},{"source":792,"target":791},{"source":786,"target":759},{"source":786,"target":793},{"source":786,"target":760},{"source":793,"target":759},{"source":787,"target":794},{"source":787,"target":795},{"source":787,"target":760},{"source":795,"target":794},{"source":788,"target":764},{"source":788,"target":796},{"source":788,"target":760},{"source":796,"target":764},{"source":761,"target":715},{"source":761,"target":797},{"source":761,"target":798},{"source":761,"target":799},{"source":761,"target":800},{"source":761,"target":801},{"source":797,"target":735},{"source":797,"target":802},{"source":797,"target":761},{"source":802,"target":735},{"source":798,"target":759},{"source":798,"target":803},{"source":798,"target":761},{"source":803,"target":759},{"source":799,"target":756},{"source":799,"target":804},{"source":799,"target":761},{"source":804,"target":756},{"source":800,"target":764},{"source":800,"target":805},{"source":800,"target":761},{"source":805,"target":764},{"source":801,"target":760},{"source":801,"target":806},{"source":801,"target":761},{"source":806,"target":760},{"source":762,"target":715},{"source":762,"target":807},{"source":762,"target":808},{"source":762,"target":809},{"source":762,"target":810},{"source":807,"target":735},{"source":807,"target":811},{"source":807,"target":762},{"source":811,"target":735},{"source":808,"target":735},{"source":808,"target":812},{"source":808,"target":762},{"source":812,"target":735},{"source":809,"target":5},{"source":809,"target":813},{"source":809,"target":762},{"source":813,"target":5},{"source":810,"target":814},{"source":810,"target":762},{"source":724,"target":715},{"source":724,"target":815},{"source":724,"target":816},{"source":724,"target":817},{"source":724,"target":818},{"source":724,"target":819},{"source":724,"target":820},{"source":724,"target":821},{"source":815,"target":1},{"source":815,"target":822},{"source":815,"target":724},{"source":822,"target":1},{"source":816,"target":735},{"source":816,"target":823},{"source":816,"target":724},{"source":823,"target":735},{"source":817,"target":756},{"source":817,"target":824},{"source":817,"target":724},{"source":824,"target":756},{"source":818,"target":724},{"source":818,"target":825},{"source":818,"target":724},{"source":818,"target":819},{"source":825,"target":724},{"source":819,"target":724},{"source":819,"target":826},{"source":819,"target":724},{"source":819,"target":818},{"source":826,"target":724},{"source":820,"target":760},{"source":820,"target":827},{"source":820,"target":724},{"source":827,"target":760},{"source":821,"target":759},{"source":821,"target":828},{"source":821,"target":724},{"source":828,"target":759},{"source":763,"target":715},{"source":763,"target":758},{"source":763,"target":829},{"source":829,"target":758},{"source":764,"target":715},{"source":764,"target":830},{"source":764,"target":831},{"source":830,"target":832},{"source":830,"target":764},{"source":831,"target":833},{"source":831,"target":764},{"source":765,"target":789},{"source":765,"target":834},{"source":765,"target":835},{"source":765,"target":836},{"source":765,"target":837},{"source":765,"target":838},{"source":765,"target":839},{"source":765,"target":840},{"source":765,"target":841},{"source":765,"target":842},{"source":765,"target":843},{"source":765,"target":844},{"source":765,"target":845},{"source":765,"target":846},{"source":765,"target":847},{"source":765,"target":848},{"source":765,"target":849},{"source":765,"target":850},{"source":765,"target":851},{"source":765,"target":852},{"source":765,"target":715},{"source":789,"target":765},{"source":789,"target":3},{"source":789,"target":853},{"source":789,"target":854},{"source":789,"target":855},{"source":789,"target":856},{"source":789,"target":857},{"source":789,"target":858},{"source":853,"target":859},{"source":853,"target":789},{"source":854,"target":860},{"source":854,"target":789},{"source":855,"target":5},{"source":855,"target":861},{"source":855,"target":789},{"source":861,"target":5},{"source":856,"target":862},{"source":856,"target":789},{"source":857,"target":863},{"source":857,"target":789},{"source":858,"target":3},{"source":834,"target":765},{"source":834,"target":789},{"source":834,"target":864},{"source":834,"target":865},{"source":834,"target":866},{"source":834,"target":867},{"source":834,"target":868},{"source":834,"target":869},{"source":864,"target":789},{"source":864,"target":870},{"source":864,"target":834},{"source":870,"target":789},{"source":865,"target":789},{"source":865,"target":871},{"source":865,"target":834},{"source":871,"target":789},{"source":866,"target":872},{"source":866,"target":834},{"source":867,"target":873},{"source":867,"target":834},{"source":868,"target":874},{"source":868,"target":834},{"source":869,"target":789},{"source":835,"target":765},{"source":835,"target":789},{"source":835,"target":875},{"source":835,"target":876},{"source":875,"target":877},{"source":875,"target":835},{"source":876,"target":789},{"source":836,"target":765},{"source":836,"target":789},{"source":836,"target":878},{"source":836,"target":879},{"source":836,"target":880},{"source":836,"target":881},{"source":836,"target":882},{"source":878,"target":883},{"source":878,"target":836},{"source":879,"target":884},{"source":879,"target":836},{"source":880,"target":845},{"source":880,"target":885},{"source":880,"target":836},{"source":885,"target":845},{"source":881,"target":851},{"source":881,"target":886},{"source":881,"target":836},{"source":886,"target":851},{"source":882,"target":789},{"source":837,"target":765},{"source":837,"target":835},{"source":837,"target":887},{"source":837,"target":888},{"source":837,"target":889},{"source":887,"target":890},{"source":887,"target":837},{"source":888,"target":891},{"source":888,"target":837},{"source":889,"target":835},{"source":838,"target":765},{"source":838,"target":835},{"source":838,"target":892},{"source":838,"target":893},{"source":838,"target":894},{"source":838,"target":895},{"source":892,"target":896},{"source":892,"target":838},{"source":893,"target":897},{"source":893,"target":838},{"source":894,"target":898},{"source":894,"target":838},{"source":895,"target":835},{"source":839,"target":765},{"source":839,"target":835},{"source":839,"target":899},{"source":839,"target":900},{"source":839,"target":901},{"source":839,"target":902},{"source":899,"target":903},{"source":899,"target":839},{"source":900,"target":904},{"source":900,"target":839},{"source":901,"target":905},{"source":901,"target":839},{"source":902,"target":835},{"source":840,"target":765},{"source":840,"target":835},{"source":840,"target":906},{"source":840,"target":907},{"source":840,"target":908},{"source":840,"target":909},{"source":906,"target":910},{"source":906,"target":840},{"source":907,"target":911},{"source":907,"target":840},{"source":908,"target":912},{"source":908,"target":840},{"source":909,"target":835},{"source":841,"target":765},{"source":841,"target":845},{"source":841,"target":913},{"source":841,"target":914},{"source":841,"target":915},{"source":913,"target":5},{"source":913,"target":916},{"source":913,"target":841},{"source":916,"target":5},{"source":914,"target":5},{"source":914,"target":917},{"source":914,"target":841},{"source":917,"target":5},{"source":915,"target":845},{"source":842,"target":765},{"source":842,"target":845},{"source":842,"target":918},{"source":842,"target":919},{"source":842,"target":920},{"source":842,"target":921},{"source":918,"target":922},{"source":918,"target":842},{"source":919,"target":5},{"source":919,"target":923},{"source":919,"target":842},{"source":923,"target":5},{"source":920,"target":5},{"source":920,"target":924},{"source":920,"target":842},{"source":924,"target":5},{"source":921,"target":845},{"source":843,"target":765},{"source":843,"target":845},{"source":843,"target":925},{"source":843,"target":926},{"source":843,"target":927},{"source":843,"target":928},{"source":925,"target":929},{"source":925,"target":843},{"source":926,"target":930},{"source":926,"target":843},{"source":927,"target":5},{"source":927,"target":931},{"source":927,"target":843},{"source":931,"target":5},{"source":928,"target":845},{"source":844,"target":765},{"source":844,"target":835},{"source":844,"target":932},{"source":844,"target":933},{"source":844,"target":934},{"source":844,"target":935},{"source":932,"target":936},{"source":932,"target":844},{"source":933,"target":937},{"source":933,"target":844},{"source":934,"target":5},{"source":934,"target":938},{"source":934,"target":844},{"source":938,"target":5},{"source":935,"target":835},{"source":845,"target":765},{"source":845,"target":835},{"source":845,"target":939},{"source":845,"target":940},{"source":845,"target":941},{"source":845,"target":942},{"source":939,"target":943},{"source":939,"target":845},{"source":940,"target":944},{"source":940,"target":845},{"source":941,"target":850},{"source":941,"target":945},{"source":941,"target":845},{"source":945,"target":850},{"source":942,"target":835},{"source":846,"target":765},{"source":846,"target":837},{"source":846,"target":946},{"source":946,"target":837},{"source":847,"target":765},{"source":847,"target":2},{"source":847,"target":947},{"source":947,"target":2},{"source":848,"target":765},{"source":848,"target":948},{"source":848,"target":949},{"source":948,"target":950},{"source":948,"target":848},{"source":949,"target":789},{"source":949,"target":951},{"source":949,"target":848},{"source":951,"target":789},{"source":849,"target":765},{"source":849,"target":952},{"source":849,"target":953},{"source":952,"target":954},{"source":952,"target":849},{"source":953,"target":5},{"source":953,"target":955},{"source":953,"target":849},{"source":955,"target":5},{"source":850,"target":765},{"source":850,"target":956},{"source":850,"target":957},{"source":850,"target":958},{"source":956,"target":850},{"source":957,"target":850},{"source":958,"target":850},{"source":851,"target":765},{"source":851,"target":959},{"source":851,"target":960},{"source":959,"target":961},{"source":959,"target":851},{"source":960,"target":5},{"source":960,"target":962},{"source":960,"target":851},{"source":962,"target":5},{"source":852,"target":963},{"source":852,"target":765},{"source":963,"target":852},{"source":963,"target":834},{"source":963,"target":964},{"source":964,"target":834},{"source":766,"target":791},{"source":766,"target":965},{"source":766,"target":966},{"source":766,"target":967},{"source":766,"target":968},{"source":766,"target":969},{"source":766,"target":970},{"source":766,"target":971},{"source":766,"target":972},{"source":766,"target":973},{"source":766,"target":974},{"source":766,"target":975},{"source":766,"target":976},{"source":766,"target":977},{"source":766,"target":978},{"source":766,"target":979},{"source":766,"target":980},{"source":766,"target":981},{"source":766,"target":982},{"source":766,"target":983},{"source":766,"target":984},{"source":766,"target":985},{"source":766,"target":986},{"source":766,"target":987},{"source":766,"target":988},{"source":766,"target":989},{"source":766,"target":990},{"source":766,"target":991},{"source":766,"target":992},{"source":766,"target":715},{"source":791,"target":766},{"source":791,"target":993},{"source":993,"target":994},{"source":993,"target":791},{"source":965,"target":766},{"source":965,"target":791},{"source":965,"target":995},{"source":965,"target":996},{"source":965,"target":997},{"source":965,"target":998},{"source":995,"target":5},{"source":995,"target":999},{"source":995,"target":965},{"source":999,"target":5},{"source":996,"target":1000},{"source":996,"target":965},{"source":997,"target":1001},{"source":997,"target":965},{"source":998,"target":791},{"source":966,"target":766},{"source":966,"target":791},{"source":966,"target":1002},{"source":966,"target":1003},{"source":966,"target":1004},{"source":966,"target":1005},{"source":966,"target":1006},{"source":966,"target":1007},{"source":1002,"target":1008},{"source":1002,"target":966},{"source":1003,"target":1009},{"source":1003,"target":966},{"source":1004,"target":735},{"source":1004,"target":1010},{"source":1004,"target":966},{"source":1010,"target":735},{"source":1005,"target":735},{"source":1005,"target":1011},{"source":1005,"target":966},{"source":1011,"target":735},{"source":1006,"target":789},{"source":1006,"target":1012},{"source":1006,"target":966},{"source":1012,"target":789},{"source":1007,"target":791},{"source":967,"target":766},{"source":967,"target":791},{"source":967,"target":1013},{"source":967,"target":1014},{"source":1013,"target":735},{"source":1013,"target":1015},{"source":1013,"target":967},{"source":1015,"target":735},{"source":1014,"target":791},{"source":968,"target":766},{"source":968,"target":791},{"source":968,"target":1016},{"source":968,"target":1017},{"source":968,"target":1018},{"source":968,"target":1019},{"source":968,"target":1020},{"source":1016,"target":1021},{"source":1016,"target":968},{"source":1017,"target":1022},{"source":1017,"target":968},{"source":1018,"target":1023},{"source":1018,"target":968},{"source":1019,"target":1024},{"source":1019,"target":968},{"source":1020,"target":791},{"source":969,"target":766},{"source":969,"target":791},{"source":969,"target":1025},{"source":969,"target":1026},{"source":1025,"target":1027},{"source":1025,"target":969},{"source":1026,"target":791},{"source":970,"target":766},{"source":970,"target":791},{"source":970,"target":1028},{"source":970,"target":1029},{"source":970,"target":1030},{"source":1028,"target":735},{"source":1028,"target":1031},{"source":1028,"target":970},{"source":1031,"target":735},{"source":1029,"target":735},{"source":1029,"target":1032},{"source":1029,"target":970},{"source":1032,"target":735},{"source":1030,"target":791},{"source":971,"target":766},{"source":971,"target":791},{"source":971,"target":1033},{"source":971,"target":1034},{"source":971,"target":1035},{"source":1033,"target":5},{"source":1033,"target":1036},{"source":1033,"target":971},{"source":1036,"target":5},{"source":1034,"target":5},{"source":1034,"target":1037},{"source":1034,"target":971},{"source":1037,"target":5},{"source":1035,"target":791},{"source":972,"target":766},{"source":972,"target":791},{"source":972,"target":1038},{"source":972,"target":1039},{"source":1038,"target":1040},{"source":1038,"target":972},{"source":1039,"target":791},{"source":973,"target":766},{"source":973,"target":791},{"source":973,"target":1041},{"source":973,"target":1042},{"source":973,"target":1043},{"source":973,"target":1044},{"source":1041,"target":735},{"source":1041,"target":1045},{"source":1041,"target":973},{"source":1045,"target":735},{"source":1042,"target":735},{"source":1042,"target":1046},{"source":1042,"target":973},{"source":1046,"target":735},{"source":1043,"target":5},{"source":1043,"target":1047},{"source":1043,"target":973},{"source":1047,"target":5},{"source":1044,"target":791},{"source":974,"target":766},{"source":974,"target":791},{"source":974,"target":1048},{"source":1048,"target":791},{"source":975,"target":766},{"source":975,"target":791},{"source":975,"target":1049},{"source":975,"target":1050},{"source":975,"target":1051},{"source":975,"target":1052},{"source":975,"target":1053},{"source":1049,"target":1054},{"source":1049,"target":975},{"source":1050,"target":1055},{"source":1050,"target":975},{"source":1051,"target":5},{"source":1051,"target":1056},{"source":1051,"target":975},{"source":1056,"target":5},{"source":1052,"target":5},{"source":1052,"target":1057},{"source":1052,"target":975},{"source":1057,"target":5},{"source":1053,"target":791},{"source":976,"target":766},{"source":976,"target":791},{"source":976,"target":1058},{"source":976,"target":1059},{"source":976,"target":1060},{"source":976,"target":1061},{"source":976,"target":1062},{"source":1058,"target":1063},{"source":1058,"target":976},{"source":1059,"target":5},{"source":1059,"target":1064},{"source":1059,"target":976},{"source":1064,"target":5},{"source":1060,"target":5},{"source":1060,"target":1065},{"source":1060,"target":976},{"source":1065,"target":5},{"source":1061,"target":1066},{"source":1061,"target":976},{"source":1062,"target":791},{"source":977,"target":766},{"source":977,"target":791},{"source":977,"target":1067},{"source":977,"target":1068},{"source":977,"target":1069},{"source":977,"target":1070},{"source":1067,"target":5},{"source":1067,"target":1071},{"source":1067,"target":977},{"source":1071,"target":5},{"source":1068,"target":5},{"source":1068,"target":1072},{"source":1068,"target":977},{"source":1072,"target":5},{"source":1069,"target":1073},{"source":1069,"target":977},{"source":1070,"target":791},{"source":978,"target":766},{"source":978,"target":791},{"source":978,"target":1074},{"source":978,"target":1075},{"source":978,"target":1076},{"source":978,"target":1077},{"source":1074,"target":5},{"source":1074,"target":1078},{"source":1074,"target":978},{"source":1078,"target":5},{"source":1075,"target":5},{"source":1075,"target":1079},{"source":1075,"target":978},{"source":1079,"target":5},{"source":1076,"target":1080},{"source":1076,"target":978},{"source":1077,"target":791},{"source":979,"target":766},{"source":979,"target":791},{"source":979,"target":1081},{"source":979,"target":1082},{"source":979,"target":1083},{"source":1081,"target":1084},{"source":1081,"target":979},{"source":1082,"target":1085},{"source":1082,"target":979},{"source":1083,"target":791},{"source":980,"target":766},{"source":980,"target":791},{"source":980,"target":1086},{"source":980,"target":1087},{"source":980,"target":1088},{"source":1086,"target":1089},{"source":1086,"target":980},{"source":1087,"target":1090},{"source":1087,"target":980},{"source":1088,"target":791},{"source":981,"target":766},{"source":981,"target":791},{"source":981,"target":1091},{"source":981,"target":1092},{"source":1091,"target":789},{"source":1091,"target":1093},{"source":1091,"target":981},{"source":1093,"target":789},{"source":1092,"target":791},{"source":982,"target":766},{"source":982,"target":791},{"source":982,"target":1094},{"source":1094,"target":791},{"source":983,"target":766},{"source":983,"target":791},{"source":983,"target":1095},{"source":983,"target":1096},{"source":983,"target":1097},{"source":1095,"target":735},{"source":1095,"target":1098},{"source":1095,"target":983},{"source":1098,"target":735},{"source":1096,"target":735},{"source":1096,"target":1099},{"source":1096,"target":983},{"source":1099,"target":735},{"source":1097,"target":791},{"source":984,"target":766},{"source":984,"target":965},{"source":984,"target":1100},{"source":984,"target":1101},{"source":1100,"target":1102},{"source":1100,"target":984},{"source":1101,"target":965},{"source":985,"target":766},{"source":985,"target":791},{"source":985,"target":1103},{"source":985,"target":1104},{"source":1103,"target":794},{"source":1103,"target":1105},{"source":1103,"target":985},{"source":1103,"target":12},{"source":1105,"target":794},{"source":1104,"target":791},{"source":986,"target":766},{"source":986,"target":791},{"source":986,"target":1106},{"source":986,"target":1107},{"source":1106,"target":1108},{"source":1106,"target":986},{"source":1107,"target":791},{"source":987,"target":766},{"source":987,"target":791},{"source":987,"target":1109},{"source":987,"target":1110},{"source":987,"target":1111},{"source":987,"target":1112},{"source":1109,"target":5},{"source":1109,"target":1113},{"source":1109,"target":987},{"source":1113,"target":5},{"source":1110,"target":1114},{"source":1110,"target":987},{"source":1111,"target":5},{"source":1111,"target":1115},{"source":1111,"target":987},{"source":1115,"target":5},{"source":1112,"target":791},{"source":988,"target":766},{"source":988,"target":791},{"source":988,"target":1116},{"source":988,"target":1117},{"source":988,"target":1118},{"source":988,"target":1119},{"source":988,"target":1120},{"source":988,"target":1121},{"source":988,"target":1122},{"source":1116,"target":847},{"source":1116,"target":1123},{"source":1116,"target":988},{"source":1123,"target":847},{"source":1117,"target":847},{"source":1117,"target":1124},{"source":1117,"target":988},{"source":1124,"target":847},{"source":1118,"target":5},{"source":1118,"target":1125},{"source":1118,"target":988},{"source":1125,"target":5},{"source":1119,"target":989},{"source":1119,"target":1126},{"source":1119,"target":988},{"source":1126,"target":989},{"source":1120,"target":1127},{"source":1120,"target":988},{"source":1121,"target":1128},{"source":1121,"target":988},{"source":1122,"target":791},{"source":989,"target":766},{"source":989,"target":1129},{"source":989,"target":1130},{"source":989,"target":1131},{"source":989,"target":1132},{"source":1129,"target":989},{"source":1130,"target":989},{"source":1131,"target":989},{"source":1132,"target":989},{"source":990,"target":766},{"source":990,"target":791},{"source":990,"target":1133},{"source":990,"target":1134},{"source":1133,"target":991},{"source":1133,"target":1135},{"source":1133,"target":990},{"source":1135,"target":991},{"source":1134,"target":791},{"source":991,"target":766},{"source":991,"target":1136},{"source":991,"target":1137},{"source":991,"target":1138},{"source":991,"target":1139},{"source":991,"target":1140},{"source":1136,"target":991},{"source":1137,"target":991},{"source":1138,"target":991},{"source":1139,"target":991},{"source":1140,"target":991},{"source":992,"target":1141},{"source":992,"target":1142},{"source":992,"target":1143},{"source":992,"target":766},{"source":1141,"target":992},{"source":1141,"target":791},{"source":1141,"target":1144},{"source":1144,"target":791},{"source":1142,"target":992},{"source":1142,"target":1141},{"source":1142,"target":1145},{"source":1142,"target":1146},{"source":1145,"target":711},{"source":1145,"target":1147},{"source":1145,"target":1142},{"source":1147,"target":711},{"source":1146,"target":1141},{"source":1143,"target":992},{"source":1143,"target":1142},{"source":1143,"target":1148},{"source":1143,"target":1149},{"source":1148,"target":735},{"source":1148,"target":1150},{"source":1148,"target":1143},{"source":1150,"target":735},{"source":1149,"target":1142},{"source":716,"target":746},{"source":716,"target":1151},{"source":716,"target":742},{"source":716,"target":1152},{"source":716,"target":1153},{"source":716,"target":1154},{"source":716,"target":706},{"source":746,"target":716},{"source":746,"target":1151},{"source":746,"target":1155},{"source":746,"target":1156},{"source":746,"target":1157},{"source":1155,"target":1158},{"source":1155,"target":746},{"source":1156,"target":1159},{"source":1156,"target":746},{"source":1157,"target":1151},{"source":1151,"target":716},{"source":1151,"target":3},{"source":1151,"target":1160},{"source":1151,"target":1161},{"source":1151,"target":1162},{"source":1151,"target":1163},{"source":1151,"target":1164},{"source":1151,"target":1165},{"source":1160,"target":1152},{"source":1160,"target":1166},{"source":1160,"target":1151},{"source":1166,"target":1152},{"source":1161,"target":1167},{"source":1161,"target":1151},{"source":1162,"target":1168},{"source":1162,"target":1169},{"source":1162,"target":1151},{"source":1169,"target":1168},{"source":1163,"target":1170},{"source":1163,"target":1151},{"source":1164,"target":1153},{"source":1164,"target":1171},{"source":1164,"target":1151},{"source":1171,"target":1153},{"source":1165,"target":3},{"source":742,"target":716},{"source":742,"target":1151},{"source":742,"target":1172},{"source":742,"target":1173},{"source":1172,"target":1151},{"source":1172,"target":1174},{"source":1172,"target":742},{"source":1172,"target":12},{"source":1174,"target":1151},{"source":1173,"target":1151},{"source":1152,"target":716},{"source":1152,"target":2},{"source":1152,"target":1175},{"source":1175,"target":2},{"source":1153,"target":716},{"source":1153,"target":1176},{"source":1153,"target":1177},{"source":1153,"target":1178},{"source":1176,"target":1179},{"source":1176,"target":1153},{"source":1177,"target":1180},{"source":1177,"target":1153},{"source":1178,"target":711},{"source":1178,"target":1181},{"source":1178,"target":1153},{"source":1178,"target":14},{"source":1181,"target":711},{"source":1154,"target":1168},{"source":1154,"target":1182},{"source":1154,"target":1183},{"source":1154,"target":1184},{"source":1154,"target":1185},{"source":1154,"target":716},{"source":1168,"target":1154},{"source":1168,"target":1186},{"source":1168,"target":1187},{"source":1168,"target":1188},{"source":1168,"target":1189},{"source":1168,"target":1190},{"source":1168,"target":1191},{"source":1186,"target":1192},{"source":1186,"target":1168},{"source":1186,"target":1193},{"source":1193,"target":711},{"source":1193,"target":1194},{"source":1193,"target":1186},{"source":1194,"target":711},{"source":1187,"target":1195},{"source":1187,"target":1168},{"source":1187,"target":1196},{"source":1187,"target":1197},{"source":1196,"target":711},{"source":1196,"target":1198},{"source":1196,"target":1187},{"source":1198,"target":711},{"source":1197,"target":1199},{"source":1197,"target":1187},{"source":1188,"target":1200},{"source":1188,"target":1168},{"source":1188,"target":1201},{"source":1188,"target":1202},{"source":1201,"target":711},{"source":1201,"target":1203},{"source":1201,"target":1188},{"source":1203,"target":711},{"source":1202,"target":1204},{"source":1202,"target":1188},{"source":1189,"target":1205},{"source":1189,"target":1168},{"source":1189,"target":1206},{"source":1189,"target":1207},{"source":1206,"target":711},{"source":1206,"target":1208},{"source":1206,"target":1189},{"source":1208,"target":711},{"source":1207,"target":1209},{"source":1207,"target":1189},{"source":1190,"target":1210},{"source":1190,"target":1168},{"source":1190,"target":1211},{"source":1190,"target":1212},{"source":1211,"target":711},{"source":1211,"target":1213},{"source":1211,"target":1190},{"source":1213,"target":711},{"source":1212,"target":1214},{"source":1212,"target":1190},{"source":1191,"target":711},{"source":1191,"target":1215},{"source":1191,"target":1168},{"source":1191,"target":14},{"source":1215,"target":711},{"source":1182,"target":1154},{"source":1182,"target":1168},{"source":1182,"target":1216},{"source":1216,"target":1168},{"source":1183,"target":1154},{"source":1183,"target":1168},{"source":1183,"target":1217},{"source":1217,"target":1168},{"source":1184,"target":1154},{"source":1184,"target":1168},{"source":1184,"target":1218},{"source":1218,"target":1168},{"source":1185,"target":1154},{"source":1185,"target":1168},{"source":1185,"target":1219},{"source":1219,"target":1168},{"source":717,"target":794},{"source":717,"target":706},{"source":794,"target":717},{"source":794,"target":3},{"source":794,"target":1220},{"source":794,"target":1221},{"source":794,"target":1222},{"source":794,"target":1223},{"source":794,"target":1224},{"source":794,"target":1225},{"source":794,"target":1226},{"source":794,"target":1227},{"source":794,"target":1228},{"source":794,"target":1229},{"source":794,"target":1230},{"source":794,"target":1231},{"source":1220,"target":1232},{"source":1220,"target":794},{"source":1221,"target":1233},{"source":1221,"target":794},{"source":1222,"target":1234},{"source":1222,"target":794},{"source":1223,"target":1235},{"source":1223,"target":794},{"source":1224,"target":1236},{"source":1224,"target":794},{"source":1225,"target":1237},{"source":1225,"target":794},{"source":1226,"target":1238},{"source":1226,"target":794},{"source":1227,"target":1239},{"source":1227,"target":794},{"source":1228,"target":711},{"source":1228,"target":1240},{"source":1228,"target":794},{"source":1240,"target":711},{"source":1229,"target":5},{"source":1229,"target":1241},{"source":1229,"target":794},{"source":1241,"target":5},{"source":1230,"target":847},{"source":1230,"target":1242},{"source":1230,"target":794},{"source":1242,"target":847},{"source":1231,"target":3},{"source":718,"target":1243},{"source":718,"target":1244},{"source":718,"target":1245},{"source":718,"target":1246},{"source":718,"target":706},{"source":1243,"target":718},{"source":1243,"target":1247},{"source":1243,"target":1248},{"source":1247,"target":1249},{"source":1247,"target":1243},{"source":1248,"target":1250},{"source":1248,"target":1243},{"source":1244,"target":718},{"source":1244,"target":1251},{"source":1244,"target":1252},{"source":1251,"target":1253},{"source":1251,"target":1244},{"source":1252,"target":711},{"source":1252,"target":1254},{"source":1252,"target":1244},{"source":1252,"target":14},{"source":1254,"target":711},{"source":1245,"target":718},{"source":1245,"target":1255},{"source":1245,"target":1256},{"source":1255,"target":1257},{"source":1255,"target":1245},{"source":1256,"target":5},{"source":1256,"target":1258},{"source":1256,"target":1245},{"source":1258,"target":5},{"source":1246,"target":718},{"source":1246,"target":1259},{"source":1246,"target":1260},{"source":1246,"target":1261},{"source":1259,"target":1243},{"source":1259,"target":1262},{"source":1259,"target":1246},{"source":1262,"target":1243},{"source":1260,"target":1244},{"source":1260,"target":1263},{"source":1260,"target":1246},{"source":1263,"target":1244},{"source":1261,"target":1245},{"source":1261,"target":1264},{"source":1261,"target":1246},{"source":1264,"target":1245}],"multigraph":true}
ecore
relational
repo-ecore-all/data/fehnomenal/epsilon/tests/org.eclipse.epsilon.etl.engine.test.acceptance/src/org/eclipse/epsilon/etl/engine/test/acceptance/oo2db/models/DB.ecore
DB NamedElement name Database contents DatabaseElement database Table columns primaryKeys Column table type ForeignKey parent child isMany
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DB" nsURI="DB" nsPrefix="DB"> <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="Database"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//DatabaseElement" containment="true" eOpposite="#//DatabaseElement/database"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//Database" eOpposite="#//Database/contents"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//DatabaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKeys" upperBound="-1" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//DatabaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//Table" eOpposite="#//Table/columns"/> <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="ForeignKey" eSuperTypes="#//DatabaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"DB","nsURI":"DB","name":"DB","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","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":"isMany","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":8},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":3},{"source":9,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":10,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":3},{"source":11,"target":9},{"source":13,"target":2},{"source":12,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":14,"target":5},{"source":14,"target":17},{"source":14,"target":4},{"source":14,"target":18},{"source":17,"target":5},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":4},{"source":19,"target":5},{"source":16,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":18},{"source":5,"target":20},{"source":5,"target":21},{"source":18,"target":4},{"source":18,"target":22},{"source":18,"target":5},{"source":18,"target":14},{"source":22,"target":4},{"source":20,"target":23},{"source":20,"target":5},{"source":21,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":6},{"source":28,"target":5},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":6},{"source":29,"target":5},{"source":26,"target":30},{"source":26,"target":6},{"source":27,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/gssi/metamodelsdataset-ECMFA2020/State.ecore
state Node incoming outgoing Transition source target guard triggerEventName InitialNode FinalNode ConditionalNode condition State name duration StateMachine nodes transitions name Condition expression TimeoutTransition
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="state" nsURI="http://state.modulob.dubmas.de/1.0" nsPrefix="de.dubmas.modulob"> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerEventName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeoutTransition" eSuperTypes="#//Transition"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"de.dubmas.modulob","nsURI":"http://state.modulob.dubmas.de/1.0","name":"state","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeoutTransition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggerEventName","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":2},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":1},{"source":15,"target":1},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":1},{"source":16,"target":8},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":8},{"source":17,"target":21},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":22},{"source":22,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":23},{"source":23,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":8},{"source":24,"target":26},{"source":24,"target":5},{"source":26,"target":8},{"source":25,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":27,"target":30},{"source":27,"target":6},{"source":28,"target":31},{"source":28,"target":6},{"source":29,"target":1},{"source":7,"target":0},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":34},{"source":32,"target":1},{"source":32,"target":35},{"source":32,"target":7},{"source":35,"target":1},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":7},{"source":36,"target":2},{"source":34,"target":37},{"source":34,"target":7},{"source":8,"target":0},{"source":8,"target":38},{"source":38,"target":39},{"source":38,"target":8},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":40},{"source":40,"target":2}],"multigraph":true}
ecore
trace
repo-ecore-all/data/adilinam/QVTdCaseStudy/org.eclipse.qvtd.xtext.qvtcore.tests/src/org/eclipse/qvtd/xtext/qvtcore/tests/models/SimpleUMLtoRDBMS.ecore
uml2rdbms AssociationToForeignKey referenced owner name association foreignKey AttributeToColumn type ClassToTable owner associationToForeignKeys name umlClass table primaryKey FromAttribute name kind owner leafs attribute FromAttributeOwner fromAttributes PackageToSchema classesToTables primitivesToNames name umlPackage schema PrimitiveToName owner name primitive typeName ToColumn column NonLeafAttribute type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uml2rdbms" nsURI="http://org.eclipse.qvt.declarative.examples.qvtcore.uml2rdbms/uml2Rdbms" nsPrefix="uml2rdbms"> <eClassifiers xsi:type="ecore:EClass" name="AssociationToForeignKey" eSuperTypes="#//ToColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="referenced" eType="#//ClassToTable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//ClassToTable" eOpposite="#//ClassToTable/associationToForeignKeys"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="ecore:EClass SimpleUml.ecore#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey" eType="ecore:EClass SimpleRdbms.ecore#//ForeignKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeToColumn" eSuperTypes="#//FromAttribute #//ToColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//PrimitiveToName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassToTable" eSuperTypes="#//FromAttributeOwner #//ToColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//PackageToSchema" eOpposite="#//PackageToSchema/classesToTables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationToForeignKeys" upperBound="-1" eType="#//AssociationToForeignKey" containment="true" eOpposite="#//AssociationToForeignKey/owner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlClass" eType="ecore:EClass SimpleUml.ecore#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass SimpleRdbms.ecore#//Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" eType="ecore:EClass SimpleRdbms.ecore#//Key"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromAttribute" 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="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//FromAttributeOwner" eOpposite="#//FromAttributeOwner/fromAttributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leafs" ordered="false" upperBound="-1" eType="#//AttributeToColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass SimpleUml.ecore#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromAttributeOwner" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromAttributes" ordered="false" upperBound="-1" eType="#//FromAttribute" containment="true" eOpposite="#//FromAttribute/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageToSchema"> <eStructuralFeatures xsi:type="ecore:EReference" name="classesToTables" ordered="false" upperBound="-1" eType="#//ClassToTable" containment="true" eOpposite="#//ClassToTable/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitivesToNames" ordered="false" upperBound="-1" eType="#//PrimitiveToName" containment="true" eOpposite="#//PrimitiveToName/owner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlPackage" eType="ecore:EClass SimpleUml.ecore#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass SimpleRdbms.ecore#//Schema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveToName"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//PackageToSchema" eOpposite="#//PackageToSchema/primitivesToNames"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitive" eType="ecore:EClass SimpleUml.ecore#//PrimitiveDataType"/> <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="ToColumn" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="ecore:EClass SimpleRdbms.ecore#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonLeafAttribute" eSuperTypes="#//FromAttributeOwner #//FromAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//PrimitiveToName"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"uml2rdbms","nsURI":"http://org.eclipse.qvt.declarative.examples.qvtcore.uml2rdbms/uml2Rdbms","name":"uml2rdbms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationToForeignKey","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeToColumn","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassToTable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromAttribute","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromAttributeOwner","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageToSchema","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveToName","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToColumn","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeafAttribute","instanceClass":null,"abstract":false,"id":9,"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":"referenced","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":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":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associationToForeignKeys","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"umlClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classesToTables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leafs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitivesToNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primitive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":10,"target":3},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":3},{"source":11,"target":3},{"source":11,"target":17},{"source":11,"target":1},{"source":11,"target":18},{"source":17,"target":3},{"source":12,"target":19},{"source":12,"target":1},{"source":13,"target":20},{"source":13,"target":1},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":8},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":8},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":7},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":7},{"source":23,"target":4},{"source":24,"target":8},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":8},{"source":3,"target":26},{"source":3,"target":18},{"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":26,"target":6},{"source":26,"target":33},{"source":26,"target":3},{"source":26,"target":34},{"source":33,"target":6},{"source":18,"target":1},{"source":18,"target":35},{"source":18,"target":3},{"source":18,"target":11},{"source":35,"target":1},{"source":27,"target":36},{"source":27,"target":3},{"source":28,"target":37},{"source":28,"target":3},{"source":29,"target":38},{"source":29,"target":3},{"source":30,"target":39},{"source":30,"target":3},{"source":31,"target":5},{"source":32,"target":8},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":40,"target":45},{"source":40,"target":4},{"source":41,"target":46},{"source":41,"target":4},{"source":42,"target":5},{"source":42,"target":47},{"source":42,"target":4},{"source":42,"target":48},{"source":47,"target":5},{"source":43,"target":2},{"source":43,"target":49},{"source":43,"target":4},{"source":49,"target":2},{"source":44,"target":50},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":48},{"source":48,"target":4},{"source":48,"target":51},{"source":48,"target":5},{"source":48,"target":42},{"source":51,"target":4},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":34,"target":3},{"source":34,"target":56},{"source":34,"target":6},{"source":34,"target":26},{"source":56,"target":3},{"source":52,"target":7},{"source":52,"target":57},{"source":52,"target":6},{"source":52,"target":58},{"source":57,"target":7},{"source":53,"target":59},{"source":53,"target":6},{"source":54,"target":60},{"source":54,"target":6},{"source":55,"target":61},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":58,"target":6},{"source":58,"target":65},{"source":58,"target":7},{"source":58,"target":52},{"source":65,"target":6},{"source":62,"target":66},{"source":62,"target":7},{"source":63,"target":67},{"source":63,"target":7},{"source":64,"target":68},{"source":64,"target":7},{"source":8,"target":0},{"source":8,"target":69},{"source":69,"target":70},{"source":69,"target":8},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":4},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":71,"target":7},{"source":71,"target":74},{"source":71,"target":9},{"source":74,"target":7},{"source":72,"target":5},{"source":73,"target":4}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/GWPNV1.ecore
PetriNet Place net src dst Transition net src dst Net place transition
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNet" nsURI="PetriNetV1" nsPrefix="PetriNet"> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" upperBound="-1" eType="#//Place" eOpposite="#//Place/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" upperBound="-1" eType="#//Place" eOpposite="#//Place/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" lowerBound="1" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"PetriNetV1","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":4,"target":3},{"source":4,"target":7},{"source":4,"target":1},{"source":4,"target":8},{"source":7,"target":3},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":9,"target":2},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":6,"target":12},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":12},{"source":2,"target":10},{"source":13,"target":3},{"source":13,"target":14},{"source":13,"target":2},{"source":13,"target":15},{"source":14,"target":3},{"source":12,"target":1},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":6},{"source":16,"target":1},{"source":10,"target":1},{"source":10,"target":17},{"source":10,"target":2},{"source":10,"target":5},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":15},{"source":8,"target":1},{"source":8,"target":18},{"source":8,"target":3},{"source":8,"target":4},{"source":18,"target":1},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":3},{"source":15,"target":13},{"source":19,"target":2}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/mothacehe/beidm/BE/BE/SimplePDL.ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name processElements WorkDefinition linksToPredecessors linksToSuccessors name min_time max_time linksToRessources WorkSequence linkType predecessor successor ProcessElement Guidance element text RessourceDefinition name number RessourceInstance type activity instances
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplepdl" nsURI="http://simplepdl" nsPrefix="simplepdl"> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceType"> <eLiterals name="startToStart"/> <eLiterals name="finishToStart" value="1"/> <eLiterals name="startToFinish" value="2"/> <eLiterals name="finishToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processElements" upperBound="-1" eType="#//ProcessElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToRessources" upperBound="-1" eType="#//RessourceInstance" eOpposite="#//RessourceInstance/activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToSuccessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToPredecessors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//ProcessElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RessourceDefinition" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RessourceInstance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//RessourceDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToRessources"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instances" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simplepdl","nsURI":"http://simplepdl","name":"simplepdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RessourceDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RessourceInstance","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":9,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":10,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":11,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":12,"value":3,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min_time","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":"max_time","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToRessources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","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":"text","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":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":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"instances","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":5},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":17,"target":4},{"source":17,"target":24},{"source":17,"target":3},{"source":17,"target":25},{"source":24,"target":4},{"source":18,"target":4},{"source":18,"target":26},{"source":18,"target":3},{"source":18,"target":27},{"source":26,"target":4},{"source":19,"target":28},{"source":19,"target":3},{"source":20,"target":29},{"source":20,"target":3},{"source":21,"target":30},{"source":21,"target":3},{"source":22,"target":8},{"source":22,"target":31},{"source":22,"target":3},{"source":22,"target":32},{"source":31,"target":8},{"source":23,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":33},{"source":4,"target":27},{"source":4,"target":25},{"source":4,"target":34},{"source":33,"target":1},{"source":33,"target":35},{"source":33,"target":4},{"source":35,"target":1},{"source":27,"target":3},{"source":27,"target":36},{"source":27,"target":4},{"source":27,"target":18},{"source":36,"target":3},{"source":25,"target":3},{"source":25,"target":37},{"source":25,"target":4},{"source":25,"target":17},{"source":37,"target":3},{"source":34,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":38,"target":5},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":5},{"source":39,"target":42},{"source":39,"target":6},{"source":40,"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":47},{"source":44,"target":7},{"source":45,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":48},{"source":8,"target":32},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":7},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":7},{"source":32,"target":3},{"source":32,"target":52},{"source":32,"target":8},{"source":32,"target":22},{"source":52,"target":3},{"source":49,"target":53},{"source":49,"target":8},{"source":50,"target":5}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/carrascoMDD/gvCASE_ALBA/gvCASE_ALBA_release_wksp/es.gva.cit.gvmetrica.orgcasi/model/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue ePackage EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature EOperation eContainingClass eParameters eExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eOperations name="isInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" eType="#//EJavaClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="convertToString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="#//EObject"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <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="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents" eType="#//EEList"/> <eOperations name="eAllContents" eType="#//ETreeIterator"/> <eOperations name="eCrossReferences" eType="#//EEList"/> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getContainerClass" eType="#//EJavaClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"/> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":52,"derived":true},{"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","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":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":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":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":77,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":79,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":80,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":81,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","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":"featureName","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":116,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":118,"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":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":120,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":121,"derived":true},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":179,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"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},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EParameter"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":254,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":257,"derived":true},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":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":"volatile","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":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","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":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":270,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":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":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":288,"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":289,"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":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":51,"target":54},{"source":51,"target":1},{"source":52,"target":5},{"source":52,"target":55},{"source":52,"target":1},{"source":55,"target":5},{"source":53,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":56,"target":62},{"source":56,"target":2},{"source":57,"target":49},{"source":57,"target":63},{"source":57,"target":2},{"source":63,"target":49},{"source":58,"target":9},{"source":58,"target":64},{"source":58,"target":2},{"source":58,"target":65},{"source":64,"target":9},{"source":59,"target":11},{"source":59,"target":66},{"source":59,"target":2},{"source":66,"target":11},{"source":60,"target":11},{"source":60,"target":67},{"source":60,"target":2},{"source":67,"target":11},{"source":61,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"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":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":68,"target":88},{"source":68,"target":3},{"source":68,"target":89},{"source":89,"target":3},{"source":89,"target":90},{"source":89,"target":68},{"source":90,"target":3},{"source":69,"target":91},{"source":69,"target":3},{"source":70,"target":16},{"source":70,"target":92},{"source":70,"target":3},{"source":70,"target":93},{"source":92,"target":16},{"source":93,"target":94},{"source":93,"target":70},{"source":71,"target":95},{"source":71,"target":3},{"source":71,"target":96},{"source":96,"target":16},{"source":96,"target":97},{"source":96,"target":71},{"source":97,"target":16},{"source":72,"target":16},{"source":72,"target":98},{"source":72,"target":3},{"source":72,"target":99},{"source":98,"target":16},{"source":99,"target":100},{"source":99,"target":72},{"source":73,"target":101},{"source":73,"target":3},{"source":74,"target":102},{"source":74,"target":3},{"source":75,"target":3},{"source":75,"target":103},{"source":75,"target":3},{"source":103,"target":3},{"source":76,"target":12},{"source":76,"target":104},{"source":76,"target":3},{"source":76,"target":105},{"source":104,"target":12},{"source":77,"target":1},{"source":77,"target":106},{"source":77,"target":3},{"source":106,"target":1},{"source":78,"target":15},{"source":78,"target":107},{"source":78,"target":3},{"source":107,"target":15},{"source":79,"target":15},{"source":79,"target":108},{"source":79,"target":3},{"source":108,"target":15},{"source":80,"target":1},{"source":80,"target":109},{"source":80,"target":3},{"source":109,"target":1},{"source":81,"target":15},{"source":81,"target":110},{"source":81,"target":3},{"source":110,"target":15},{"source":82,"target":12},{"source":82,"target":111},{"source":82,"target":3},{"source":111,"target":12},{"source":83,"target":16},{"source":83,"target":112},{"source":83,"target":3},{"source":112,"target":16},{"source":84,"target":3},{"source":84,"target":113},{"source":84,"target":3},{"source":113,"target":3},{"source":85,"target":1},{"source":85,"target":114},{"source":85,"target":3},{"source":114,"target":1},{"source":86,"target":16},{"source":86,"target":115},{"source":86,"target":3},{"source":86,"target":116},{"source":115,"target":16},{"source":87,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":117,"target":124},{"source":117,"target":4},{"source":117,"target":125},{"source":125,"target":40},{"source":125,"target":126},{"source":125,"target":117},{"source":126,"target":40},{"source":118,"target":127},{"source":118,"target":4},{"source":119,"target":128},{"source":119,"target":4},{"source":120,"target":39},{"source":120,"target":129},{"source":120,"target":4},{"source":129,"target":39},{"source":121,"target":40},{"source":121,"target":130},{"source":121,"target":4},{"source":130,"target":40},{"source":122,"target":13},{"source":122,"target":131},{"source":122,"target":4},{"source":122,"target":132},{"source":131,"target":13},{"source":123,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":133},{"source":5,"target":134},{"source":133,"target":135},{"source":133,"target":5},{"source":134,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":136,"target":7},{"source":136,"target":141},{"source":136,"target":6},{"source":136,"target":142},{"source":141,"target":7},{"source":142,"target":143},{"source":142,"target":136},{"source":137,"target":7},{"source":137,"target":144},{"source":137,"target":6},{"source":137,"target":145},{"source":144,"target":7},{"source":145,"target":146},{"source":145,"target":137},{"source":138,"target":7},{"source":138,"target":147},{"source":138,"target":6},{"source":138,"target":148},{"source":147,"target":7},{"source":148,"target":149},{"source":148,"target":138},{"source":139,"target":7},{"source":139,"target":150},{"source":139,"target":6},{"source":139,"target":151},{"source":150,"target":7},{"source":140,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":152},{"source":7,"target":153},{"source":7,"target":154},{"source":7,"target":151},{"source":7,"target":155},{"source":152,"target":156},{"source":152,"target":7},{"source":153,"target":32},{"source":153,"target":157},{"source":153,"target":7},{"source":157,"target":32},{"source":154,"target":158},{"source":154,"target":7},{"source":151,"target":6},{"source":151,"target":159},{"source":151,"target":7},{"source":151,"target":139},{"source":159,"target":6},{"source":155,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":160},{"source":8,"target":161},{"source":8,"target":162},{"source":8,"target":163},{"source":8,"target":164},{"source":160,"target":11},{"source":160,"target":165},{"source":160,"target":8},{"source":160,"target":166},{"source":165,"target":11},{"source":166,"target":3},{"source":166,"target":167},{"source":166,"target":160},{"source":167,"target":3},{"source":161,"target":40},{"source":161,"target":168},{"source":161,"target":8},{"source":161,"target":169},{"source":161,"target":170},{"source":168,"target":40},{"source":169,"target":5},{"source":169,"target":171},{"source":169,"target":161},{"source":171,"target":5},{"source":170,"target":172},{"source":170,"target":161},{"source":162,"target":173},{"source":162,"target":8},{"source":162,"target":174},{"source":162,"target":175},{"source":174,"target":5},{"source":174,"target":176},{"source":174,"target":162},{"source":176,"target":5},{"source":175,"target":40},{"source":175,"target":177},{"source":175,"target":162},{"source":177,"target":40},{"source":163,"target":13},{"source":163,"target":178},{"source":163,"target":8},{"source":163,"target":179},{"source":178,"target":13},{"source":164,"target":9},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":180},{"source":9,"target":65},{"source":9,"target":181},{"source":180,"target":2},{"source":180,"target":182},{"source":180,"target":9},{"source":180,"target":183},{"source":182,"target":2},{"source":183,"target":184},{"source":183,"target":180},{"source":65,"target":2},{"source":65,"target":185},{"source":65,"target":9},{"source":65,"target":58},{"source":185,"target":2},{"source":181,"target":11},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":186},{"source":10,"target":187},{"source":186,"target":188},{"source":186,"target":10},{"source":187,"target":9},{"source":11,"target":0},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":11,"target":196},{"source":11,"target":197},{"source":11,"target":198},{"source":11,"target":199},{"source":11,"target":200},{"source":11,"target":201},{"source":11,"target":202},{"source":189,"target":3},{"source":189,"target":203},{"source":189,"target":11},{"source":203,"target":3},{"source":190,"target":204},{"source":190,"target":11},{"source":191,"target":44},{"source":191,"target":205},{"source":191,"target":11},{"source":205,"target":44},{"source":192,"target":11},{"source":192,"target":206},{"source":192,"target":11},{"source":206,"target":11},{"source":193,"target":16},{"source":193,"target":207},{"source":193,"target":11},{"source":207,"target":16},{"source":194,"target":15},{"source":194,"target":208},{"source":194,"target":11},{"source":208,"target":15},{"source":195,"target":31},{"source":195,"target":209},{"source":195,"target":11},{"source":209,"target":31},{"source":196,"target":50},{"source":196,"target":210},{"source":196,"target":11},{"source":210,"target":50},{"source":197,"target":31},{"source":197,"target":211},{"source":197,"target":11},{"source":211,"target":31},{"source":198,"target":40},{"source":198,"target":212},{"source":198,"target":11},{"source":198,"target":213},{"source":212,"target":40},{"source":213,"target":16},{"source":213,"target":214},{"source":213,"target":198},{"source":214,"target":16},{"source":199,"target":40},{"source":199,"target":215},{"source":199,"target":11},{"source":199,"target":216},{"source":199,"target":217},{"source":215,"target":40},{"source":216,"target":16},{"source":216,"target":218},{"source":216,"target":199},{"source":218,"target":16},{"source":217,"target":219},{"source":217,"target":199},{"source":200,"target":11},{"source":200,"target":220},{"source":200,"target":221},{"source":220,"target":16},{"source":220,"target":222},{"source":220,"target":200},{"source":222,"target":16},{"source":221,"target":40},{"source":221,"target":223},{"source":221,"target":200},{"source":223,"target":40},{"source":201,"target":224},{"source":201,"target":11},{"source":201,"target":225},{"source":225,"target":16},{"source":225,"target":226},{"source":225,"target":201},{"source":226,"target":16},{"source":202,"target":11},{"source":202,"target":227},{"source":227,"target":16},{"source":227,"target":228},{"source":227,"target":202},{"source":228,"target":16},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":105},{"source":12,"target":229},{"source":12,"target":230},{"source":12,"target":231},{"source":105,"target":3},{"source":105,"target":232},{"source":105,"target":12},{"source":105,"target":76},{"source":232,"target":3},{"source":229,"target":14},{"source":229,"target":233},{"source":229,"target":12},{"source":229,"target":234},{"source":233,"target":14},{"source":230,"target":4},{"source":230,"target":235},{"source":230,"target":12},{"source":235,"target":4},{"source":231,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":236},{"source":13,"target":237},{"source":13,"target":238},{"source":13,"target":179},{"source":13,"target":132},{"source":13,"target":239},{"source":13,"target":240},{"source":13,"target":241},{"source":236,"target":4},{"source":236,"target":242},{"source":236,"target":13},{"source":236,"target":243},{"source":242,"target":4},{"source":243,"target":244},{"source":243,"target":236},{"source":237,"target":245},{"source":237,"target":13},{"source":238,"target":246},{"source":238,"target":13},{"source":179,"target":8},{"source":179,"target":247},{"source":179,"target":13},{"source":179,"target":163},{"source":247,"target":8},{"source":132,"target":4},{"source":132,"target":248},{"source":132,"target":13},{"source":132,"target":122},{"source":248,"target":4},{"source":239,"target":13},{"source":239,"target":249},{"source":239,"target":13},{"source":239,"target":240},{"source":249,"target":13},{"source":240,"target":13},{"source":240,"target":250},{"source":240,"target":13},{"source":240,"target":239},{"source":250,"target":13},{"source":241,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":234},{"source":14,"target":251},{"source":234,"target":12},{"source":234,"target":252},{"source":234,"target":14},{"source":234,"target":229},{"source":252,"target":12},{"source":251,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":253},{"source":15,"target":254},{"source":15,"target":255},{"source":15,"target":256},{"source":15,"target":257},{"source":15,"target":258},{"source":253,"target":259},{"source":253,"target":15},{"source":254,"target":260},{"source":254,"target":15},{"source":255,"target":261},{"source":255,"target":15},{"source":256,"target":15},{"source":256,"target":262},{"source":256,"target":15},{"source":262,"target":15},{"source":257,"target":3},{"source":257,"target":263},{"source":257,"target":15},{"source":263,"target":3},{"source":258,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":264},{"source":16,"target":265},{"source":16,"target":266},{"source":16,"target":267},{"source":16,"target":268},{"source":16,"target":269},{"source":16,"target":270},{"source":16,"target":271},{"source":16,"target":272},{"source":16,"target":116},{"source":16,"target":273},{"source":264,"target":274},{"source":264,"target":16},{"source":265,"target":39},{"source":265,"target":275},{"source":265,"target":16},{"source":275,"target":39},{"source":266,"target":276},{"source":266,"target":16},{"source":267,"target":277},{"source":267,"target":16},{"source":268,"target":278},{"source":268,"target":16},{"source":269,"target":279},{"source":269,"target":16},{"source":270,"target":40},{"source":270,"target":280},{"source":270,"target":16},{"source":280,"target":40},{"source":271,"target":281},{"source":271,"target":16},{"source":272,"target":282},{"source":272,"target":16},{"source":116,"target":3},{"source":116,"target":283},{"source":116,"target":16},{"source":116,"target":86},{"source":283,"target":3},{"source":273,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":284},{"source":17,"target":285},{"source":17,"target":286},{"source":17,"target":287},{"source":17,"target":288},{"source":17,"target":289},{"source":17,"target":290},{"source":17,"target":291},{"source":284,"target":292},{"source":284,"target":17},{"source":285,"target":293},{"source":285,"target":17},{"source":286,"target":294},{"source":286,"target":17},{"source":287,"target":295},{"source":287,"target":17},{"source":288,"target":296},{"source":288,"target":17},{"source":289,"target":297},{"source":289,"target":17},{"source":290,"target":4},{"source":290,"target":298},{"source":290,"target":17},{"source":298,"target":4},{"source":291,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":299},{"source":49,"target":300},{"source":299,"target":301},{"source":299,"target":49},{"source":300,"target":302},{"source":300,"target":49},{"source":50,"target":0}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/rhernando/highway/PetriNetProject/PetriNetModel.ecore
PetriNet PetriNetRoot elements arcs Element name Place Tokens Transition minTime maxTime Arc In Out
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNet" nsURI="PetriNet" nsPrefix="PetriNet"> <eClassifiers xsi:type="ecore:EClass" name="PetriNetRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//Element" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="false" upperBound="-1" eType="#//Arc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Tokens" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" ordered="false" 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="In" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Out" ordered="false" lowerBound="1" eType="#//Element"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"PetriNet","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"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":"Tokens","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":15,"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":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":20,"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":"Out","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":2},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":2},{"source":7,"target":5},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":5},{"source":2,"target":0},{"source":2,"target":10},{"source":10,"target":11},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":12},{"source":3,"target":13},{"source":12,"target":14},{"source":12,"target":3},{"source":13,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":15,"target":18},{"source":15,"target":4},{"source":16,"target":19},{"source":16,"target":4},{"source":17,"target":2},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":21},{"source":20,"target":2},{"source":20,"target":22},{"source":20,"target":5},{"source":22,"target":2},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":5},{"source":23,"target":2}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/OO_concept.ecore
OO_concept PackageableElement Package packagedElement Class ownedOperation ownedAttribute nestedClassifier NamedElement name isAbstract false visibility Model Operation ownedParameter Feature Property Parameter Generalization general specific Dependency supplier client Classifier generalization TypedElement type Type BehavioralFeature method Behavior VisibilityKind public public private private protected protected package package
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="OO_concept" nsURI="OO_concept" nsPrefix="OO_concept"> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//PackageableElement #//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" upperBound="-1" eType="#//PackageableElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//PackageableElement #//Classifier #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//TypedElement #//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//TypedElement #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true" eOpposite="#//Generalization/specific"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"OO_concept","nsURI":"OO_concept","name":"OO_concept","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","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":"packagedElement","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","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":"ownedAttribute","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":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"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":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"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":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"name":"public","id":65,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":66,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":67,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":68,"value":3,"literal":"package","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":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":1},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":1},{"source":19,"target":1},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":12},{"source":3,"target":14},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":22,"target":6},{"source":22,"target":28},{"source":22,"target":3},{"source":28,"target":6},{"source":23,"target":8},{"source":23,"target":29},{"source":23,"target":3},{"source":29,"target":8},{"source":24,"target":12},{"source":24,"target":30},{"source":24,"target":3},{"source":30,"target":12},{"source":25,"target":1},{"source":26,"target":12},{"source":27,"target":14},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":34},{"source":31,"target":4},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":17},{"source":33,"target":36},{"source":33,"target":4},{"source":36,"target":17},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":37},{"source":37,"target":2},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":15},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":38,"target":9},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":9},{"source":39,"target":13},{"source":40,"target":15},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":42},{"source":42,"target":4},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":7},{"source":8,"target":43},{"source":8,"target":44},{"source":43,"target":13},{"source":44,"target":7},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":45},{"source":45,"target":13},{"source":10,"target":0},{"source":10,"target":46},{"source":10,"target":47},{"source":46,"target":12},{"source":46,"target":48},{"source":46,"target":10},{"source":48,"target":12},{"source":47,"target":12},{"source":47,"target":49},{"source":47,"target":10},{"source":47,"target":50},{"source":49,"target":12},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":51},{"source":11,"target":52},{"source":11,"target":53},{"source":51,"target":4},{"source":51,"target":54},{"source":51,"target":11},{"source":54,"target":4},{"source":52,"target":4},{"source":52,"target":55},{"source":52,"target":11},{"source":55,"target":4},{"source":53,"target":1},{"source":12,"target":0},{"source":12,"target":50},{"source":50,"target":10},{"source":50,"target":56},{"source":50,"target":12},{"source":50,"target":47},{"source":56,"target":10},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":57},{"source":13,"target":58},{"source":57,"target":14},{"source":57,"target":59},{"source":57,"target":13},{"source":59,"target":14},{"source":58,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":60},{"source":60,"target":4},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":61},{"source":15,"target":62},{"source":61,"target":16},{"source":61,"target":63},{"source":61,"target":15},{"source":63,"target":16},{"source":62,"target":7},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":64},{"source":64,"target":3},{"source":17,"target":0},{"source":17,"target":65},{"source":17,"target":66},{"source":17,"target":67},{"source":17,"target":68},{"source":65,"target":17},{"source":66,"target":17},{"source":67,"target":17},{"source":68,"target":17}],"multigraph":true}
ecore
library
repo-ecore-all/data/kchobantonov/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/example/library/model/library.ecore
library Book title pages category Mystery author BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography BookCategoryObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Library name writers books Writer name books
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http://www.example.eclipse.org/Library" nsPrefix="library"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Book"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="pages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" lowerBound="1" eType="#//BookCategory" defaultValueLiteral="Mystery" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="category"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="author"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BookCategory"/> </eAnnotations> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BookCategoryObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BookCategory:Object"/> <details key="baseType" value="BookCategory"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Library"/> <details key="kind" value="elementOnly"/> </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="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="writers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="books"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Writer"/> <details key="kind" value="elementOnly"/> </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="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="books"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"http://www.example.eclipse.org/Library","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"BookCategoryObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Mystery","unsettable":true,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"name":"Mystery","id":15,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":16,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":17,"value":2,"literal":"Biography","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":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":"writers","changeable":true,"resolveProxies":false,"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":"books","changeable":true,"resolveProxies":false,"lowerBound":0,"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},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":2},{"source":9,"target":5},{"source":9,"target":13},{"source":9,"target":1},{"source":9,"target":14},{"source":13,"target":5},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":15,"target":2},{"source":16,"target":2},{"source":17,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":18,"target":21},{"source":18,"target":4},{"source":19,"target":5},{"source":19,"target":22},{"source":19,"target":4},{"source":22,"target":5},{"source":20,"target":1},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":1},{"source":5,"target":0},{"source":5,"target":24},{"source":5,"target":14},{"source":24,"target":25},{"source":24,"target":5},{"source":14,"target":1},{"source":14,"target":26},{"source":14,"target":5},{"source":14,"target":9},{"source":26,"target":1}],"multigraph":true}
ecore
company
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/artist-project/ARTIST/source/Tooling/migration/integrated environment/eu.artist.moola.eclipse/test/resources/Metamodels/Company.ecore
company Company depts Dept name manager subunits Employee person salary Person name address Subunit
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="company" nsURI="http://www.company.com" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EReference" name="depts" ordered="false" upperBound="-1" eType="#//Dept" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dept" eSuperTypes="#//Subunit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" ordered="false" lowerBound="1" eType="#//Employee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subunits" ordered="false" upperBound="-1" eType="#//Subunit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Subunit"> <eStructuralFeatures xsi:type="ecore:EReference" name="person" ordered="false" lowerBound="1" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="salary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <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="address" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subunit" abstract="true"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://www.company.com","name":"company","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dept","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subunit","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subunits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"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":"salary","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":6,"target":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":8,"target":12},{"source":8,"target":2},{"source":9,"target":3},{"source":9,"target":13},{"source":9,"target":2},{"source":13,"target":3},{"source":10,"target":5},{"source":10,"target":14},{"source":10,"target":2},{"source":14,"target":5},{"source":11,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":4},{"source":16,"target":19},{"source":16,"target":3},{"source":17,"target":5},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":20,"target":22},{"source":20,"target":4},{"source":21,"target":23},{"source":21,"target":4},{"source":5,"target":0}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/manuelleduc/workspace-cold-gemoc/fr.inria.diverse.gfsm.model/model/gfsm.ecore
gfsm Transition guard fsm event from to State inExpression outExpression name fsm outgoingtransitions incommingtransitions FinalState InitialState FSM states transitions initialstate name currentState IntBinaryExpression expression1 expression2 IntAdd IntMult IntNeg expression IntVarRef name ConstExpr value BooleanExpression IntOperation IntVarAssign name expression IntBlock operations BooleanEqual BooleanOr BooleanAnd BooleanGreaterThan BooleanBinaryExpression boolExpression1 boolExpression2 BooleanCompareExpression expression1 expression2 IntExpression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gfsm" nsURI="http://diverse.inria.fr/gfsm" nsPrefix="gfsm"> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/transitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingtransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//State" eOpposite="#//State/incommingtransitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="inExpression" lowerBound="1" eType="#//IntOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outExpression" lowerBound="1" eType="#//IntOperation" 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="fsm" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingtransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incommingtransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/to"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/fsm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/fsm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialstate" lowerBound="1" eType="#//InitialState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntBinaryExpression" abstract="true" eSuperTypes="#//IntExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1" eType="#//IntExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" lowerBound="1" eType="#//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntAdd" eSuperTypes="#//IntBinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntMult" eSuperTypes="#//IntBinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntNeg" eSuperTypes="#//IntExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntVarRef" eSuperTypes="#//IntExpression"> <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="ConstExpr" eSuperTypes="#//IntExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="IntOperation" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="IntVarAssign" eSuperTypes="#//IntOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntBlock" eSuperTypes="#//IntOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//IntVarAssign" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanEqual" eSuperTypes="#//BooleanCompareExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanOr" eSuperTypes="#//BooleanBinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanAnd" eSuperTypes="#//BooleanBinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanGreaterThan" eSuperTypes="#//BooleanCompareExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression" abstract="true" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="boolExpression1" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boolExpression2" lowerBound="1" eType="#//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanCompareExpression" abstract="true" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1" eType="#//IntExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" lowerBound="1" eType="#//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntExpression" abstract="true"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gfsm","nsURI":"http://diverse.inria.fr/gfsm","name":"gfsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntBinaryExpression","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntAdd","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntMult","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntNeg","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntVarRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstExpr","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOperation","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntVarAssign","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntBlock","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanEqual","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOr","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAnd","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanGreaterThan","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanCompareExpression","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExpression","instanceClass":null,"abstract":true,"id":22,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"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":"fsm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingtransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incommingtransitions","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":true,"unsettable":false,"transient":false,"unique":true,"name":"inExpression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"outExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"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":"fsm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialstate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":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":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boolExpression1","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"boolExpression2","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":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":23,"target":12},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":12},{"source":24,"target":5},{"source":24,"target":29},{"source":24,"target":1},{"source":24,"target":30},{"source":29,"target":5},{"source":25,"target":31},{"source":25,"target":1},{"source":26,"target":2},{"source":26,"target":32},{"source":26,"target":1},{"source":26,"target":33},{"source":32,"target":2},{"source":27,"target":2},{"source":27,"target":34},{"source":27,"target":1},{"source":27,"target":35},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":33},{"source":2,"target":35},{"source":36,"target":13},{"source":36,"target":40},{"source":36,"target":2},{"source":40,"target":13},{"source":37,"target":13},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":13},{"source":38,"target":42},{"source":38,"target":2},{"source":39,"target":5},{"source":39,"target":43},{"source":39,"target":2},{"source":39,"target":44},{"source":43,"target":5},{"source":33,"target":1},{"source":33,"target":45},{"source":33,"target":2},{"source":33,"target":26},{"source":45,"target":1},{"source":35,"target":1},{"source":35,"target":46},{"source":35,"target":2},{"source":35,"target":27},{"source":46,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":47},{"source":47,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":48},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":30},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":44,"target":2},{"source":44,"target":52},{"source":44,"target":5},{"source":44,"target":39},{"source":52,"target":2},{"source":30,"target":1},{"source":30,"target":53},{"source":30,"target":5},{"source":30,"target":24},{"source":53,"target":1},{"source":49,"target":4},{"source":49,"target":54},{"source":49,"target":5},{"source":54,"target":4},{"source":50,"target":55},{"source":50,"target":5},{"source":51,"target":2},{"source":51,"target":56},{"source":51,"target":5},{"source":56,"target":2},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":57,"target":22},{"source":57,"target":60},{"source":57,"target":6},{"source":60,"target":22},{"source":58,"target":22},{"source":58,"target":61},{"source":58,"target":6},{"source":61,"target":22},{"source":59,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":62},{"source":62,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":63},{"source":63,"target":6},{"source":9,"target":0},{"source":9,"target":22},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":22},{"source":64,"target":66},{"source":64,"target":9},{"source":66,"target":22},{"source":65,"target":22},{"source":10,"target":0},{"source":10,"target":22},{"source":10,"target":67},{"source":10,"target":68},{"source":67,"target":69},{"source":67,"target":10},{"source":68,"target":22},{"source":11,"target":0},{"source":11,"target":22},{"source":11,"target":70},{"source":11,"target":71},{"source":70,"target":72},{"source":70,"target":11},{"source":71,"target":22},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":73},{"source":14,"target":74},{"source":14,"target":75},{"source":73,"target":76},{"source":73,"target":14},{"source":74,"target":22},{"source":74,"target":77},{"source":74,"target":14},{"source":77,"target":22},{"source":75,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":78},{"source":15,"target":79},{"source":78,"target":14},{"source":78,"target":80},{"source":78,"target":15},{"source":80,"target":14},{"source":79,"target":13},{"source":16,"target":0},{"source":16,"target":21},{"source":16,"target":81},{"source":81,"target":21},{"source":17,"target":0},{"source":17,"target":20},{"source":17,"target":82},{"source":82,"target":20},{"source":18,"target":0},{"source":18,"target":20},{"source":18,"target":83},{"source":83,"target":20},{"source":19,"target":0},{"source":19,"target":21},{"source":19,"target":84},{"source":84,"target":21},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":85,"target":12},{"source":85,"target":88},{"source":85,"target":20},{"source":88,"target":12},{"source":86,"target":12},{"source":86,"target":89},{"source":86,"target":20},{"source":89,"target":12},{"source":87,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":90},{"source":21,"target":91},{"source":21,"target":92},{"source":90,"target":22},{"source":90,"target":93},{"source":90,"target":21},{"source":93,"target":22},{"source":91,"target":22},{"source":91,"target":94},{"source":91,"target":21},{"source":94,"target":22},{"source":92,"target":12},{"source":22,"target":0}],"multigraph":true}
ecore
termrewriting
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/mprologTermReference.ecore
mprologTermReference Model name ownedClause Clause ownedHead ownedBody Head ownedFunctor Term nextTerm Body ownedTerm Variable name Functor text ownedTerm QuotedAtom text List ownedHeadTerms ownedTailTerms InfixExpression leftTerm rightTerm ownedOperator Operator symbol TermReference FunctorReference idReference ownedTerm VariableReference idReference Parenthesis ownedTerm
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mprologTermReference" nsURI="mprologTermReference" nsPrefix="mprologTermReference"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <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="ownedClause" upperBound="-1" eType="#//Clause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clause"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedHead" eType="#//Head" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBody" eType="#//Body" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Head"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFunctor" lowerBound="1" eType="#//Functor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="nextTerm" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Body"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTerm" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Term"> <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="Functor" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTerm" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuotedAtom" eSuperTypes="#//Term"> <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="List" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedHeadTerms" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTailTerms" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftTerm" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightTerm" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperator" lowerBound="1" eType="#//Operator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TermReference" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="FunctorReference" eSuperTypes="#//TermReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="idReference" eType="#//Functor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTerm" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//TermReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="idReference" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parenthesis" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTerm" lowerBound="1" eType="#//Term" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"mprologTermReference","nsURI":"mprologTermReference","name":"mprologTermReference","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":"Clause","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Head","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedAtom","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermReference","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctorReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parenthesis","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"ownedClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedHead","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFunctor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nextTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedHeadTerms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTailTerms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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":53,"derived":false},{"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":"idReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"idReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":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":18},{"source":16,"target":1},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":2},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":3},{"source":20,"target":22},{"source":20,"target":2},{"source":22,"target":3},{"source":21,"target":5},{"source":21,"target":23},{"source":21,"target":2},{"source":23,"target":5},{"source":3,"target":0},{"source":3,"target":24},{"source":24,"target":7},{"source":24,"target":25},{"source":24,"target":3},{"source":25,"target":7},{"source":4,"target":0},{"source":4,"target":26},{"source":26,"target":4},{"source":26,"target":27},{"source":26,"target":4},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":28},{"source":28,"target":4},{"source":28,"target":29},{"source":28,"target":5},{"source":29,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":30},{"source":6,"target":31},{"source":30,"target":32},{"source":30,"target":6},{"source":31,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":33,"target":36},{"source":33,"target":7},{"source":34,"target":4},{"source":34,"target":37},{"source":34,"target":7},{"source":37,"target":4},{"source":35,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":40},{"source":38,"target":8},{"source":39,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":41,"target":4},{"source":41,"target":44},{"source":41,"target":9},{"source":44,"target":4},{"source":42,"target":4},{"source":42,"target":45},{"source":42,"target":9},{"source":45,"target":4},{"source":43,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":46,"target":4},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":4},{"source":47,"target":4},{"source":47,"target":51},{"source":47,"target":10},{"source":51,"target":4},{"source":48,"target":11},{"source":48,"target":52},{"source":48,"target":10},{"source":52,"target":11},{"source":49,"target":4},{"source":11,"target":0},{"source":11,"target":53},{"source":53,"target":54},{"source":53,"target":11},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":55},{"source":55,"target":4},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":56},{"source":13,"target":57},{"source":13,"target":58},{"source":56,"target":7},{"source":56,"target":59},{"source":56,"target":13},{"source":59,"target":7},{"source":57,"target":4},{"source":57,"target":60},{"source":57,"target":13},{"source":60,"target":4},{"source":58,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":61},{"source":14,"target":62},{"source":61,"target":6},{"source":61,"target":63},{"source":61,"target":14},{"source":63,"target":6},{"source":62,"target":12},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":64},{"source":15,"target":65},{"source":64,"target":4},{"source":64,"target":66},{"source":64,"target":15},{"source":66,"target":4},{"source":65,"target":4}],"multigraph":true}
ecore
library
repo-ecore-all/data/juancadavid/papyrus/sandbox/org.eclipse.papyrus.properties.generation/Source/sample.ecore
Sample Library name books Book name author category string Person firstName lastName Category SF SF Polar Polar Enfant Enfant EString
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Sample" nsURI="http://sample" nsPrefix="sample"> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="string" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Category"> <eLiterals name="SF"/> <eLiterals name="Polar"/> <eLiterals name="Enfant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EString"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sample","nsURI":"http://sample","name":"Sample","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Category","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EString","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"name":"SF","id":22,"value":0,"literal":"SF","eClass":"EEnumLiteral"},{"name":"Polar","id":23,"value":0,"literal":"Polar","eClass":"EEnumLiteral"},{"name":"Enfant","id":24,"value":0,"literal":"Enfant","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":6,"target":8},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":3},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":3},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":4},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":5},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":18,"target":20},{"source":18,"target":3},{"source":19,"target":21},{"source":19,"target":3},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":4},{"source":23,"target":4},{"source":24,"target":4},{"source":5,"target":0}],"multigraph":true}
ecore
library
repo-ecore-all/data/cloudsmith/org.eclipse.emf/tests/org.eclipse.emf.test.tools/data/ant.expected/models/1.4_5.0/reload/library.rose/emf/library.ecore
library Book title pages 100 category author Library name site writers books employees Writer books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography IT IT
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="library.xmi" nsPrefix="library"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="site" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="ecore:EClass hr.ecore#//Person" eOpposite="hr.ecore#//Person/Library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="hr.ecore#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> <eLiterals name="IT" value="3"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"library.xmi","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"site","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"name":"Mystery","id":26,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":27,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":28,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"name":"IT","id":29,"value":3,"literal":"IT","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":4},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":4},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":3},{"source":17,"target":1},{"source":17,"target":22},{"source":17,"target":2},{"source":22,"target":1},{"source":18,"target":23},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":24},{"source":13,"target":1},{"source":13,"target":25},{"source":13,"target":3},{"source":13,"target":8},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":26,"target":4},{"source":27,"target":4},{"source":28,"target":4},{"source":29,"target":4}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/andrejfreitas/moliz/org.modelexecution.xmof.states/model/states.ecore
states StateSystem states transitions trace State outgoing incoming objects Transition source target event Event qualifiedName actionExecution
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="states" nsURI="http://xmof/states/1.0" nsPrefix="states"> <eClassifiers xsi:type="ecore:EClass" name="StateSystem"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" eType="ecore:EClass ../../org.modelexecution.fumldebug.core/model/tracemodel.ecore#//Trace" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" eType="#//Transition" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" eType="#//Transition" eOpposite="#//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionExecution" eType="ecore:EClass ../../org.modelexecution.fumldebug.core/model/tracemodel.ecore#//ActionExecution" transient="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"states","nsURI":"http://xmof/states/1.0","name":"states","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateSystem","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"actionExecution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":2},{"source":6,"target":3},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":3},{"source":7,"target":10},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":3},{"source":11,"target":14},{"source":11,"target":2},{"source":11,"target":15},{"source":14,"target":3},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":17},{"source":16,"target":3},{"source":13,"target":18},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":17},{"source":3,"target":19},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":3},{"source":15,"target":11},{"source":20,"target":2},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":3},{"source":17,"target":12},{"source":21,"target":2},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":4},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":23,"target":25},{"source":23,"target":4},{"source":24,"target":26},{"source":24,"target":4}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsMARTEbc1.ecore
UML2 StateMachine Behavior specification Component BehavioredClassifier ownedBehavior classifierBehavior Class AssociationClass Node Operation ProtocolStateMachine UseCase Interaction BehavioralFeature Activity Collaboration ExecutionEnvironment Reception Device Stereotype
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//BehavioralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","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":"Operation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"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":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","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"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":19},{"source":19,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":12},{"source":20,"target":22},{"source":20,"target":2},{"source":22,"target":12},{"source":21,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":23},{"source":23,"target":5},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":24,"target":2},{"source":24,"target":26},{"source":24,"target":4},{"source":26,"target":2},{"source":25,"target":2},{"source":25,"target":27},{"source":25,"target":4},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":28},{"source":28,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":29},{"source":29,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":30},{"source":30,"target":5},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":31},{"source":31,"target":12},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":32},{"source":32,"target":1},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":33},{"source":33,"target":4},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":34},{"source":34,"target":2},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":35},{"source":35,"target":2},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":36},{"source":36,"target":4},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":37},{"source":37,"target":7},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":38},{"source":38,"target":12},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":39},{"source":39,"target":7},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":40},{"source":40,"target":5}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/gbind.ecore
gbind simpleocl LocatedElement line -1 column -1 charStart -1 charEnd -1 NamedElement name Module metamodels imports elements ModuleElement module Import module OclExpression type ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute appliedOperator VariableExp referredVariable SuperExp SelfExp EnvExp PrimitiveExp StringExp stringSymbol BooleanExp booleanSymbol NumericExp RealExp realSymbol IntegerExp integerSymbol CollectionExp elements BagExp OrderedSetExp SequenceExp SetExp TupleExp tuplePart TuplePart tuple MapExp elements MapElement map key value EnumLiteralExp name OclUndefinedExp StaticPropertyCallExp source staticCall StaticPropertyCall staticCallExp StaticNavigationOrAttributeCall name StaticOperationCall arguments operationName PropertyCallExp calls source PropertyCall callExp NavigationOrAttributeCall name OperationCall arguments operationName OperatorCallExp argument operationName source NotOpCallExp RelOpCallExp EqOpCallExp AddOpCallExp IntOpCallExp MulOpCallExp LambdaCallExp arguments BraceExp exp CollectionOperationCall LoopExp body iterators IterateExp result IteratorExp name LetExp variable in_ IfExp thenExpression condition elseExpression VariableDeclaration varName type variableExp LocalVariable letExp initExpression baseExp eq Iterator loopExpr Parameter operation CollectionType elementType OclType name definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration lambdaReturnType lambdaArgType staticPropertyCall OclModelElementExp model name Primitive StringType BooleanType NumericType IntegerType RealType BagType OrderedSetType SequenceType SetType OclAnyType TupleType attributes TupleTypeAttribute type tupleType name OclModelElement model MapType valueType keyType LambdaType returnType argumentTypes EnvType OclFeatureDefinition feature context_ static OclContextDefinition definition context_ OclFeature definition eq Attribute initExpression type Operation parameters returnType body OclModel elements OclMetamodel model uri OclInstanceModel metamodel Boolean boolean boolean Double double double Integer int int String java.lang.String java.lang.String dsl BindingModel bindings helpers conceptMetaclasses concreteMetaclasses virtualMetaclasses boundConcept boundMetamodel name options BindingOptions enableClassMerge false MetamodelDeclaration metamodelURI Metaclass name eclass ConceptMetaclass ConcreteMetaclass ConceptBinding debugName model_ ClassBinding concept concrete whenClause IntermediateClassBinding concept concreteClass concreteReference conceptContext conceptReferenceName featureBindings ConcreteReferencDeclaringVar VirtualMetaclass references attributes init VirtualFeature name VirtualReference type_ VirtualAttribute type_ VirtualClassBinding concept virtual refFeatures ConceptFeatureRef conceptClass featureName BaseFeatureBinding conceptFeature conceptClass qualifier RenamingFeatureBinding concreteFeature OclFeatureBinding concrete BaseHelper feature body type model_ ConceptHelper qualifier contextClass LocalHelper context parameters HelperParameter
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gbind" nsURI="http://genericity/language/gbind" nsPrefix="gbind"> <eSubpackages name="simpleocl" nsURI="http://soft.vub.ac.be/simpleocl/2011/SimpleOCL" nsPrefix="simpleocl"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charStart" lowerBound="1" eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charEnd" lowerBound="1" eType="#//simpleocl/Integer" changeable="false" volatile="true" transient="true" defaultValueLiteral="-1" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//simpleocl/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//simpleocl/OclMetamodel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//simpleocl/Import" containment="true" eOpposite="#//simpleocl/Import/module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//simpleocl/ModuleElement" containment="true" eOpposite="#//simpleocl/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//simpleocl/Module" eOpposite="#//simpleocl/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//simpleocl/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//simpleocl/Module" eOpposite="#//simpleocl/Module/imports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#//simpleocl/PropertyCallExp" eOpposite="#//simpleocl/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#//simpleocl/CollectionExp" eOpposite="#//simpleocl/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//simpleocl/LetExp" eOpposite="#//simpleocl/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#//simpleocl/LoopExp" eOpposite="#//simpleocl/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#//simpleocl/OperationCall" eOpposite="#//simpleocl/OperationCall/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#//simpleocl/LocalVariable" eOpposite="#//simpleocl/LocalVariable/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#//simpleocl/IfExp" eOpposite="#//simpleocl/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="#//simpleocl/Attribute" eOpposite="#//simpleocl/Attribute/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedOperator" ordered="false" eType="#//simpleocl/OperatorCallExp" eOpposite="#//simpleocl/OperatorCallExp/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#//simpleocl/VariableDeclaration" eOpposite="#//simpleocl/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#//simpleocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SelfExp" eSuperTypes="#//simpleocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EnvExp" eSuperTypes="#//simpleocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#//simpleocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#//simpleocl/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#//simpleocl/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#//simpleocl/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#//simpleocl/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#//simpleocl/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#//simpleocl/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#//simpleocl/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#//simpleocl/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#//simpleocl/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#//simpleocl/TuplePart" containment="true" eOpposite="#//simpleocl/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#//simpleocl/LocalVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#//simpleocl/TupleExp" eOpposite="#//simpleocl/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//simpleocl/MapElement" containment="true" eOpposite="#//simpleocl/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#//simpleocl/MapExp" eOpposite="#//simpleocl/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#//simpleocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCallExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/staticPropertyCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticCall" lowerBound="1" eType="#//simpleocl/StaticPropertyCall" containment="true" eOpposite="#//simpleocl/StaticPropertyCall/staticCallExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticPropertyCall" abstract="true" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticCallExp" lowerBound="1" eType="#//simpleocl/StaticPropertyCallExp" eOpposite="#//simpleocl/StaticPropertyCallExp/staticCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticNavigationOrAttributeCall" eSuperTypes="#//simpleocl/StaticPropertyCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticOperationCall" eSuperTypes="#//simpleocl/StaticPropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//simpleocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1" upperBound="-1" eType="#//simpleocl/PropertyCall" containment="true" eOpposite="#//simpleocl/PropertyCall/callExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCall" abstract="true" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="callExp" lowerBound="1" eType="#//simpleocl/PropertyCallExp" eOpposite="#//simpleocl/PropertyCallExp/calls"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCall" eSuperTypes="#//simpleocl/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="#//simpleocl/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//simpleocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/appliedOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="RelOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="EqOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="AddOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="IntOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="MulOpCallExp" eSuperTypes="#//simpleocl/OperatorCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LambdaCallExp" eSuperTypes="#//simpleocl/VariableExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//simpleocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BraceExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCall" eSuperTypes="#//simpleocl/OperationCall"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//simpleocl/PropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#//simpleocl/Iterator" containment="true" eOpposite="#//simpleocl/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//simpleocl/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//simpleocl/LocalVariable" containment="true" eOpposite="#//simpleocl/LocalVariable/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//simpleocl/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//simpleocl/LocalVariable" containment="true" eOpposite="#//simpleocl/LocalVariable/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#//simpleocl/VariableExp" eOpposite="#//simpleocl/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//simpleocl/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//simpleocl/LetExp" eOpposite="#//simpleocl/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#//simpleocl/IterateExp" eOpposite="#//simpleocl/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//simpleocl/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#//simpleocl/LoopExp" eOpposite="#//simpleocl/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//simpleocl/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//simpleocl/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="#//simpleocl/OclContextDefinition" eOpposite="#//simpleocl/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="#//simpleocl/OclExpression" eOpposite="#//simpleocl/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//simpleocl/Operation" eOpposite="#//simpleocl/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#//simpleocl/MapType" eOpposite="#//simpleocl/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#//simpleocl/Attribute" eOpposite="#//simpleocl/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#//simpleocl/MapType" eOpposite="#//simpleocl/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#//simpleocl/CollectionType" eOpposite="#//simpleocl/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="#//simpleocl/TupleTypeAttribute" eOpposite="#//simpleocl/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="#//simpleocl/VariableDeclaration" eOpposite="#//simpleocl/VariableDeclaration/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lambdaReturnType" eType="#//simpleocl/LambdaType" eOpposite="#//simpleocl/LambdaType/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lambdaArgType" eType="#//simpleocl/LambdaType" eOpposite="#//simpleocl/LambdaType/argumentTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticPropertyCall" eType="#//simpleocl/StaticPropertyCallExp" eOpposite="#//simpleocl/StaticPropertyCallExp/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElementExp" eSuperTypes="#//simpleocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//simpleocl/OclModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//simpleocl/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//simpleocl/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//simpleocl/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//simpleocl/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//simpleocl/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//simpleocl/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//simpleocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//simpleocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//simpleocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//simpleocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#//simpleocl/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//simpleocl/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//simpleocl/TupleTypeAttribute" containment="true" eOpposite="#//simpleocl/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#//simpleocl/TupleType" eOpposite="#//simpleocl/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#//simpleocl/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#//simpleocl/OclModel" eOpposite="#//simpleocl/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//simpleocl/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaType" eSuperTypes="#//simpleocl/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/lambdaReturnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentTypes" upperBound="-1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/lambdaArgType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnvType" eSuperTypes="#//simpleocl/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#//simpleocl/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#//simpleocl/OclFeature" containment="true" eOpposite="#//simpleocl/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#//simpleocl/OclContextDefinition" containment="true" eOpposite="#//simpleocl/OclContextDefinition/definition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" lowerBound="1" eType="#//simpleocl/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#//simpleocl/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#//simpleocl/OclFeatureDefinition" eOpposite="#//simpleocl/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#//simpleocl/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#//simpleocl/OclFeatureDefinition" eOpposite="#//simpleocl/OclFeatureDefinition/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eq" lowerBound="1" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//simpleocl/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//simpleocl/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//simpleocl/Parameter" containment="true" eOpposite="#//simpleocl/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#//simpleocl/OclType" containment="true" eOpposite="#//simpleocl/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true" eOpposite="#//simpleocl/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" abstract="true" eSuperTypes="#//simpleocl/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//simpleocl/OclModelElement" eOpposite="#//simpleocl/OclModelElement/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclMetamodel" eSuperTypes="#//simpleocl/OclModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#//simpleocl/OclInstanceModel" eOpposite="#//simpleocl/OclInstanceModel/metamodel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//simpleocl/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclInstanceModel" eSuperTypes="#//simpleocl/OclModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#//simpleocl/OclMetamodel" eOpposite="#//simpleocl/OclMetamodel/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </eSubpackages> <eSubpackages name="dsl" nsURI="http://http://genericity/language/gbind/dsl" nsPrefix="bindingModel"> <eClassifiers xsi:type="ecore:EClass" name="BindingModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//dsl/ConceptBinding" containment="true" eOpposite="#//dsl/ConceptBinding/model_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#//dsl/BaseHelper" containment="true" eOpposite="#//dsl/BaseHelper/model_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptMetaclasses" upperBound="-1" eType="#//dsl/ConceptMetaclass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteMetaclasses" upperBound="-1" eType="#//dsl/ConcreteMetaclass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualMetaclasses" upperBound="-1" eType="#//dsl/VirtualMetaclass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundConcept" lowerBound="1" eType="#//dsl/MetamodelDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundMetamodel" lowerBound="1" eType="#//dsl/MetamodelDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="options" lowerBound="1" eType="#//dsl/BindingOptions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingOptions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableClassMerge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelDeclaration" eSuperTypes="#//simpleocl/OclMetamodel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metaclass" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eclass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConceptMetaclass" eSuperTypes="#//dsl/Metaclass"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteMetaclass" eSuperTypes="#//dsl/Metaclass"/> <eClassifiers xsi:type="ecore:EClass" name="ConceptBinding" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debugName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model_" eType="#//dsl/BindingModel" eOpposite="#//dsl/BindingModel/bindings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassBinding" eSuperTypes="#//dsl/ConceptBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1" eType="#//dsl/ConceptMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1" upperBound="-1" eType="#//dsl/ConcreteMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenClause" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntermediateClassBinding" eSuperTypes="#//dsl/ConceptBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1" eType="#//dsl/ConceptMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteClass" lowerBound="1" eType="#//dsl/ConcreteMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteReference" lowerBound="1" eType="#//dsl/ConcreteReferencDeclaringVar" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptContext" lowerBound="1" eType="#//dsl/ConceptMetaclass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptReferenceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureBindings" upperBound="-1" eType="#//dsl/BaseFeatureBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteReferencDeclaringVar" eSuperTypes="#//simpleocl/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualMetaclass" eSuperTypes="#//dsl/Metaclass"> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//dsl/VirtualReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//dsl/VirtualAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualFeature"> <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="VirtualReference" eSuperTypes="#//dsl/VirtualFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1" eType="#//dsl/ConcreteMetaclass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualAttribute" eSuperTypes="#//dsl/VirtualFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1" eType="#//simpleocl/Primitive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualClassBinding" eSuperTypes="#//dsl/ConceptBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" lowerBound="1" eType="#//dsl/ConceptMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtual" lowerBound="1" eType="#//dsl/VirtualMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refFeatures" upperBound="-1" eType="#//dsl/ConceptFeatureRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConceptFeatureRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptClass" lowerBound="1" eType="#//dsl/ConceptMetaclass"/> <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="BaseFeatureBinding" eSuperTypes="#//dsl/ConceptBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conceptFeature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptClass" lowerBound="1" eType="#//dsl/ConceptMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//dsl/ConcreteMetaclass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RenamingFeatureBinding" eSuperTypes="#//dsl/BaseFeatureBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concreteFeature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureBinding" eSuperTypes="#//dsl/BaseFeatureBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseHelper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//simpleocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//simpleocl/OclType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model_" eType="#//dsl/BindingModel" eOpposite="#//dsl/BindingModel/helpers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConceptHelper" eSuperTypes="#//dsl/BaseHelper"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//dsl/ConcreteMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextClass" lowerBound="1" eType="#//dsl/ConceptMetaclass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalHelper" eSuperTypes="#//dsl/BaseHelper"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//dsl/ConcreteMetaclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//dsl/HelperParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HelperParameter" eSuperTypes="#//simpleocl/VariableDeclaration"/> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gbind","nsURI":"http://genericity/language/gbind","name":"gbind","id":0,"eClass":"EPackage"},{"nsPrefix":"simpleocl","nsURI":"http://soft.vub.ac.be/simpleocl/2011/SimpleOCL","name":"simpleocl","id":1,"eClass":"EPackage"},{"nsPrefix":"bindingModel","nsURI":"http://http://genericity/language/gbind/dsl","name":"dsl","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"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":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvExp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCallExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPropertyCall","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticNavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticOperationCall","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCall","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCall","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOpCallExp","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelOpCallExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqOpCallExp","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddOpCallExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOpCallExp","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOpCallExp","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaCallExp","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BraceExp","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCall","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElementExp","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclMetamodel","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclInstanceModel","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":85,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":86,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":87,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":88,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"line","changeable":false,"lowerBound":1,"iD":false,"id":89,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"column","changeable":false,"lowerBound":1,"iD":false,"id":90,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charStart","changeable":false,"lowerBound":1,"iD":false,"id":91,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"charEnd","changeable":false,"lowerBound":1,"iD":false,"id":92,"derived":true},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"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":"appliedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":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":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"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":"staticPropertyCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticCallExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"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":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"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":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","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"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"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":"varName","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"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":"lambdaReturnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lambdaArgType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"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":"static","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eq","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingModel","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingOptions","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelDeclaration","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":true,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptMetaclass","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteMetaclass","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptBinding","instanceClass":null,"abstract":true,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassBinding","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateClassBinding","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteReferencDeclaringVar","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualMetaclass","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualFeature","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualReference","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualAttribute","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualClassBinding","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptFeatureRef","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseFeatureBinding","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenamingFeatureBinding","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureBinding","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseHelper","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptHelper","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalHelper","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HelperParameter","instanceClass":null,"abstract":false,"id":416,"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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"helpers","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":"conceptMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualMetaclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundMetamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":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":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"id":426,"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":"model_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"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":"model_","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"enableClassMerge","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodelURI","changeable":true,"lowerBound":0,"iD":false,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"debugName","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"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":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenClause","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":461,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptReferenceName","changeable":true,"lowerBound":1,"iD":false,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":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":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtual","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"refFeatures","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":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":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conceptFeature","changeable":true,"lowerBound":1,"iD":false,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concreteFeature","changeable":true,"lowerBound":1,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"container":false,"ordered":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":512,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":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":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":89,"target":87},{"source":89,"target":93},{"source":89,"target":3},{"source":93,"target":87},{"source":90,"target":87},{"source":90,"target":94},{"source":90,"target":3},{"source":94,"target":87},{"source":91,"target":87},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":87},{"source":92,"target":87},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":87},{"source":4,"target":1},{"source":4,"target":3},{"source":4,"target":97},{"source":4,"target":98},{"source":97,"target":88},{"source":97,"target":99},{"source":97,"target":4},{"source":99,"target":88},{"source":98,"target":3},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":100,"target":83},{"source":100,"target":104},{"source":100,"target":5},{"source":104,"target":83},{"source":101,"target":7},{"source":101,"target":105},{"source":101,"target":5},{"source":101,"target":106},{"source":105,"target":7},{"source":102,"target":6},{"source":102,"target":107},{"source":102,"target":5},{"source":102,"target":108},{"source":107,"target":6},{"source":103,"target":4},{"source":6,"target":1},{"source":6,"target":3},{"source":6,"target":108},{"source":6,"target":109},{"source":108,"target":5},{"source":108,"target":110},{"source":108,"target":6},{"source":108,"target":102},{"source":110,"target":5},{"source":109,"target":3},{"source":7,"target":1},{"source":7,"target":4},{"source":7,"target":106},{"source":7,"target":111},{"source":106,"target":5},{"source":106,"target":112},{"source":106,"target":7},{"source":106,"target":101},{"source":112,"target":5},{"source":111,"target":4},{"source":8,"target":1},{"source":8,"target":3},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":113,"target":58},{"source":113,"target":127},{"source":113,"target":8},{"source":113,"target":128},{"source":127,"target":58},{"source":114,"target":52},{"source":114,"target":129},{"source":114,"target":8},{"source":114,"target":130},{"source":129,"target":52},{"source":115,"target":34},{"source":115,"target":131},{"source":115,"target":8},{"source":115,"target":132},{"source":131,"target":34},{"source":116,"target":19},{"source":116,"target":133},{"source":116,"target":8},{"source":116,"target":134},{"source":133,"target":19},{"source":117,"target":51},{"source":117,"target":135},{"source":117,"target":8},{"source":117,"target":136},{"source":135,"target":51},{"source":118,"target":48},{"source":118,"target":137},{"source":118,"target":8},{"source":118,"target":138},{"source":137,"target":48},{"source":119,"target":37},{"source":119,"target":139},{"source":119,"target":8},{"source":119,"target":140},{"source":139,"target":37},{"source":120,"target":54},{"source":120,"target":141},{"source":120,"target":8},{"source":120,"target":142},{"source":141,"target":54},{"source":121,"target":52},{"source":121,"target":143},{"source":121,"target":8},{"source":121,"target":144},{"source":143,"target":52},{"source":122,"target":81},{"source":122,"target":145},{"source":122,"target":8},{"source":122,"target":146},{"source":145,"target":81},{"source":123,"target":52},{"source":123,"target":147},{"source":123,"target":8},{"source":123,"target":148},{"source":147,"target":52},{"source":124,"target":80},{"source":124,"target":149},{"source":124,"target":8},{"source":124,"target":150},{"source":149,"target":80},{"source":125,"target":38},{"source":125,"target":151},{"source":125,"target":8},{"source":125,"target":152},{"source":151,"target":38},{"source":126,"target":3},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":153},{"source":9,"target":154},{"source":153,"target":53},{"source":153,"target":155},{"source":153,"target":9},{"source":153,"target":156},{"source":155,"target":53},{"source":154,"target":8},{"source":10,"target":1},{"source":10,"target":8},{"source":10,"target":157},{"source":157,"target":8},{"source":11,"target":1},{"source":11,"target":8},{"source":11,"target":158},{"source":158,"target":8},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":159},{"source":159,"target":8},{"source":13,"target":1},{"source":13,"target":8},{"source":13,"target":160},{"source":160,"target":8},{"source":14,"target":1},{"source":14,"target":13},{"source":14,"target":161},{"source":14,"target":162},{"source":161,"target":88},{"source":161,"target":163},{"source":161,"target":14},{"source":163,"target":88},{"source":162,"target":13},{"source":15,"target":1},{"source":15,"target":13},{"source":15,"target":164},{"source":15,"target":165},{"source":164,"target":85},{"source":164,"target":166},{"source":164,"target":15},{"source":166,"target":85},{"source":165,"target":13},{"source":16,"target":1},{"source":16,"target":13},{"source":16,"target":167},{"source":167,"target":13},{"source":17,"target":1},{"source":17,"target":16},{"source":17,"target":168},{"source":17,"target":169},{"source":168,"target":86},{"source":168,"target":170},{"source":168,"target":17},{"source":170,"target":86},{"source":169,"target":16},{"source":18,"target":1},{"source":18,"target":16},{"source":18,"target":171},{"source":18,"target":172},{"source":171,"target":87},{"source":171,"target":173},{"source":171,"target":18},{"source":173,"target":87},{"source":172,"target":16},{"source":19,"target":1},{"source":19,"target":8},{"source":19,"target":134},{"source":19,"target":174},{"source":134,"target":8},{"source":134,"target":175},{"source":134,"target":19},{"source":134,"target":116},{"source":175,"target":8},{"source":174,"target":8},{"source":20,"target":1},{"source":20,"target":19},{"source":20,"target":176},{"source":176,"target":19},{"source":21,"target":1},{"source":21,"target":19},{"source":21,"target":177},{"source":177,"target":19},{"source":22,"target":1},{"source":22,"target":19},{"source":22,"target":178},{"source":178,"target":19},{"source":23,"target":1},{"source":23,"target":19},{"source":23,"target":179},{"source":179,"target":19},{"source":24,"target":1},{"source":24,"target":8},{"source":24,"target":180},{"source":24,"target":181},{"source":180,"target":25},{"source":180,"target":182},{"source":180,"target":24},{"source":180,"target":183},{"source":182,"target":25},{"source":181,"target":8},{"source":25,"target":1},{"source":25,"target":54},{"source":25,"target":183},{"source":25,"target":184},{"source":183,"target":24},{"source":183,"target":185},{"source":183,"target":25},{"source":183,"target":180},{"source":185,"target":24},{"source":184,"target":54},{"source":26,"target":1},{"source":26,"target":8},{"source":26,"target":186},{"source":26,"target":187},{"source":186,"target":27},{"source":186,"target":188},{"source":186,"target":26},{"source":186,"target":189},{"source":188,"target":27},{"source":187,"target":8},{"source":27,"target":1},{"source":27,"target":3},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":189,"target":26},{"source":189,"target":193},{"source":189,"target":27},{"source":189,"target":186},{"source":193,"target":26},{"source":190,"target":8},{"source":190,"target":194},{"source":190,"target":27},{"source":194,"target":8},{"source":191,"target":8},{"source":191,"target":195},{"source":191,"target":27},{"source":195,"target":8},{"source":192,"target":3},{"source":28,"target":1},{"source":28,"target":8},{"source":28,"target":196},{"source":28,"target":197},{"source":196,"target":88},{"source":196,"target":198},{"source":196,"target":28},{"source":198,"target":88},{"source":197,"target":8},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":199},{"source":199,"target":8},{"source":30,"target":1},{"source":30,"target":8},{"source":30,"target":200},{"source":30,"target":201},{"source":30,"target":202},{"source":200,"target":58},{"source":200,"target":203},{"source":200,"target":30},{"source":200,"target":204},{"source":203,"target":58},{"source":201,"target":31},{"source":201,"target":205},{"source":201,"target":30},{"source":201,"target":206},{"source":205,"target":31},{"source":202,"target":8},{"source":31,"target":1},{"source":31,"target":3},{"source":31,"target":206},{"source":31,"target":207},{"source":206,"target":30},{"source":206,"target":208},{"source":206,"target":31},{"source":206,"target":201},{"source":208,"target":30},{"source":207,"target":3},{"source":32,"target":1},{"source":32,"target":31},{"source":32,"target":209},{"source":32,"target":210},{"source":209,"target":88},{"source":209,"target":211},{"source":209,"target":32},{"source":211,"target":88},{"source":210,"target":31},{"source":33,"target":1},{"source":33,"target":31},{"source":33,"target":212},{"source":33,"target":213},{"source":33,"target":214},{"source":212,"target":8},{"source":212,"target":215},{"source":212,"target":33},{"source":215,"target":8},{"source":213,"target":88},{"source":213,"target":216},{"source":213,"target":33},{"source":216,"target":88},{"source":214,"target":31},{"source":34,"target":1},{"source":34,"target":8},{"source":34,"target":217},{"source":34,"target":132},{"source":34,"target":218},{"source":217,"target":35},{"source":217,"target":219},{"source":217,"target":34},{"source":217,"target":220},{"source":219,"target":35},{"source":132,"target":8},{"source":132,"target":221},{"source":132,"target":34},{"source":132,"target":115},{"source":221,"target":8},{"source":218,"target":8},{"source":35,"target":1},{"source":35,"target":3},{"source":35,"target":220},{"source":35,"target":222},{"source":220,"target":34},{"source":220,"target":223},{"source":220,"target":35},{"source":220,"target":217},{"source":223,"target":34},{"source":222,"target":3},{"source":36,"target":1},{"source":36,"target":35},{"source":36,"target":224},{"source":36,"target":225},{"source":224,"target":88},{"source":224,"target":226},{"source":224,"target":36},{"source":226,"target":88},{"source":225,"target":35},{"source":37,"target":1},{"source":37,"target":35},{"source":37,"target":140},{"source":37,"target":227},{"source":37,"target":228},{"source":140,"target":8},{"source":140,"target":229},{"source":140,"target":37},{"source":140,"target":119},{"source":229,"target":8},{"source":227,"target":88},{"source":227,"target":230},{"source":227,"target":37},{"source":230,"target":88},{"source":228,"target":35},{"source":38,"target":1},{"source":38,"target":8},{"source":38,"target":231},{"source":38,"target":232},{"source":38,"target":152},{"source":38,"target":233},{"source":231,"target":8},{"source":231,"target":234},{"source":231,"target":38},{"source":234,"target":8},{"source":232,"target":88},{"source":232,"target":235},{"source":232,"target":38},{"source":235,"target":88},{"source":152,"target":8},{"source":152,"target":236},{"source":152,"target":38},{"source":152,"target":125},{"source":236,"target":8},{"source":233,"target":8},{"source":39,"target":1},{"source":39,"target":38},{"source":39,"target":237},{"source":237,"target":38},{"source":40,"target":1},{"source":40,"target":38},{"source":40,"target":238},{"source":238,"target":38},{"source":41,"target":1},{"source":41,"target":38},{"source":41,"target":239},{"source":239,"target":38},{"source":42,"target":1},{"source":42,"target":38},{"source":42,"target":240},{"source":240,"target":38},{"source":43,"target":1},{"source":43,"target":38},{"source":43,"target":241},{"source":241,"target":38},{"source":44,"target":1},{"source":44,"target":38},{"source":44,"target":242},{"source":242,"target":38},{"source":45,"target":1},{"source":45,"target":9},{"source":45,"target":243},{"source":45,"target":244},{"source":243,"target":8},{"source":243,"target":245},{"source":243,"target":45},{"source":245,"target":8},{"source":244,"target":9},{"source":46,"target":1},{"source":46,"target":8},{"source":46,"target":246},{"source":46,"target":247},{"source":246,"target":8},{"source":246,"target":248},{"source":246,"target":46},{"source":248,"target":8},{"source":247,"target":8},{"source":47,"target":1},{"source":47,"target":37},{"source":47,"target":249},{"source":249,"target":37},{"source":48,"target":1},{"source":48,"target":35},{"source":48,"target":138},{"source":48,"target":250},{"source":48,"target":251},{"source":138,"target":8},{"source":138,"target":252},{"source":138,"target":48},{"source":138,"target":118},{"source":252,"target":8},{"source":250,"target":55},{"source":250,"target":253},{"source":250,"target":48},{"source":250,"target":254},{"source":253,"target":55},{"source":251,"target":35},{"source":49,"target":1},{"source":49,"target":48},{"source":49,"target":255},{"source":49,"target":256},{"source":255,"target":54},{"source":255,"target":257},{"source":255,"target":49},{"source":255,"target":258},{"source":257,"target":54},{"source":256,"target":48},{"source":50,"target":1},{"source":50,"target":48},{"source":50,"target":259},{"source":50,"target":260},{"source":259,"target":88},{"source":259,"target":261},{"source":259,"target":50},{"source":261,"target":88},{"source":260,"target":48},{"source":51,"target":1},{"source":51,"target":8},{"source":51,"target":262},{"source":51,"target":136},{"source":51,"target":263},{"source":262,"target":54},{"source":262,"target":264},{"source":262,"target":51},{"source":262,"target":265},{"source":264,"target":54},{"source":136,"target":8},{"source":136,"target":266},{"source":136,"target":51},{"source":136,"target":117},{"source":266,"target":8},{"source":263,"target":8},{"source":52,"target":1},{"source":52,"target":8},{"source":52,"target":144},{"source":52,"target":148},{"source":52,"target":130},{"source":52,"target":267},{"source":144,"target":8},{"source":144,"target":268},{"source":144,"target":52},{"source":144,"target":121},{"source":268,"target":8},{"source":148,"target":8},{"source":148,"target":269},{"source":148,"target":52},{"source":148,"target":123},{"source":269,"target":8},{"source":130,"target":8},{"source":130,"target":270},{"source":130,"target":52},{"source":130,"target":114},{"source":270,"target":8},{"source":267,"target":8},{"source":53,"target":1},{"source":53,"target":3},{"source":53,"target":271},{"source":53,"target":272},{"source":53,"target":156},{"source":53,"target":273},{"source":271,"target":88},{"source":271,"target":274},{"source":271,"target":53},{"source":274,"target":88},{"source":272,"target":58},{"source":272,"target":275},{"source":272,"target":53},{"source":272,"target":276},{"source":275,"target":58},{"source":156,"target":9},{"source":156,"target":277},{"source":156,"target":53},{"source":156,"target":153},{"source":277,"target":9},{"source":273,"target":3},{"source":54,"target":1},{"source":54,"target":53},{"source":54,"target":265},{"source":54,"target":142},{"source":54,"target":258},{"source":54,"target":278},{"source":54,"target":279},{"source":265,"target":51},{"source":265,"target":280},{"source":265,"target":54},{"source":265,"target":262},{"source":280,"target":51},{"source":142,"target":8},{"source":142,"target":281},{"source":142,"target":54},{"source":142,"target":120},{"source":281,"target":8},{"source":258,"target":49},{"source":258,"target":282},{"source":258,"target":54},{"source":258,"target":255},{"source":282,"target":49},{"source":278,"target":88},{"source":278,"target":283},{"source":278,"target":54},{"source":283,"target":88},{"source":279,"target":53},{"source":55,"target":1},{"source":55,"target":53},{"source":55,"target":254},{"source":55,"target":284},{"source":254,"target":48},{"source":254,"target":285},{"source":254,"target":55},{"source":254,"target":250},{"source":285,"target":48},{"source":284,"target":53},{"source":56,"target":1},{"source":56,"target":53},{"source":56,"target":286},{"source":56,"target":287},{"source":286,"target":81},{"source":286,"target":288},{"source":286,"target":56},{"source":286,"target":289},{"source":288,"target":81},{"source":287,"target":53},{"source":57,"target":1},{"source":57,"target":58},{"source":57,"target":290},{"source":57,"target":291},{"source":290,"target":58},{"source":290,"target":292},{"source":290,"target":57},{"source":290,"target":293},{"source":292,"target":58},{"source":291,"target":58},{"source":58,"target":1},{"source":58,"target":3},{"source":58,"target":294},{"source":58,"target":295},{"source":58,"target":128},{"source":58,"target":296},{"source":58,"target":297},{"source":58,"target":298},{"source":58,"target":299},{"source":58,"target":293},{"source":58,"target":300},{"source":58,"target":276},{"source":58,"target":301},{"source":58,"target":302},{"source":58,"target":204},{"source":58,"target":303},{"source":294,"target":88},{"source":294,"target":304},{"source":294,"target":58},{"source":304,"target":88},{"source":295,"target":78},{"source":295,"target":305},{"source":295,"target":58},{"source":295,"target":306},{"source":305,"target":78},{"source":128,"target":8},{"source":128,"target":307},{"source":128,"target":58},{"source":128,"target":113},{"source":307,"target":8},{"source":296,"target":81},{"source":296,"target":308},{"source":296,"target":58},{"source":296,"target":309},{"source":308,"target":81},{"source":297,"target":74},{"source":297,"target":310},{"source":297,"target":58},{"source":297,"target":311},{"source":310,"target":74},{"source":298,"target":80},{"source":298,"target":312},{"source":298,"target":58},{"source":298,"target":313},{"source":312,"target":80},{"source":299,"target":74},{"source":299,"target":314},{"source":299,"target":58},{"source":299,"target":315},{"source":314,"target":74},{"source":293,"target":57},{"source":293,"target":316},{"source":293,"target":58},{"source":293,"target":290},{"source":316,"target":57},{"source":300,"target":72},{"source":300,"target":317},{"source":300,"target":58},{"source":300,"target":318},{"source":317,"target":72},{"source":276,"target":53},{"source":276,"target":319},{"source":276,"target":58},{"source":276,"target":272},{"source":319,"target":53},{"source":301,"target":75},{"source":301,"target":320},{"source":301,"target":58},{"source":301,"target":321},{"source":320,"target":75},{"source":302,"target":75},{"source":302,"target":322},{"source":302,"target":58},{"source":302,"target":323},{"source":322,"target":75},{"source":204,"target":30},{"source":204,"target":324},{"source":204,"target":58},{"source":204,"target":200},{"source":324,"target":30},{"source":303,"target":3},{"source":59,"target":1},{"source":59,"target":8},{"source":59,"target":325},{"source":59,"target":326},{"source":59,"target":327},{"source":325,"target":82},{"source":325,"target":328},{"source":325,"target":59},{"source":328,"target":82},{"source":326,"target":88},{"source":326,"target":329},{"source":326,"target":59},{"source":329,"target":88},{"source":327,"target":8},{"source":60,"target":1},{"source":60,"target":58},{"source":60,"target":330},{"source":330,"target":58},{"source":61,"target":1},{"source":61,"target":60},{"source":61,"target":331},{"source":331,"target":60},{"source":62,"target":1},{"source":62,"target":60},{"source":62,"target":332},{"source":332,"target":60},{"source":63,"target":1},{"source":63,"target":60},{"source":63,"target":333},{"source":333,"target":60},{"source":64,"target":1},{"source":64,"target":63},{"source":64,"target":334},{"source":334,"target":63},{"source":65,"target":1},{"source":65,"target":63},{"source":65,"target":335},{"source":335,"target":63},{"source":66,"target":1},{"source":66,"target":57},{"source":66,"target":336},{"source":336,"target":57},{"source":67,"target":1},{"source":67,"target":57},{"source":67,"target":337},{"source":337,"target":57},{"source":68,"target":1},{"source":68,"target":57},{"source":68,"target":338},{"source":338,"target":57},{"source":69,"target":1},{"source":69,"target":57},{"source":69,"target":339},{"source":339,"target":57},{"source":70,"target":1},{"source":70,"target":58},{"source":70,"target":340},{"source":340,"target":58},{"source":71,"target":1},{"source":71,"target":58},{"source":71,"target":341},{"source":71,"target":342},{"source":341,"target":72},{"source":341,"target":343},{"source":341,"target":71},{"source":341,"target":344},{"source":343,"target":72},{"source":342,"target":58},{"source":72,"target":1},{"source":72,"target":3},{"source":72,"target":318},{"source":72,"target":344},{"source":72,"target":345},{"source":72,"target":346},{"source":318,"target":58},{"source":318,"target":347},{"source":318,"target":72},{"source":318,"target":300},{"source":347,"target":58},{"source":344,"target":71},{"source":344,"target":348},{"source":344,"target":72},{"source":344,"target":341},{"source":348,"target":71},{"source":345,"target":88},{"source":345,"target":349},{"source":345,"target":72},{"source":349,"target":88},{"source":346,"target":3},{"source":73,"target":1},{"source":73,"target":58},{"source":73,"target":350},{"source":73,"target":351},{"source":350,"target":82},{"source":350,"target":352},{"source":350,"target":73},{"source":350,"target":353},{"source":352,"target":82},{"source":351,"target":58},{"source":74,"target":1},{"source":74,"target":58},{"source":74,"target":311},{"source":74,"target":315},{"source":74,"target":354},{"source":311,"target":58},{"source":311,"target":355},{"source":311,"target":74},{"source":311,"target":297},{"source":355,"target":58},{"source":315,"target":58},{"source":315,"target":356},{"source":315,"target":74},{"source":315,"target":299},{"source":356,"target":58},{"source":354,"target":58},{"source":75,"target":1},{"source":75,"target":58},{"source":75,"target":321},{"source":75,"target":323},{"source":75,"target":357},{"source":321,"target":58},{"source":321,"target":358},{"source":321,"target":75},{"source":321,"target":301},{"source":358,"target":58},{"source":323,"target":58},{"source":323,"target":359},{"source":323,"target":75},{"source":323,"target":302},{"source":359,"target":58},{"source":357,"target":58},{"source":76,"target":1},{"source":76,"target":58},{"source":76,"target":360},{"source":360,"target":58},{"source":77,"target":1},{"source":77,"target":6},{"source":77,"target":361},{"source":77,"target":362},{"source":77,"target":363},{"source":77,"target":364},{"source":361,"target":79},{"source":361,"target":365},{"source":361,"target":77},{"source":361,"target":366},{"source":365,"target":79},{"source":362,"target":78},{"source":362,"target":367},{"source":362,"target":77},{"source":362,"target":368},{"source":367,"target":78},{"source":363,"target":85},{"source":363,"target":369},{"source":363,"target":77},{"source":369,"target":85},{"source":364,"target":6},{"source":78,"target":1},{"source":78,"target":3},{"source":78,"target":368},{"source":78,"target":306},{"source":78,"target":370},{"source":368,"target":77},{"source":368,"target":371},{"source":368,"target":78},{"source":368,"target":362},{"source":371,"target":77},{"source":306,"target":58},{"source":306,"target":372},{"source":306,"target":78},{"source":306,"target":295},{"source":372,"target":58},{"source":370,"target":3},{"source":79,"target":1},{"source":79,"target":4},{"source":79,"target":366},{"source":79,"target":373},{"source":79,"target":374},{"source":366,"target":77},{"source":366,"target":375},{"source":366,"target":79},{"source":366,"target":361},{"source":375,"target":77},{"source":373,"target":88},{"source":373,"target":376},{"source":373,"target":79},{"source":376,"target":88},{"source":374,"target":4},{"source":80,"target":1},{"source":80,"target":79},{"source":80,"target":150},{"source":80,"target":313},{"source":80,"target":377},{"source":150,"target":8},{"source":150,"target":378},{"source":150,"target":80},{"source":150,"target":124},{"source":378,"target":8},{"source":313,"target":58},{"source":313,"target":379},{"source":313,"target":80},{"source":313,"target":298},{"source":379,"target":58},{"source":377,"target":79},{"source":81,"target":1},{"source":81,"target":79},{"source":81,"target":289},{"source":81,"target":309},{"source":81,"target":146},{"source":81,"target":380},{"source":289,"target":56},{"source":289,"target":381},{"source":289,"target":81},{"source":289,"target":286},{"source":381,"target":56},{"source":309,"target":58},{"source":309,"target":382},{"source":309,"target":81},{"source":309,"target":296},{"source":382,"target":58},{"source":146,"target":8},{"source":146,"target":383},{"source":146,"target":81},{"source":146,"target":122},{"source":383,"target":8},{"source":380,"target":79},{"source":82,"target":1},{"source":82,"target":4},{"source":82,"target":353},{"source":82,"target":384},{"source":353,"target":73},{"source":353,"target":385},{"source":353,"target":82},{"source":353,"target":350},{"source":385,"target":73},{"source":384,"target":4},{"source":83,"target":1},{"source":83,"target":82},{"source":83,"target":386},{"source":83,"target":387},{"source":83,"target":388},{"source":386,"target":84},{"source":386,"target":389},{"source":386,"target":83},{"source":386,"target":390},{"source":389,"target":84},{"source":387,"target":88},{"source":387,"target":391},{"source":387,"target":83},{"source":391,"target":88},{"source":388,"target":82},{"source":84,"target":1},{"source":84,"target":82},{"source":84,"target":390},{"source":84,"target":392},{"source":390,"target":83},{"source":390,"target":393},{"source":390,"target":84},{"source":390,"target":386},{"source":393,"target":83},{"source":392,"target":82},{"source":85,"target":1},{"source":86,"target":1},{"source":87,"target":1},{"source":88,"target":1},{"source":2,"target":394},{"source":2,"target":395},{"source":2,"target":396},{"source":2,"target":397},{"source":2,"target":398},{"source":2,"target":399},{"source":2,"target":400},{"source":2,"target":401},{"source":2,"target":402},{"source":2,"target":403},{"source":2,"target":404},{"source":2,"target":405},{"source":2,"target":406},{"source":2,"target":407},{"source":2,"target":408},{"source":2,"target":409},{"source":2,"target":410},{"source":2,"target":411},{"source":2,"target":412},{"source":2,"target":413},{"source":2,"target":414},{"source":2,"target":415},{"source":2,"target":416},{"source":2,"target":0},{"source":394,"target":2},{"source":394,"target":417},{"source":394,"target":418},{"source":394,"target":419},{"source":394,"target":420},{"source":394,"target":421},{"source":394,"target":422},{"source":394,"target":423},{"source":394,"target":424},{"source":394,"target":425},{"source":417,"target":400},{"source":417,"target":426},{"source":417,"target":394},{"source":417,"target":427},{"source":426,"target":400},{"source":418,"target":413},{"source":418,"target":428},{"source":418,"target":394},{"source":418,"target":429},{"source":428,"target":413},{"source":419,"target":398},{"source":419,"target":430},{"source":419,"target":394},{"source":430,"target":398},{"source":420,"target":399},{"source":420,"target":431},{"source":420,"target":394},{"source":431,"target":399},{"source":421,"target":404},{"source":421,"target":432},{"source":421,"target":394},{"source":432,"target":404},{"source":422,"target":396},{"source":422,"target":433},{"source":422,"target":394},{"source":433,"target":396},{"source":423,"target":396},{"source":423,"target":434},{"source":423,"target":394},{"source":434,"target":396},{"source":424,"target":435},{"source":424,"target":394},{"source":425,"target":395},{"source":425,"target":436},{"source":425,"target":394},{"source":436,"target":395},{"source":395,"target":2},{"source":395,"target":437},{"source":437,"target":438},{"source":437,"target":395},{"source":396,"target":2},{"source":396,"target":83},{"source":396,"target":439},{"source":396,"target":440},{"source":439,"target":441},{"source":439,"target":396},{"source":440,"target":83},{"source":397,"target":2},{"source":397,"target":442},{"source":397,"target":443},{"source":442,"target":444},{"source":442,"target":397},{"source":443,"target":445},{"source":443,"target":397},{"source":398,"target":2},{"source":398,"target":397},{"source":398,"target":446},{"source":446,"target":397},{"source":399,"target":2},{"source":399,"target":397},{"source":399,"target":447},{"source":447,"target":397},{"source":400,"target":2},{"source":400,"target":448},{"source":400,"target":427},{"source":448,"target":449},{"source":448,"target":400},{"source":427,"target":394},{"source":427,"target":450},{"source":427,"target":400},{"source":427,"target":417},{"source":450,"target":394},{"source":401,"target":2},{"source":401,"target":400},{"source":401,"target":451},{"source":401,"target":452},{"source":401,"target":453},{"source":401,"target":454},{"source":451,"target":398},{"source":451,"target":455},{"source":451,"target":401},{"source":455,"target":398},{"source":452,"target":399},{"source":452,"target":456},{"source":452,"target":401},{"source":456,"target":399},{"source":453,"target":8},{"source":453,"target":457},{"source":453,"target":401},{"source":457,"target":8},{"source":454,"target":400},{"source":402,"target":2},{"source":402,"target":400},{"source":402,"target":458},{"source":402,"target":459},{"source":402,"target":460},{"source":402,"target":461},{"source":402,"target":462},{"source":402,"target":463},{"source":402,"target":464},{"source":458,"target":398},{"source":458,"target":465},{"source":458,"target":402},{"source":465,"target":398},{"source":459,"target":399},{"source":459,"target":466},{"source":459,"target":402},{"source":466,"target":399},{"source":460,"target":403},{"source":460,"target":467},{"source":460,"target":402},{"source":467,"target":403},{"source":461,"target":398},{"source":461,"target":468},{"source":461,"target":402},{"source":468,"target":398},{"source":462,"target":469},{"source":462,"target":402},{"source":463,"target":410},{"source":463,"target":470},{"source":463,"target":402},{"source":470,"target":410},{"source":464,"target":400},{"source":403,"target":2},{"source":403,"target":53},{"source":403,"target":471},{"source":471,"target":53},{"source":404,"target":2},{"source":404,"target":397},{"source":404,"target":472},{"source":404,"target":473},{"source":404,"target":474},{"source":404,"target":475},{"source":472,"target":406},{"source":472,"target":476},{"source":472,"target":404},{"source":476,"target":406},{"source":473,"target":407},{"source":473,"target":477},{"source":473,"target":404},{"source":477,"target":407},{"source":474,"target":8},{"source":474,"target":478},{"source":474,"target":404},{"source":478,"target":8},{"source":475,"target":397},{"source":405,"target":2},{"source":405,"target":479},{"source":479,"target":480},{"source":479,"target":405},{"source":406,"target":2},{"source":406,"target":405},{"source":406,"target":481},{"source":406,"target":482},{"source":481,"target":399},{"source":481,"target":483},{"source":481,"target":406},{"source":483,"target":399},{"source":482,"target":405},{"source":407,"target":2},{"source":407,"target":405},{"source":407,"target":484},{"source":407,"target":485},{"source":484,"target":60},{"source":484,"target":486},{"source":484,"target":407},{"source":486,"target":60},{"source":485,"target":405},{"source":408,"target":2},{"source":408,"target":400},{"source":408,"target":487},{"source":408,"target":488},{"source":408,"target":489},{"source":408,"target":490},{"source":487,"target":398},{"source":487,"target":491},{"source":487,"target":408},{"source":491,"target":398},{"source":488,"target":404},{"source":488,"target":492},{"source":488,"target":408},{"source":492,"target":404},{"source":489,"target":409},{"source":489,"target":493},{"source":489,"target":408},{"source":493,"target":409},{"source":490,"target":400},{"source":409,"target":2},{"source":409,"target":494},{"source":409,"target":495},{"source":494,"target":398},{"source":494,"target":496},{"source":494,"target":409},{"source":496,"target":398},{"source":495,"target":497},{"source":495,"target":409},{"source":410,"target":2},{"source":410,"target":400},{"source":410,"target":498},{"source":410,"target":499},{"source":410,"target":500},{"source":410,"target":501},{"source":498,"target":502},{"source":498,"target":410},{"source":499,"target":398},{"source":499,"target":503},{"source":499,"target":410},{"source":503,"target":398},{"source":500,"target":399},{"source":500,"target":504},{"source":500,"target":410},{"source":504,"target":399},{"source":501,"target":400},{"source":411,"target":2},{"source":411,"target":410},{"source":411,"target":505},{"source":411,"target":506},{"source":505,"target":507},{"source":505,"target":411},{"source":506,"target":410},{"source":412,"target":2},{"source":412,"target":410},{"source":412,"target":508},{"source":412,"target":509},{"source":508,"target":8},{"source":508,"target":510},{"source":508,"target":412},{"source":510,"target":8},{"source":509,"target":410},{"source":413,"target":2},{"source":413,"target":511},{"source":413,"target":512},{"source":413,"target":513},{"source":413,"target":429},{"source":511,"target":514},{"source":511,"target":413},{"source":512,"target":8},{"source":512,"target":515},{"source":512,"target":413},{"source":515,"target":8},{"source":513,"target":58},{"source":513,"target":516},{"source":513,"target":413},{"source":516,"target":58},{"source":429,"target":394},{"source":429,"target":517},{"source":429,"target":413},{"source":429,"target":418},{"source":517,"target":394},{"source":414,"target":2},{"source":414,"target":413},{"source":414,"target":518},{"source":414,"target":519},{"source":414,"target":520},{"source":518,"target":399},{"source":518,"target":521},{"source":518,"target":414},{"source":521,"target":399},{"source":519,"target":398},{"source":519,"target":522},{"source":519,"target":414},{"source":522,"target":398},{"source":520,"target":413},{"source":415,"target":2},{"source":415,"target":413},{"source":415,"target":523},{"source":415,"target":524},{"source":415,"target":525},{"source":523,"target":399},{"source":523,"target":526},{"source":523,"target":415},{"source":526,"target":399},{"source":524,"target":416},{"source":524,"target":527},{"source":524,"target":415},{"source":527,"target":416},{"source":525,"target":413},{"source":416,"target":2},{"source":416,"target":53},{"source":416,"target":528},{"source":528,"target":53}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/md2manoppello/evoEmig/OldManualSample/it.univaq.disim.mde.acceleo-bnr-coevolution/models/evoWebapp.ecore
webapp NamedElement name WebApp collections router models controllers templates views styles Model attributes Collection model Data endpoint View subviews template data Router bindings Template structure style RouterBinding requestURL requestCookies controller Controller parameters PageController page ServiceController endpoint Style src href Attribute baseType customType DataType string string number number boolean boolean array array object object date date any any
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="webapp" nsURI="http://www.disim.univaq.it/mde/evowebapp" nsPrefix="webapp"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebApp" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collections" upperBound="-1" eType="#//Collection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="router" eType="#//Router" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1" eType="#//Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1" eType="#//Controller" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1" eType="#//Template" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="styles" upperBound="-1" eType="#//Style" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Data"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collection" eSuperTypes="#//Data"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subviews" upperBound="-1" eType="#//View" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="#//Template"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Router"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//RouterBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="structure" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//Style"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RouterBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requestURL" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requestCookies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" lowerBound="1" eType="#//Controller"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controller" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageController" eSuperTypes="#//Controller"> <eStructuralFeatures xsi:type="ecore:EReference" name="page" eType="#//View"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceController" eSuperTypes="#//Controller"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Style" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="string"/> <eLiterals name="number" value="1"/> <eLiterals name="boolean" value="2"/> <eLiterals name="array" value="3"/> <eLiterals name="object" value="4"/> <eLiterals name="date" value="5"/> <eLiterals name="any" value="6"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"webapp","nsURI":"http://www.disim.univaq.it/mde/evowebapp","name":"webapp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebApp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Router","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RouterBinding","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageController","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceController","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":15,"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"router","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":"models","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":"controllers","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":"templates","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":"views","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":"styles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":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":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"style","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requestURL","changeable":true,"lowerBound":1,"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":"requestCookies","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":"controller","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","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":"href","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseType","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":"customType","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"string","id":81,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"number","id":82,"value":1,"literal":"number","eClass":"EEnumLiteral"},{"name":"boolean","id":83,"value":2,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"array","id":84,"value":3,"literal":"array","eClass":"EEnumLiteral"},{"name":"object","id":85,"value":4,"literal":"object","eClass":"EEnumLiteral"},{"name":"date","id":86,"value":5,"literal":"date","eClass":"EEnumLiteral"},{"name":"any","id":87,"value":6,"literal":"any","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":1,"target":0},{"source":1,"target":16},{"source":16,"target":17},{"source":16,"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":18,"target":4},{"source":18,"target":26},{"source":18,"target":2},{"source":26,"target":4},{"source":19,"target":7},{"source":19,"target":27},{"source":19,"target":2},{"source":27,"target":7},{"source":20,"target":3},{"source":20,"target":28},{"source":20,"target":2},{"source":28,"target":3},{"source":21,"target":10},{"source":21,"target":29},{"source":21,"target":2},{"source":29,"target":10},{"source":22,"target":8},{"source":22,"target":30},{"source":22,"target":2},{"source":30,"target":8},{"source":23,"target":6},{"source":23,"target":31},{"source":23,"target":2},{"source":31,"target":6},{"source":24,"target":13},{"source":24,"target":32},{"source":24,"target":2},{"source":32,"target":13},{"source":25,"target":1},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":14},{"source":33,"target":35},{"source":33,"target":3},{"source":35,"target":14},{"source":34,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":3},{"source":36,"target":38},{"source":36,"target":4},{"source":38,"target":3},{"source":37,"target":5},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":41},{"source":39,"target":5},{"source":40,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":42,"target":6},{"source":42,"target":46},{"source":42,"target":6},{"source":46,"target":6},{"source":43,"target":8},{"source":43,"target":47},{"source":43,"target":6},{"source":47,"target":8},{"source":44,"target":14},{"source":44,"target":48},{"source":44,"target":6},{"source":48,"target":14},{"source":45,"target":1},{"source":7,"target":0},{"source":7,"target":49},{"source":49,"target":9},{"source":49,"target":50},{"source":49,"target":7},{"source":50,"target":9},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":51,"target":54},{"source":51,"target":8},{"source":52,"target":13},{"source":52,"target":55},{"source":52,"target":8},{"source":55,"target":13},{"source":53,"target":1},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":56,"target":59},{"source":56,"target":9},{"source":57,"target":60},{"source":57,"target":9},{"source":58,"target":10},{"source":58,"target":61},{"source":58,"target":9},{"source":61,"target":10},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":62},{"source":10,"target":63},{"source":62,"target":14},{"source":62,"target":64},{"source":62,"target":10},{"source":64,"target":14},{"source":63,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":65},{"source":11,"target":66},{"source":65,"target":6},{"source":65,"target":67},{"source":65,"target":11},{"source":67,"target":6},{"source":66,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":68},{"source":12,"target":69},{"source":68,"target":70},{"source":68,"target":12},{"source":69,"target":10},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":71,"target":74},{"source":71,"target":13},{"source":72,"target":75},{"source":72,"target":13},{"source":73,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":76,"target":15},{"source":76,"target":79},{"source":76,"target":14},{"source":79,"target":15},{"source":77,"target":80},{"source":77,"target":14},{"source":78,"target":1},{"source":15,"target":0},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":81,"target":15},{"source":82,"target":15},{"source":83,"target":15},{"source":84,"target":15},{"source":85,"target":15},{"source":86,"target":15},{"source":87,"target":15}],"multigraph":true}
ecore
termrewriting
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/SOS.ecore
SOS Semantics rules signature Rule assumes concludes ownedVariables PremisseList has next Conclusion has Condition Transition label preState posState environment TypeJudment environment leftHandSide rightHandSide AlgebraicCondition ownedConditions AlgebraicConditionList has next adtmm ADT ownedSorts ownedOperations ownedGenerators ownedVariables ownedAxioms name Sort Operation operationSorts result Variable variableSort name CondEquation ownedConditions ownedEquation Term VariableRef variable CTerm ownedTerms op iterTerm iter AbstractEquation ownedRightTerm ownedLeftTerm Equation Inequation AbstractSort AtomicSort declaration SortDeclaration name AbstractOperation name AbstractGenericOp set ModelSort className packageName SetMembership leftHandSide rightHandSide SetTerm ModelSet SetOperator leftHandSide rightHandSide SetConstructor suchThat member Union Excluding Intersection ModelRelation referenceName source target ModelClassAttribute selector attributeName Set sort ExistsIn ForAllIn
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SOS" nsURI="http://www.emftext.org/language/SOS" nsPrefix="SOS"> <eClassifiers xsi:type="ecore:EClass" name="Semantics"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signature" upperBound="-1" eType="#//adtmm/ADT" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="assumes" eType="#//PremisseList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concludes" lowerBound="1" eType="#//Conclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariables" upperBound="-1" eType="#//adtmm/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PremisseList"> <eStructuralFeatures xsi:type="ecore:EReference" name="has" lowerBound="1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//PremisseList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conclusion"> <eStructuralFeatures xsi:type="ecore:EReference" name="has" lowerBound="1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preState" lowerBound="1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="posState" lowerBound="1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="environment" eType="#//adtmm/Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeJudment" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="environment" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//adtmm/Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlgebraicCondition" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConditions" lowerBound="1" upperBound="-1" eType="#//adtmm/AbstractEquation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlgebraicConditionList"> <eStructuralFeatures xsi:type="ecore:EReference" name="has" lowerBound="1" eType="#//AlgebraicCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//AlgebraicConditionList" containment="true"/> </eClassifiers> <eSubpackages name="adtmm" nsURI="SOS.adtmm" nsPrefix="adtmm"> <eClassifiers xsi:type="ecore:EClass" name="ADT"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSorts" upperBound="-1" eType="#//adtmm/SortDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperations" upperBound="-1" eType="#//adtmm/Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedGenerators" upperBound="-1" eType="#//adtmm/Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVariables" upperBound="-1" eType="#//adtmm/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAxioms" upperBound="-1" eType="#//adtmm/CondEquation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sort" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//adtmm/AbstractOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSorts" upperBound="-1" eType="#//adtmm/Sort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//adtmm/Sort" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableSort" eType="#//adtmm/Sort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondEquation"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConditions" upperBound="-1" eType="#//adtmm/AbstractEquation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEquation" lowerBound="1" eType="#//adtmm/Equation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="VariableRef" eSuperTypes="#//adtmm/Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//adtmm/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CTerm" eSuperTypes="#//adtmm/Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTerms" upperBound="-1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op" lowerBound="1" eType="#//adtmm/Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterTerm" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractEquation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRightTerm" lowerBound="1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLeftTerm" lowerBound="1" eType="#//adtmm/Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equation" eSuperTypes="#//adtmm/AbstractEquation"/> <eClassifiers xsi:type="ecore:EClass" name="Inequation" eSuperTypes="#//adtmm/AbstractEquation"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractSort" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="AtomicSort" eSuperTypes="#//adtmm/Sort"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//adtmm/SortDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortDeclaration"> <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="AbstractOperation" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractGenericOp" abstract="true" interface="true" eSuperTypes="#//adtmm/AbstractOperation"/> </eSubpackages> <eSubpackages name="set" nsURI="SOS.set" nsPrefix="set"> <eClassifiers xsi:type="ecore:EClass" name="ModelSort" eSuperTypes="#//adtmm/Sort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetMembership" abstract="true" eSuperTypes="#//set/SetTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//adtmm/Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetTerm" abstract="true" eSuperTypes="#//adtmm/Term"/> <eClassifiers xsi:type="ecore:EClass" name="ModelSet" eSuperTypes="#//set/SetTerm"/> <eClassifiers xsi:type="ecore:EClass" name="SetOperator" abstract="true" eSuperTypes="#//set/SetTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//adtmm/Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//adtmm/Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetConstructor" eSuperTypes="#//set/SetTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="suchThat" eType="#//AlgebraicConditionList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//adtmm/Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Union" eSuperTypes="#//set/SetOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Excluding" eSuperTypes="#//set/SetOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Intersection" eSuperTypes="#//set/SetOperator"/> <eClassifiers xsi:type="ecore:EClass" name="ModelRelation" eSuperTypes="#//adtmm/Term"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//adtmm/VariableRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//adtmm/VariableRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelClassAttribute" eSuperTypes="#//adtmm/Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1" eType="#//adtmm/VariableRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//adtmm/Sort"> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" lowerBound="1" eType="#//adtmm/Sort" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistsIn" eSuperTypes="#//set/SetMembership"/> <eClassifiers xsi:type="ecore:EClass" name="ForAllIn" eSuperTypes="#//set/SetMembership"/> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"SOS","nsURI":"http://www.emftext.org/language/SOS","name":"SOS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semantics","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PremisseList","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conclusion","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"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":"TypeJudment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlgebraicCondition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlgebraicConditionList","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"nsPrefix":"adtmm","nsURI":"SOS.adtmm","name":"adtmm","id":10,"eClass":"EPackage"},{"nsPrefix":"set","nsURI":"SOS.set","name":"set","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADT","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assumes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concludes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"has","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"has","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"posState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractEquation","instanceClass":null,"abstract":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"has","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sort","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondEquation","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTerm","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSort","instanceClass":null,"abstract":true,"id":62,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicSort","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortDeclaration","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractGenericOp","instanceClass":null,"abstract":true,"id":66,"interface":true,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSorts","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":"ownedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedGenerators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariables","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":"ownedAxioms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"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":"operationSorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableSort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEquation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTerms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iter","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRightTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLeftTerm","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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"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":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSort","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetMembership","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetTerm","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSet","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetOperator","instanceClass":null,"abstract":true,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetConstructor","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Union","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Excluding","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intersection","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelRelation","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelClassAttribute","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsIn","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAllIn","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":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":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suchThat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"container":false,"ordered":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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","changeable":true,"lowerBound":1,"iD":false,"id":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":12,"target":2},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":2},{"source":13,"target":15},{"source":13,"target":16},{"source":13,"target":1},{"source":16,"target":15},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":3},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":3},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":4},{"source":19,"target":22},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":22},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":5},{"source":24,"target":26},{"source":24,"target":3},{"source":26,"target":5},{"source":25,"target":3},{"source":25,"target":27},{"source":25,"target":3},{"source":27,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":28,"target":6},{"source":28,"target":29},{"source":28,"target":4},{"source":29,"target":6},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":30,"target":35},{"source":30,"target":36},{"source":30,"target":6},{"source":36,"target":35},{"source":31,"target":35},{"source":31,"target":37},{"source":31,"target":6},{"source":37,"target":35},{"source":32,"target":35},{"source":32,"target":38},{"source":32,"target":6},{"source":38,"target":35},{"source":33,"target":35},{"source":33,"target":39},{"source":33,"target":6},{"source":39,"target":35},{"source":34,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":40,"target":35},{"source":40,"target":44},{"source":40,"target":7},{"source":44,"target":35},{"source":41,"target":35},{"source":41,"target":45},{"source":41,"target":7},{"source":45,"target":35},{"source":42,"target":35},{"source":42,"target":46},{"source":42,"target":7},{"source":46,"target":35},{"source":43,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":47},{"source":8,"target":48},{"source":47,"target":49},{"source":47,"target":50},{"source":47,"target":8},{"source":50,"target":49},{"source":48,"target":5},{"source":9,"target":0},{"source":9,"target":51},{"source":9,"target":52},{"source":51,"target":8},{"source":51,"target":53},{"source":51,"target":9},{"source":53,"target":8},{"source":52,"target":9},{"source":52,"target":54},{"source":52,"target":9},{"source":54,"target":9},{"source":10,"target":15},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":22},{"source":10,"target":57},{"source":10,"target":35},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":49},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":0},{"source":15,"target":10},{"source":15,"target":67},{"source":15,"target":68},{"source":15,"target":69},{"source":15,"target":70},{"source":15,"target":71},{"source":15,"target":72},{"source":67,"target":64},{"source":67,"target":73},{"source":67,"target":15},{"source":73,"target":64},{"source":68,"target":56},{"source":68,"target":74},{"source":68,"target":15},{"source":74,"target":56},{"source":69,"target":56},{"source":69,"target":75},{"source":69,"target":15},{"source":75,"target":56},{"source":70,"target":22},{"source":70,"target":76},{"source":70,"target":15},{"source":76,"target":22},{"source":71,"target":57},{"source":71,"target":77},{"source":71,"target":15},{"source":77,"target":57},{"source":72,"target":78},{"source":72,"target":15},{"source":55,"target":10},{"source":56,"target":10},{"source":56,"target":65},{"source":56,"target":79},{"source":56,"target":80},{"source":56,"target":81},{"source":79,"target":55},{"source":79,"target":82},{"source":79,"target":56},{"source":82,"target":55},{"source":80,"target":55},{"source":80,"target":83},{"source":80,"target":56},{"source":83,"target":55},{"source":81,"target":65},{"source":22,"target":10},{"source":22,"target":84},{"source":22,"target":85},{"source":84,"target":55},{"source":84,"target":86},{"source":84,"target":22},{"source":86,"target":55},{"source":85,"target":87},{"source":85,"target":22},{"source":57,"target":10},{"source":57,"target":88},{"source":57,"target":89},{"source":88,"target":49},{"source":88,"target":90},{"source":88,"target":57},{"source":90,"target":49},{"source":89,"target":60},{"source":89,"target":91},{"source":89,"target":57},{"source":91,"target":60},{"source":35,"target":10},{"source":58,"target":10},{"source":58,"target":35},{"source":58,"target":92},{"source":58,"target":93},{"source":92,"target":22},{"source":92,"target":94},{"source":92,"target":58},{"source":94,"target":22},{"source":93,"target":35},{"source":59,"target":10},{"source":59,"target":35},{"source":59,"target":95},{"source":59,"target":96},{"source":59,"target":97},{"source":59,"target":98},{"source":59,"target":99},{"source":95,"target":35},{"source":95,"target":100},{"source":95,"target":59},{"source":100,"target":35},{"source":96,"target":56},{"source":96,"target":101},{"source":96,"target":59},{"source":101,"target":56},{"source":97,"target":35},{"source":97,"target":102},{"source":97,"target":59},{"source":102,"target":35},{"source":98,"target":103},{"source":98,"target":59},{"source":99,"target":35},{"source":49,"target":10},{"source":49,"target":104},{"source":49,"target":105},{"source":104,"target":35},{"source":104,"target":106},{"source":104,"target":49},{"source":106,"target":35},{"source":105,"target":35},{"source":105,"target":107},{"source":105,"target":49},{"source":107,"target":35},{"source":60,"target":10},{"source":60,"target":49},{"source":60,"target":108},{"source":108,"target":49},{"source":61,"target":10},{"source":61,"target":49},{"source":61,"target":109},{"source":109,"target":49},{"source":62,"target":10},{"source":63,"target":10},{"source":63,"target":55},{"source":63,"target":110},{"source":63,"target":111},{"source":110,"target":64},{"source":110,"target":112},{"source":110,"target":63},{"source":112,"target":64},{"source":111,"target":55},{"source":64,"target":10},{"source":64,"target":113},{"source":113,"target":114},{"source":113,"target":64},{"source":65,"target":10},{"source":65,"target":115},{"source":115,"target":116},{"source":115,"target":65},{"source":66,"target":10},{"source":66,"target":65},{"source":66,"target":117},{"source":117,"target":65},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"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":11,"target":130},{"source":11,"target":131},{"source":11,"target":0},{"source":118,"target":11},{"source":118,"target":55},{"source":118,"target":132},{"source":118,"target":133},{"source":118,"target":134},{"source":132,"target":135},{"source":132,"target":118},{"source":133,"target":136},{"source":133,"target":118},{"source":134,"target":55},{"source":119,"target":11},{"source":119,"target":120},{"source":119,"target":137},{"source":119,"target":138},{"source":119,"target":139},{"source":137,"target":35},{"source":137,"target":140},{"source":137,"target":119},{"source":140,"target":35},{"source":138,"target":35},{"source":138,"target":141},{"source":138,"target":119},{"source":141,"target":35},{"source":139,"target":120},{"source":120,"target":11},{"source":120,"target":35},{"source":120,"target":142},{"source":142,"target":35},{"source":121,"target":11},{"source":121,"target":120},{"source":121,"target":143},{"source":143,"target":120},{"source":122,"target":11},{"source":122,"target":120},{"source":122,"target":144},{"source":122,"target":145},{"source":122,"target":146},{"source":144,"target":35},{"source":144,"target":147},{"source":144,"target":122},{"source":147,"target":35},{"source":145,"target":35},{"source":145,"target":148},{"source":145,"target":122},{"source":148,"target":35},{"source":146,"target":120},{"source":123,"target":11},{"source":123,"target":120},{"source":123,"target":149},{"source":123,"target":150},{"source":123,"target":151},{"source":149,"target":9},{"source":149,"target":152},{"source":149,"target":123},{"source":152,"target":9},{"source":150,"target":35},{"source":150,"target":153},{"source":150,"target":123},{"source":153,"target":35},{"source":151,"target":120},{"source":124,"target":11},{"source":124,"target":122},{"source":124,"target":154},{"source":154,"target":122},{"source":125,"target":11},{"source":125,"target":122},{"source":125,"target":155},{"source":155,"target":122},{"source":126,"target":11},{"source":126,"target":122},{"source":126,"target":156},{"source":156,"target":122},{"source":127,"target":11},{"source":127,"target":35},{"source":127,"target":157},{"source":127,"target":158},{"source":127,"target":159},{"source":127,"target":160},{"source":157,"target":161},{"source":157,"target":127},{"source":158,"target":58},{"source":158,"target":162},{"source":158,"target":127},{"source":162,"target":58},{"source":159,"target":58},{"source":159,"target":163},{"source":159,"target":127},{"source":163,"target":58},{"source":160,"target":35},{"source":128,"target":11},{"source":128,"target":35},{"source":128,"target":164},{"source":128,"target":165},{"source":128,"target":166},{"source":164,"target":58},{"source":164,"target":167},{"source":164,"target":128},{"source":167,"target":58},{"source":165,"target":168},{"source":165,"target":128},{"source":166,"target":35},{"source":129,"target":11},{"source":129,"target":55},{"source":129,"target":169},{"source":129,"target":170},{"source":169,"target":55},{"source":169,"target":171},{"source":169,"target":129},{"source":171,"target":55},{"source":170,"target":55},{"source":130,"target":11},{"source":130,"target":119},{"source":130,"target":172},{"source":172,"target":119},{"source":131,"target":11},{"source":131,"target":119},{"source":131,"target":173},{"source":173,"target":119}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/sentery/ModelTransformation/AnalysisCode/Metamodel/SimpleClass.ecore
simpleClass Model classes Class name superclasses attributes Attribute isPublic name type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleClass" nsURI="http://genericity/examples/simpleClass" nsPrefix="simpleClass"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Class" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class"> <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="superclasses" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Class"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simpleClass","nsURI":"http://genericity/examples/simpleClass","name":"simpleClass","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":4,"derived":false},{"id":5,"eClass":"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":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"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":"isPublic","changeable":true,"lowerBound":1,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":2},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":2},{"source":10,"target":2},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":2},{"source":11,"target":3},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":12,"target":15},{"source":12,"target":3},{"source":13,"target":16},{"source":13,"target":3},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":3},{"source":17,"target":2}],"multigraph":true}
ecore
books
repo-ecore-all/data/mrombout/Andle./nl.mikero.andle.target.epub.model/model/epub.ecore
EPUB Book metadata sections resources Metadata titles authors Section name html Resource Title title Author firstName lastName
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="EPUB" nsURI="http://andle.mikero.nl/target/epub" nsPrefix="andle"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//Metadata" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//Section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata"> <eStructuralFeatures xsi:type="ecore:EReference" name="titles" upperBound="-1" eType="#//Title" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Author" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="html" lowerBound="1" eType="ecore:EClass ../../nl.mikero.andle.intermediate.html.model/model/html.ecore#//HTMLDocument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource"/> <eClassifiers xsi:type="ecore:EClass" name="Title"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"andle","nsURI":"http://andle.mikero.nl/target/epub","name":"EPUB","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Title","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"titles","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":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"html","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":4},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":4},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":5},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":5},{"source":14,"target":6},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":6},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":19},{"source":17,"target":3},{"source":18,"target":20},{"source":18,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":21},{"source":21,"target":22},{"source":21,"target":5},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":24},{"source":23,"target":25},{"source":23,"target":6},{"source":24,"target":26},{"source":24,"target":6}],"multigraph":true}
ecore
entities
repo-ecore-all/data/catedrasaes-umu/emf4cpp-old/emf4cpp.tests/mydsl/MyDsl.ecore
myDsl Model imports elements Import importURI Type name SimpleType Entity extends properties Property name type many
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":8,"target":3},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":3},{"source":2,"target":0},{"source":2,"target":11},{"source":11,"target":12},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":13,"target":14},{"source":13,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":15},{"source":15,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":5},{"source":19,"target":5},{"source":17,"target":6},{"source":17,"target":20},{"source":17,"target":5},{"source":20,"target":6},{"source":18,"target":3},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":21,"target":24},{"source":21,"target":6},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":6},{"source":25,"target":3},{"source":23,"target":26},{"source":23,"target":6}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/herbert-de-vaucanson/idmbe/idmbe-note_ext3/SimplePDL.ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name processElements min_time 1 max_time 1 WorkDefinition linksToPredecessors linksToSuccessors name min_time 1 max_time 1 WorkSequence linkType predecessor successor ProcessElement Guidance element text Ressource name quantity RessourceLink weight workDef ressource
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplepdl" nsURI="http://simplepdl" nsPrefix="simplepdl"> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceType"> <eLiterals name="startToStart"/> <eLiterals name="finishToStart" value="1"/> <eLiterals name="startToFinish" value="2"/> <eLiterals name="finishToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processElements" upperBound="-1" eType="#//ProcessElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToSuccessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToPredecessors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//ProcessElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ressource" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RessourceLink" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workDef" lowerBound="1" eType="#//WorkDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ressource" lowerBound="1" eType="#//Ressource"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simplepdl","nsURI":"http://simplepdl","name":"simplepdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ressource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RessourceLink","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":9,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":10,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":11,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":12,"value":3,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"min_time","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"max_time","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"min_time","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"max_time","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ressource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":13,"target":17},{"source":13,"target":2},{"source":14,"target":5},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":5},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":5},{"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":21,"target":4},{"source":21,"target":27},{"source":21,"target":3},{"source":21,"target":28},{"source":27,"target":4},{"source":22,"target":4},{"source":22,"target":29},{"source":22,"target":3},{"source":22,"target":30},{"source":29,"target":4},{"source":23,"target":31},{"source":23,"target":3},{"source":24,"target":32},{"source":24,"target":3},{"source":25,"target":33},{"source":25,"target":3},{"source":26,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":34},{"source":4,"target":30},{"source":4,"target":28},{"source":4,"target":35},{"source":34,"target":1},{"source":34,"target":36},{"source":34,"target":4},{"source":36,"target":1},{"source":30,"target":3},{"source":30,"target":37},{"source":30,"target":4},{"source":30,"target":22},{"source":37,"target":3},{"source":28,"target":3},{"source":28,"target":38},{"source":28,"target":4},{"source":28,"target":21},{"source":38,"target":3},{"source":35,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":39,"target":5},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":5},{"source":40,"target":43},{"source":40,"target":6},{"source":41,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":48},{"source":45,"target":7},{"source":46,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":49,"target":53},{"source":49,"target":8},{"source":50,"target":3},{"source":50,"target":54},{"source":50,"target":8},{"source":54,"target":3},{"source":51,"target":7},{"source":51,"target":55},{"source":51,"target":8},{"source":55,"target":7},{"source":52,"target":5}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/adilinam/QVTo-QVTd-OCL/org.eclipse.qvt/model/traditionalEcore/QVT.ecore
EMOF Boolean java.lang.Boolean java.lang.Boolean Class isAbstract false ownedAttribute ownedOperation superClass Comment annotatedElement body DataType Element container equals object get property getMetaClass isSet property set property object unset property ownedComment Enumeration ownedLiteral EnumerationLiteral enumeration Extent elements useContainment Factory convertToString dataType object create metaClass createFromString dataType string package Integer java.lang.Integer java.lang.Integer MultiplicityElement isOrdered false isUnique true lower 1 upper 1 NamedElement name Object Operation class ownedParameter raisedException Package nestedPackage nestingPackage ownedType uri Parameter operation PrimitiveType Property class default isComposite false isDerived false isID isReadOnly false opposite Real java.lang.Float java.lang.Float ReflectiveCollection add object addAll objects clear remove object size ReflectiveSequence add index object get index remove index set index object String java.lang.String java.lang.String Tag element name value Type isInstance object package TypedElement type URIExtent contextURI element uri uri element UnlimitedNatural java.lang.Integer java.lang.Integer EssentialOCL AnyType BagType BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Collection Collection CollectionLiteralExp kind part CollectionLiteralPart collectionLiteralExp CollectionRange first last CollectionType elementType EnumLiteralExp referredEnumLiteral ExpressionInOcl bodyExpression contextVariable generatedType parameterVariable resultVariable FeatureCallExp IfExp condition elseExpression thenExpression IntegerLiteralExp integerSymbol InvalidLiteralExp InvalidType IterateExp result IteratorExp LetExp in variable LiteralExp LoopExp body iterator NavigationCallExp NullLiteralExp NumericLiteralExp OclExpression OperationCallExp argument referredOperation OrderedSetType PrimitiveLiteralExp PropertyCallExp referredProperty RealLiteralExp realSymbol SequenceType SetType StringLiteralExp stringSymbol TemplateParameterType specification TupleLiteralExp part TupleLiteralPart attribute tupleLiteralExp value TupleType TypeExp referredType UnlimitedNaturalExp symbol Variable initExpression letExp representedParameter VariableExp referredVariable VoidType ImperativeOCL AltExp body condition AssertExp assertion log severity error AssignExp defaultValue isReset left value BlockExp body BreakExp CatchExp body exception ComputeExp body returnedElement ContinueExp DictLiteralExp part DictLiteralPart key value DictionaryType keyType ForExp ImperativeExpression ImperativeIterateExp target ImperativeLoopExp condition InstantiationExp argument extent instantiatedClass ListLiteralExp element ListType LogExp condition OrderedTupleLiteralExp part OrderedTupleLiteralPart value OrderedTupleType elementType RaiseExp argument exception ReturnExp value SeverityKind error error warning warning fatal fatal SwitchExp alternativePart elsePart TryExp exceptClause tryBody Typedef base condition UnlinkExp item target UnpackExp source targetVariable VariableInitExp referredVariable withResult false WhileExp body condition QVTBase Domain isCheckable isEnforceable rule typedModel Function queryExpression FunctionParameter Pattern bindsTo predicate Predicate conditionExpression pattern Rule domain overrides transformation Transformation extends modelParameter ownedTag rule TypedModel dependsOn transformation usedPackage QVTCore Area bottomPattern guardPattern Assignment bottomPattern isDefault value BottomPattern area assignment enforcementOperation realizedVariable CoreDomain CorePattern variable EnforcementMode Creation Creation Deletion Deletion EnforcementOperation bottomPattern enforcementMode operationCallExp GuardPattern area Mapping context local refinement specification PropertyAssignment slotExpression targetProperty RealizedVariable VariableAssignment targetVariable QVTTemplate CollectionTemplateExp member referredCollectionType rest ObjectTemplateExp part referredClass PropertyTemplateItem isOpposite false objContainer referredProperty value TemplateExp bindsTo where QVTRelation DomainPattern templateExpression Key identifies oppositePart part transformation OppositePropertyCallExp Relation isTopLevel operationalImpl variable when where RelationCallExp argument referredRelation RelationDomain defaultAssignment pattern rootVariable RelationDomainAssignment valueExp variable RelationImplementation impl inDirectionOf relation RelationalTransformation ownedKey QVTOperational Constructor ConstructorBody ContextualProperty context initExpression overridden DirectionKind in in inout inout out out EntryOperation Helper isQuery ImperativeCallExp isVirtual true ImperativeOperation body context isBlackbox overridden result ImportKind extension extension access access Library MappingBody endSection initSection MappingCallExp isStrict MappingOperation disjunct inherited merged refinedRelation when where MappingParameter extent referredDomain ModelParameter ModelType additionalCondition conformanceKind effective metamodel Module configProperty entry isBlackbox moduleImport ownedTag ownedVariable usedModelType ModuleImport binding importedModule kind module ObjectExp body referredObject OperationBody content operation variable OperationalTransformation intermediateClass intermediateProperty modelParameter refined relation ResolveExp condition isDeferred isInverse one target ResolveInExp inMapping VarParameter ctxOwner kind resOwner
<?xml version="1.0" encoding="ASCII"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage xmi:id="EMOF" name="EMOF" nsURI="http://schema.omg.org/spec/MOF/2.0/emof.xml" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Boolean" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Class" name="Class" eSuperTypes="EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Class.isAbstract" name="isAbstract" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedAttribute" name="ownedAttribute" upperBound="-1" eType="EMOF.Property" containment="true" resolveProxies="false" eOpposite="EMOF.Property.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedOperation" name="ownedOperation" upperBound="-1" eType="EMOF.Operation" containment="true" resolveProxies="false" eOpposite="EMOF.Operation.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.superClass" name="superClass" ordered="false" upperBound="-1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Comment" name="Comment" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Comment.annotatedElement" name="annotatedElement" ordered="false" upperBound="-1" eType="EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Comment.body" name="body" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.DataType" name="DataType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Element" name="Element" abstract="true" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Element.container" name="container" eType="EMOF.Element"/> <eOperations xmi:id="EMOF.Element.equals" name="equals" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.equals.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Element.get.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.getMetaClass" name="getMetaClass" eType="EMOF.Class"/> <eOperations xmi:id="EMOF.Element.isSet" name="isSet" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.isSet.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.set" name="set"> <eParameters xmi:id="EMOF.Element.set.property" name="property" eType="EMOF.Property"/> <eParameters xmi:id="EMOF.Element.set.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.unset" name="unset"> <eParameters xmi:id="EMOF.Element.unset.property" name="property" eType="EMOF.Property"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Element.ownedComment" name="ownedComment" ordered="false" upperBound="-1" eType="EMOF.Comment" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Enumeration" name="Enumeration" eSuperTypes="EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Enumeration.ownedLiteral" name="ownedLiteral" upperBound="-1" eType="EMOF.EnumerationLiteral" containment="true" resolveProxies="false" eOpposite="EMOF.EnumerationLiteral.enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.EnumerationLiteral" name="EnumerationLiteral" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.EnumerationLiteral.enumeration" name="enumeration" eType="EMOF.Enumeration" transient="true" resolveProxies="false" eOpposite="EMOF.Enumeration.ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Extent" name="Extent" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Extent.elements" name="elements" eType="EMOF.ReflectiveSequence"/> <eOperations xmi:id="EMOF.Extent.useContainment" name="useContainment" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Factory" name="Factory" eSuperTypes="EMOF.Element"> <eOperations xmi:id="EMOF.Factory.convertToString" name="convertToString" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.Factory.convertToString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.convertToString.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Factory.create" name="create" eType="EMOF.Element"> <eParameters xmi:id="EMOF.Factory.create.metaClass" name="metaClass" eType="EMOF.Class"/> </eOperations> <eOperations xmi:id="EMOF.Factory.createFromString" name="createFromString" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Factory.createFromString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.createFromString.string" name="string" eType="PrimitiveTypes.String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Factory.package" name="package" lowerBound="1" eType="EMOF.Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Integer" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.MultiplicityElement" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isOrdered" name="isOrdered" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isUnique" name="isUnique" eType="PrimitiveTypes.Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.lower" name="lower" eType="PrimitiveTypes.Integer" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.upper" name="upper" eType="PrimitiveTypes.UnlimitedNatural" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.NamedElement" name="NamedElement" abstract="true" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.NamedElement.name" name="name" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Object" name="Object"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Operation" name="Operation" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.ownedParameter" name="ownedParameter" upperBound="-1" eType="EMOF.Parameter" containment="true" resolveProxies="false" eOpposite="EMOF.Parameter.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.raisedException" name="raisedException" ordered="false" upperBound="-1" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Package" name="Package" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestedPackage" name="nestedPackage" ordered="false" upperBound="-1" eType="EMOF.Package" containment="true" resolveProxies="false" eOpposite="EMOF.Package.nestingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestingPackage" name="nestingPackage" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.nestedPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.ownedType" name="ownedType" ordered="false" upperBound="-1" eType="EMOF.Type" containment="true" resolveProxies="false" eOpposite="EMOF.Type.package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Package.uri" name="uri" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Parameter" name="Parameter" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Parameter.operation" name="operation" eType="EMOF.Operation" transient="true" resolveProxies="false" eOpposite="EMOF.Operation.ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.PrimitiveType" name="PrimitiveType" eSuperTypes="EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Property" name="Property" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.default" name="default" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isComposite" name="isComposite" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isDerived" name="isDerived" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isID" name="isID" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isReadOnly" name="isReadOnly" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.opposite" name="opposite" eType="EMOF.Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Real" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveCollection" name="ReflectiveCollection" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.ReflectiveCollection.add" name="add" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.addAll" name="addAll" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.addAll.objects" name="objects" eType="EMOF.ReflectiveSequence"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.clear" name="clear"/> <eOperations xmi:id="EMOF.ReflectiveCollection.remove" name="remove" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.remove.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.size" name="size" eType="PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveSequence" name="ReflectiveSequence" eSuperTypes="EMOF.ReflectiveCollection"> <eOperations xmi:id="EMOF.ReflectiveSequence.add" name="add"> <eParameters xmi:id="EMOF.ReflectiveSequence.add.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.get.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.remove" name="remove" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.remove.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.set" name="set" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.set.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.set.object" name="object" eType="EMOF.Object"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.String" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Tag" name="Tag" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Tag.element" name="element" ordered="false" upperBound="-1" eType="EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.name" name="name" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.value" name="value" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Type" name="Type" abstract="true" eSuperTypes="EMOF.NamedElement"> <eOperations xmi:id="EMOF.Type.isInstance" name="isInstance" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Type.isInstance.object" name="object" eType="EMOF.Object"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Type.package" name="package" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.TypedElement" name="TypedElement" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.TypedElement.type" name="type" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.URIExtent" name="URIExtent" eSuperTypes="EMOF.Extent"> <eOperations xmi:id="EMOF.URIExtent.contextURI" name="contextURI" eType="PrimitiveTypes.String"/> <eOperations xmi:id="EMOF.URIExtent.element" name="element" eType="EMOF.Element"> <eParameters xmi:id="EMOF.URIExtent.element.uri" name="uri" eType="PrimitiveTypes.String"/> </eOperations> <eOperations xmi:id="EMOF.URIExtent.uri" name="uri" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.URIExtent.uri.element" name="element" eType="EMOF.Element"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.UnlimitedNatural" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> </ecore:EPackage> <ecore:EPackage xmi:id="EssentialOCL" name="EssentialOCL" nsURI="http://schema.omg.org/spec/QVT/1.1/essentialocl.xml" nsPrefix="essentialocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.AnyType" name="AnyType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BagType" name="BagType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BooleanLiteralExp" name="BooleanLiteralExp" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.BooleanLiteralExp.booleanSymbol" name="booleanSymbol" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CallExp" name="CallExp" abstract="true" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CallExp.source" name="source" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="appliedElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionItem" name="CollectionItem" eSuperTypes="EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionItem.item" name="item" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="EssentialOCL.CollectionKind" name="CollectionKind"> <eLiterals xmi:id="EssentialOCL.CollectionKind.Set" name="Set"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.OrderedSet" name="OrderedSet" value="1"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Bag" name="Bag" value="2"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Sequence" name="Sequence" value="3"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Collection" name="Collection" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralExp" name="CollectionLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.CollectionLiteralExp.kind" name="kind" eType="EssentialOCL.CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="EssentialOCL.CollectionLiteralPart" containment="true" resolveProxies="false" eOpposite="EssentialOCL.CollectionLiteralPart.collectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralPart" name="CollectionLiteralPart" abstract="true" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralPart.collectionLiteralExp" name="collectionLiteralExp" lowerBound="1" eType="EssentialOCL.CollectionLiteralExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.CollectionLiteralExp.part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionRange" name="CollectionRange" eSuperTypes="EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.first" name="first" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="firstOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.last" name="last" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="lastOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionType" name="CollectionType" eSuperTypes="EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionType.elementType" name="elementType" lowerBound="1" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.EnumLiteralExp" name="EnumLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.EnumLiteralExp.referredEnumLiteral" name="referredEnumLiteral" eType="EMOF.EnumerationLiteral"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="literalExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.ExpressionInOcl" name="ExpressionInOcl" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.bodyExpression" name="bodyExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="topExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.contextVariable" name="contextVariable" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="selfOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.generatedType" name="generatedType" ordered="false" upperBound="-1" eType="EMOF.Type" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.parameterVariable" name="parameterVariable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="varOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.resultVariable" name="resultVariable" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resultOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.FeatureCallExp" name="FeatureCallExp" abstract="true" eSuperTypes="EssentialOCL.CallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IfExp" name="IfExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.condition" name="condition" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ifOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.elseExpression" name="elseExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elseOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.thenExpression" name="thenExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="thenOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IntegerLiteralExp" name="IntegerLiteralExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.IntegerLiteralExp.integerSymbol" name="integerSymbol" eType="PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidLiteralExp" name="InvalidLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidType" name="InvalidType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IterateExp" name="IterateExp" eSuperTypes="EssentialOCL.LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IterateExp.result" name="result" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="baseExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IteratorExp" name="IteratorExp" eSuperTypes="EssentialOCL.LoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LetExp" name="LetExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.in" name="in" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.variable" name="variable" lowerBound="1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false" eOpposite="EssentialOCL.Variable.letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LiteralExp" name="LiteralExp" abstract="true" eSuperTypes="EssentialOCL.OclExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LoopExp" name="LoopExp" abstract="true" eSuperTypes="EssentialOCL.CallExp EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.iterator" name="iterator" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NavigationCallExp" name="NavigationCallExp" eSuperTypes="EssentialOCL.FeatureCallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NullLiteralExp" name="NullLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NumericLiteralExp" name="NumericLiteralExp" abstract="true" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OclExpression" name="OclExpression" abstract="true" eSuperTypes="EMOF.TypedElement"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OperationCallExp" name="OperationCallExp" eSuperTypes="EssentialOCL.FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.argument" name="argument" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parentCall"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.referredOperation" name="referredOperation" eType="EMOF.Operation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OrderedSetType" name="OrderedSetType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PrimitiveLiteralExp" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PropertyCallExp" name="PropertyCallExp" eSuperTypes="EssentialOCL.NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.PropertyCallExp.referredProperty" name="referredProperty" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.RealLiteralExp" name="RealLiteralExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.RealLiteralExp.realSymbol" name="realSymbol" eType="PrimitiveTypes.Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SequenceType" name="SequenceType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SetType" name="SetType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.StringLiteralExp" name="StringLiteralExp" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.StringLiteralExp.stringSymbol" name="stringSymbol" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TemplateParameterType" name="TemplateParameterType" eSuperTypes="EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.TemplateParameterType.specification" name="specification" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralExp" name="TupleLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="EssentialOCL.TupleLiteralPart" containment="true" resolveProxies="false" eOpposite="EssentialOCL.TupleLiteralPart.tupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralPart" name="TupleLiteralPart" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.attribute" name="attribute" eType="EMOF.Property"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.tupleLiteralExp" name="tupleLiteralExp" eType="EssentialOCL.TupleLiteralExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.TupleLiteralExp.part"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleType" name="TupleType" eSuperTypes="EMOF.Class EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TypeExp" name="TypeExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TypeExp.referredType" name="referredType" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.UnlimitedNaturalExp" name="UnlimitedNaturalExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.UnlimitedNaturalExp.symbol" name="symbol" eType="PrimitiveTypes.UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.Variable" name="Variable" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.initExpression" name="initExpression" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initializedElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.letExp" name="letExp" eType="EssentialOCL.LetExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.LetExp.variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.representedParameter" name="representedParameter" eType="EMOF.Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VariableExp" name="VariableExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.VariableExp.referredVariable" name="referredVariable" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VoidType" name="VoidType" eSuperTypes="EMOF.Type"/> </ecore:EPackage> <ecore:EPackage xmi:id="ImperativeOCL" name="ImperativeOCL" nsURI="http://schema.omg.org/spec/QVT/1.1/imperativeocl.xml" nsPrefix="imperativeocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AltExp" name="AltExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AltExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AltExp.condition" name="condition" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AssertExp" name="AssertExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssertExp.assertion" name="assertion" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assertOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssertExp.log" name="log" eType="ImperativeOCL.LogExp" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.AssertExp.severity" name="severity" eType="ImperativeOCL.SeverityKind" defaultValueLiteral="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AssignExp" name="AssignExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.defaultValue" name="defaultValue" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="defaultOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.AssignExp.isReset" name="isReset" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.left" name="left" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="leftOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.value" name="value" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.BlockExp" name="BlockExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.BlockExp.body" name="body" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="blockOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.BreakExp" name="BreakExp" eSuperTypes="ImperativeOCL.ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.CatchExp" name="CatchExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.CatchExp.body" name="body" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.CatchExp.exception" name="exception" upperBound="-1" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tryExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ComputeExp" name="ComputeExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ComputeExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ComputeExp.returnedElement" name="returnedElement" lowerBound="1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ContinueExp" name="ContinueExp" eSuperTypes="ImperativeOCL.ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictLiteralExp" name="DictLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="ImperativeOCL.DictLiteralPart" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="partOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictLiteralPart" name="DictLiteralPart" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralPart.key" name="key" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralPart.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictionaryType" name="DictionaryType" eSuperTypes="EssentialOCL.CollectionType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictionaryType.keyType" name="keyType" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyDict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ForExp" name="ForExp" eSuperTypes="ImperativeOCL.ImperativeLoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeExpression" name="ImperativeExpression" abstract="true" eSuperTypes="EssentialOCL.OclExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeIterateExp" name="ImperativeIterateExp" eSuperTypes="ImperativeOCL.ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ImperativeIterateExp.target" name="target" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeLoopExp" name="ImperativeLoopExp" abstract="true" eSuperTypes="EssentialOCL.LoopExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ImperativeLoopExp.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.InstantiationExp" name="InstantiationExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.argument" name="argument" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="argOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.extent" name="extent" eType="EssentialOCL.Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.instantiatedClass" name="instantiatedClass" lowerBound="1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ListLiteralExp" name="ListLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ListLiteralExp.element" name="element" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elementOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ListType" name="ListType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.LogExp" name="LogExp" eSuperTypes="EssentialOCL.OperationCallExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.LogExp.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="logOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleLiteralExp" name="OrderedTupleLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleLiteralExp.part" name="part" upperBound="-1" eType="ImperativeOCL.OrderedTupleLiteralPart" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="partOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleLiteralPart" name="OrderedTupleLiteralPart" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleLiteralPart.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupValOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleType" name="OrderedTupleType" eSuperTypes="EMOF.Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleType.elementType" name="elementType" upperBound="-1" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="eltTuple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.RaiseExp" name="RaiseExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.RaiseExp.argument" name="argument" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.RaiseExp.exception" name="exception" lowerBound="1" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="raiseExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ReturnExp" name="ReturnExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ReturnExp.value" name="value" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="ImperativeOCL.SeverityKind" name="SeverityKind"> <eLiterals xmi:id="ImperativeOCL.SeverityKind.error" name="error"/> <eLiterals xmi:id="ImperativeOCL.SeverityKind.warning" name="warning" value="1"/> <eLiterals xmi:id="ImperativeOCL.SeverityKind.fatal" name="fatal" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.SwitchExp" name="SwitchExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.SwitchExp.alternativePart" name="alternativePart" upperBound="-1" eType="ImperativeOCL.AltExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.SwitchExp.elsePart" name="elsePart" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elsePartOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.TryExp" name="TryExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.TryExp.exceptClause" name="exceptClause" upperBound="-1" eType="ImperativeOCL.CatchExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="exceptOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.TryExp.tryBody" name="tryBody" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tryBodyOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.Typedef" name="Typedef" eSuperTypes="EMOF.Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.Typedef.base" name="base" lowerBound="1" eType="EMOF.Type"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.Typedef.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.UnlinkExp" name="UnlinkExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnlinkExp.item" name="item" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="itemUnlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnlinkExp.target" name="target" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtUnlink"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.UnpackExp" name="UnpackExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnpackExp.source" name="source" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnpackExp.targetVariable" name="targetVariable" lowerBound="1" upperBound="-1" eType="EssentialOCL.Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.VariableInitExp" name="VariableInitExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.VariableInitExp.referredVariable" name="referredVariable" lowerBound="1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="declaration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.VariableInitExp.withResult" name="withResult" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.WhileExp" name="WhileExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.WhileExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.WhileExp.condition" name="condition" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTBase" name="QVTBase" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtbase.xml" nsPrefix="qvtbase"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Domain" name="Domain" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isCheckable" name="isCheckable" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isEnforceable" name="isEnforceable" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.rule" name="rule" lowerBound="1" eType="QVTBase.Rule" transient="true" resolveProxies="false" eOpposite="QVTBase.Rule.domain"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.typedModel" name="typedModel" eType="QVTBase.TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Function" name="Function" eSuperTypes="EMOF.Operation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Function.queryExpression" name="queryExpression" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.FunctionParameter" name="FunctionParameter" eSuperTypes="EssentialOCL.Variable EMOF.Parameter"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Pattern" name="Pattern" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.bindsTo" name="bindsTo" ordered="false" upperBound="-1" eType="EssentialOCL.Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.predicate" name="predicate" ordered="false" upperBound="-1" eType="QVTBase.Predicate" containment="true" resolveProxies="false" eOpposite="QVTBase.Predicate.pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Predicate" name="Predicate" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.conditionExpression" name="conditionExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.pattern" name="pattern" lowerBound="1" eType="QVTBase.Pattern" transient="true" resolveProxies="false" eOpposite="QVTBase.Pattern.predicate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Rule" name="Rule" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.domain" name="domain" upperBound="-1" eType="QVTBase.Domain" containment="true" resolveProxies="false" eOpposite="QVTBase.Domain.rule"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.overrides" name="overrides" eType="QVTBase.Rule"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriden"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.transformation" name="transformation" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Transformation" name="Transformation" eSuperTypes="EMOF.Class EMOF.Package"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.extends" name="extends" eType="QVTBase.Transformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="extendedBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.modelParameter" name="modelParameter" upperBound="-1" eType="QVTBase.TypedModel" containment="true" resolveProxies="false" eOpposite="QVTBase.TypedModel.transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.ownedTag" name="ownedTag" ordered="false" upperBound="-1" eType="EMOF.Tag" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.rule" name="rule" ordered="false" upperBound="-1" eType="QVTBase.Rule" containment="true" resolveProxies="false" eOpposite="QVTBase.Rule.transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.TypedModel" name="TypedModel" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.dependsOn" name="dependsOn" ordered="false" upperBound="-1" eType="QVTBase.TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="dependent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.transformation" name="transformation" lowerBound="1" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.usedPackage" name="usedPackage" ordered="false" lowerBound="1" upperBound="-1" eType="EMOF.Package"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTCore" name="QVTCore" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtcore.xml" nsPrefix="qvtcore"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.Area" name="Area" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Area.bottomPattern" name="bottomPattern" lowerBound="1" eType="QVTCore.BottomPattern" containment="true" resolveProxies="false" eOpposite="QVTCore.BottomPattern.area"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Area.guardPattern" name="guardPattern" lowerBound="1" eType="QVTCore.GuardPattern" containment="true" resolveProxies="false" eOpposite="QVTCore.GuardPattern.area"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.Assignment" name="Assignment" abstract="true" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Assignment.bottomPattern" name="bottomPattern" lowerBound="1" eType="QVTCore.BottomPattern" transient="true" resolveProxies="false" eOpposite="QVTCore.BottomPattern.assignment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTCore.Assignment.isDefault" name="isDefault" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Assignment.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueAssignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.BottomPattern" name="BottomPattern" eSuperTypes="QVTCore.CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.area" name="area" lowerBound="1" eType="QVTCore.Area" transient="true" resolveProxies="false" eOpposite="QVTCore.Area.bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.assignment" name="assignment" ordered="false" upperBound="-1" eType="QVTCore.Assignment" containment="true" resolveProxies="false" eOpposite="QVTCore.Assignment.bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.enforcementOperation" name="enforcementOperation" ordered="false" upperBound="-1" eType="QVTCore.EnforcementOperation" containment="true" resolveProxies="false" eOpposite="QVTCore.EnforcementOperation.bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.realizedVariable" name="realizedVariable" ordered="false" upperBound="-1" eType="QVTCore.RealizedVariable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.CoreDomain" name="CoreDomain" eSuperTypes="QVTBase.Domain QVTCore.Area"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.CorePattern" name="CorePattern" eSuperTypes="QVTBase.Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.CorePattern.variable" name="variable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTCore.EnforcementMode" name="EnforcementMode"> <eLiterals xmi:id="QVTCore.EnforcementMode.Creation" name="Creation"/> <eLiterals xmi:id="QVTCore.EnforcementMode.Deletion" name="Deletion" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.EnforcementOperation" name="EnforcementOperation" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.EnforcementOperation.bottomPattern" name="bottomPattern" eType="QVTCore.BottomPattern" transient="true" resolveProxies="false" eOpposite="QVTCore.BottomPattern.enforcementOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTCore.EnforcementOperation.enforcementMode" name="enforcementMode" eType="QVTCore.EnforcementMode"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.EnforcementOperation.operationCallExp" name="operationCallExp" lowerBound="1" eType="EssentialOCL.OperationCallExp" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.GuardPattern" name="GuardPattern" eSuperTypes="QVTCore.CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.GuardPattern.area" name="area" lowerBound="1" eType="QVTCore.Area" transient="true" resolveProxies="false" eOpposite="QVTCore.Area.guardPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.Mapping" name="Mapping" eSuperTypes="QVTBase.Rule QVTCore.Area"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.context" name="context" eType="QVTCore.Mapping" transient="true" resolveProxies="false" eOpposite="QVTCore.Mapping.local"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.local" name="local" ordered="false" upperBound="-1" eType="QVTCore.Mapping" containment="true" resolveProxies="false" eOpposite="QVTCore.Mapping.context"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.refinement" name="refinement" ordered="false" upperBound="-1" eType="QVTCore.Mapping" eOpposite="QVTCore.Mapping.specification"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.specification" name="specification" ordered="false" upperBound="-1" eType="QVTCore.Mapping" eOpposite="QVTCore.Mapping.refinement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.PropertyAssignment" name="PropertyAssignment" eSuperTypes="QVTCore.Assignment"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.PropertyAssignment.slotExpression" name="slotExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="slotAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.PropertyAssignment.targetProperty" name="targetProperty" lowerBound="1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.RealizedVariable" name="RealizedVariable" eSuperTypes="EssentialOCL.Variable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.VariableAssignment" name="VariableAssignment" eSuperTypes="QVTCore.Assignment"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.VariableAssignment.targetVariable" name="targetVariable" lowerBound="1" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTTemplate" name="QVTTemplate" nsURI="http://schema.omg.org/spec/QVT/1.1/qvttemplate.xml" nsPrefix="qvttemplate"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.CollectionTemplateExp" name="CollectionTemplateExp" eSuperTypes="QVTTemplate.TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.CollectionTemplateExp.member" name="member" ordered="false" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="listContainer"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.CollectionTemplateExp.referredCollectionType" name="referredCollectionType" lowerBound="1" eType="EssentialOCL.CollectionType"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.CollectionTemplateExp.rest" name="rest" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="matchingExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.ObjectTemplateExp" name="ObjectTemplateExp" eSuperTypes="QVTTemplate.TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.ObjectTemplateExp.part" name="part" ordered="false" upperBound="-1" eType="QVTTemplate.PropertyTemplateItem" containment="true" resolveProxies="false" eOpposite="QVTTemplate.PropertyTemplateItem.objContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.ObjectTemplateExp.referredClass" name="referredClass" lowerBound="1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.PropertyTemplateItem" name="PropertyTemplateItem" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTTemplate.PropertyTemplateItem.isOpposite" name="isOpposite" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.PropertyTemplateItem.objContainer" name="objContainer" lowerBound="1" eType="QVTTemplate.ObjectTemplateExp" transient="true" resolveProxies="false" eOpposite="QVTTemplate.ObjectTemplateExp.part"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.PropertyTemplateItem.referredProperty" name="referredProperty" lowerBound="1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="propertyItem"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.PropertyTemplateItem.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="propertyItem"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.TemplateExp" name="TemplateExp" abstract="true" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.TemplateExp.bindsTo" name="bindsTo" eType="EssentialOCL.Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.TemplateExp.where" name="where" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTRelation" name="QVTRelation" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtrelation.xml" nsPrefix="qvtrelation"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.DomainPattern" name="DomainPattern" eSuperTypes="QVTBase.Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.DomainPattern.templateExpression" name="templateExpression" eType="QVTTemplate.TemplateExp" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.Key" name="Key" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.identifies" name="identifies" lowerBound="1" eType="EMOF.Class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.oppositePart" name="oppositePart" ordered="false" upperBound="-1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="oppositeKey"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.part" name="part" ordered="false" upperBound="-1" eType="EMOF.Property"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.transformation" name="transformation" eType="QVTRelation.RelationalTransformation" transient="true" resolveProxies="false" eOpposite="QVTRelation.RelationalTransformation.ownedKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.OppositePropertyCallExp" name="OppositePropertyCallExp" eSuperTypes="EssentialOCL.PropertyCallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.Relation" name="Relation" eSuperTypes="QVTBase.Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTRelation.Relation.isTopLevel" name="isTopLevel" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.operationalImpl" name="operationalImpl" ordered="false" upperBound="-1" eType="QVTRelation.RelationImplementation" containment="true" resolveProxies="false" eOpposite="QVTRelation.RelationImplementation.relation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.variable" name="variable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.when" name="when" eType="QVTBase.Pattern" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.where" name="where" eType="QVTBase.Pattern" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationCallExp" name="RelationCallExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationCallExp.argument" name="argument" lowerBound="2" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationCallExp.referredRelation" name="referredRelation" lowerBound="1" eType="QVTRelation.Relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationDomain" name="RelationDomain" eSuperTypes="QVTBase.Domain"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomain.defaultAssignment" name="defaultAssignment" ordered="false" upperBound="-1" eType="QVTRelation.RelationDomainAssignment" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomain.pattern" name="pattern" eType="QVTRelation.DomainPattern" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomain.rootVariable" name="rootVariable" lowerBound="1" eType="EssentialOCL.Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationDomainAssignment" name="RelationDomainAssignment" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomainAssignment.valueExp" name="valueExp" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomainAssignment.variable" name="variable" lowerBound="1" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationImplementation" name="RelationImplementation" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationImplementation.impl" name="impl" lowerBound="1" eType="EMOF.Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationImplementation.inDirectionOf" name="inDirectionOf" lowerBound="1" eType="QVTBase.TypedModel"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationImplementation.relation" name="relation" eType="QVTRelation.Relation" transient="true" resolveProxies="false" eOpposite="QVTRelation.Relation.operationalImpl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationalTransformation" name="RelationalTransformation" eSuperTypes="QVTBase.Transformation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationalTransformation.ownedKey" name="ownedKey" ordered="false" upperBound="-1" eType="QVTRelation.Key" containment="true" resolveProxies="false" eOpposite="QVTRelation.Key.transformation"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTOperational" name="QVTOperational" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtoperational.xml" nsPrefix="qvtoperational"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Constructor" name="Constructor" eSuperTypes="QVTOperational.ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ConstructorBody" name="ConstructorBody" eSuperTypes="QVTOperational.OperationBody"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ContextualProperty" name="ContextualProperty" eSuperTypes="EMOF.Property"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.context" name="context" lowerBound="1" eType="EMOF.Class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.initExpression" name="initExpression" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ownerProperty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.overridden" name="overridden" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.DirectionKind" name="DirectionKind"> <eLiterals xmi:id="QVTOperational.DirectionKind.in" name="in"/> <eLiterals xmi:id="QVTOperational.DirectionKind.inout" name="inout" value="1"/> <eLiterals xmi:id="QVTOperational.DirectionKind.out" name="out" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.EntryOperation" name="EntryOperation" eSuperTypes="QVTOperational.ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Helper" name="Helper" eSuperTypes="QVTOperational.ImperativeOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Helper.isQuery" name="isQuery" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeCallExp" name="ImperativeCallExp" eSuperTypes="EssentialOCL.OperationCallExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeCallExp.isVirtual" name="isVirtual" eType="PrimitiveTypes.Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeOperation" name="ImperativeOperation" eSuperTypes="EMOF.Operation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.body" name="body" eType="QVTOperational.OperationBody" containment="true" resolveProxies="false" eOpposite="QVTOperational.OperationBody.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.context" name="context" eType="QVTOperational.VarParameter" containment="true" resolveProxies="false" eOpposite="QVTOperational.VarParameter.ctxOwner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeOperation.isBlackbox" name="isBlackbox" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.overridden" name="overridden" eType="QVTOperational.ImperativeOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.result" name="result" upperBound="-1" eType="QVTOperational.VarParameter" containment="true" resolveProxies="false" eOpposite="QVTOperational.VarParameter.resOwner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.ImportKind" name="ImportKind"> <eLiterals xmi:id="QVTOperational.ImportKind.extension" name="extension"/> <eLiterals xmi:id="QVTOperational.ImportKind.access" name="access" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Library" name="Library" eSuperTypes="QVTOperational.Module"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingBody" name="MappingBody" eSuperTypes="QVTOperational.OperationBody"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.endSection" name="endSection" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="endOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.initSection" name="initSection" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingCallExp" name="MappingCallExp" eSuperTypes="QVTOperational.ImperativeCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.MappingCallExp.isStrict" name="isStrict" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingOperation" name="MappingOperation" eSuperTypes="QVTOperational.ImperativeOperation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.disjunct" name="disjunct" upperBound="-1" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="disjuncter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.inherited" name="inherited" upperBound="-1" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="inheriting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.merged" name="merged" upperBound="-1" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="merging"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.refinedRelation" name="refinedRelation" eType="QVTRelation.Relation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refiningOperation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.when" name="when" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.where" name="where" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingParameter" name="MappingParameter" eSuperTypes="QVTOperational.VarParameter"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.extent" name="extent" eType="QVTOperational.ModelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.referredDomain" name="referredDomain" eType="QVTRelation.RelationDomain"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringParameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelParameter" name="ModelParameter" eSuperTypes="QVTOperational.VarParameter"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelType" name="ModelType" eSuperTypes="EMOF.Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.additionalCondition" name="additionalCondition" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="condOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModelType.conformanceKind" name="conformanceKind" eType="PrimitiveTypes.String" defaultValueLiteral="effective"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.metamodel" name="metamodel" lowerBound="1" upperBound="-1" eType="EMOF.Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Module" name="Module" eSuperTypes="EMOF.Class EMOF.Package"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.configProperty" name="configProperty" upperBound="-1" eType="EMOF.Property"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.entry" name="entry" eType="QVTOperational.EntryOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="entryContext"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Module.isBlackbox" name="isBlackbox" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.moduleImport" name="moduleImport" upperBound="-1" eType="QVTOperational.ModuleImport" containment="true" resolveProxies="false" eOpposite="QVTOperational.ModuleImport.module"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.ownedTag" name="ownedTag" upperBound="-1" eType="EMOF.Tag" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.ownedVariable" name="ownedVariable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="variableOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.usedModelType" name="usedModelType" upperBound="-1" eType="QVTOperational.ModelType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModuleImport" name="ModuleImport" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.binding" name="binding" upperBound="-1" eType="QVTOperational.ModelType"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.importedModule" name="importedModule" lowerBound="1" eType="QVTOperational.Module"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="importingElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModuleImport.kind" name="kind" eType="QVTOperational.ImportKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.module" name="module" eType="QVTOperational.Module" transient="true" resolveProxies="false" eOpposite="QVTOperational.Module.moduleImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ObjectExp" name="ObjectExp" eSuperTypes="ImperativeOCL.InstantiationExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.body" name="body" lowerBound="1" eType="QVTOperational.ConstructorBody" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.referredObject" name="referredObject" lowerBound="1" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="objectExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationBody" name="OperationBody" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.content" name="content" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="contentOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.operation" name="operation" eType="QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="QVTOperational.ImperativeOperation.body"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.variable" name="variable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="opBody"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationalTransformation" name="OperationalTransformation" eSuperTypes="QVTOperational.Module"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateClass" name="intermediateClass" upperBound="-1" eType="EMOF.Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="transfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateProperty" name="intermediateProperty" upperBound="-1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tranfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.modelParameter" name="modelParameter" upperBound="-1" eType="QVTOperational.ModelParameter" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="module"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.refined" name="refined" eType="QVTRelation.RelationalTransformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refinement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.relation" name="relation" upperBound="-1" eType="QVTRelation.Relation" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ResolveExp" name="ResolveExp" eSuperTypes="EssentialOCL.CallExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isDeferred" name="isDeferred" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isInverse" name="isInverse" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.one" name="one" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.target" name="target" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ResolveInExp" name="ResolveInExp" eSuperTypes="QVTOperational.ResolveExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveInExp.inMapping" name="inMapping" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resolveExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.VarParameter" name="VarParameter" eSuperTypes="EssentialOCL.Variable EMOF.Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.ctxOwner" name="ctxOwner" eType="QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="QVTOperational.ImperativeOperation.context"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.VarParameter.kind" name="kind" eType="QVTOperational.DirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.resOwner" name="resOwner" eType="QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="QVTOperational.ImperativeOperation.result"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"emof","nsURI":"http://schema.omg.org/spec/MOF/2.0/emof.xml","name":"EMOF","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","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":"Element","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveCollection","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveSequence","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":27,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"body","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMetaClass","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSet","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unset","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elements","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"useContainment","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metaClass","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"string","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":102,"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":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":121,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","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":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","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":"isID","changeable":true,"lowerBound":0,"iD":false,"id":138,"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":139,"derived":false},{"container":false,"ordered":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":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"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAll","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextURI","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"nsPrefix":"essentialocl","nsURI":"http://schema.omg.org/spec/QVT/1.1/essentialocl.xml","name":"EssentialOCL","id":213,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":219,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"name":"Set","id":268,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":269,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":270,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":271,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":272,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"collectionLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"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":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"letExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"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":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"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":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tupleLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":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":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"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":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"nsPrefix":"imperativeocl","nsURI":"http://schema.omg.org/spec/QVT/1.1/imperativeocl.xml","name":"ImperativeOCL","id":386,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltExp","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExp","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExp","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExp","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExp","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchExp","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExp","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExp","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExp","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPart","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryType","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExp","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeExpression","instanceClass":null,"abstract":true,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExp","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExp","instanceClass":null,"abstract":true,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExp","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteralExp","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExp","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleLiteralExp","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleLiteralPart","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleType","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExp","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExp","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeverityKind","instanceClass":null,"id":411,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExp","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExp","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlinkExp","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpackExp","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitExp","instanceClass":null,"abstract":false,"id":417,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExp","instanceClass":null,"abstract":false,"id":418,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":false,"lowerBound":1,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":false,"lowerBound":0,"id":425,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"error","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"isReset","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":449,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":false,"lowerBound":1,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"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":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":false,"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":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"name":"error","id":507,"value":0,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":508,"value":1,"literal":"warning","eClass":"EEnumLiteral"},{"name":"fatal","id":509,"value":2,"literal":"fatal","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternativePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptClause","changeable":true,"resolveProxies":false,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryBody","changeable":true,"resolveProxies":false,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","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":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":525,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":1,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":530,"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":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":535,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"withResult","changeable":true,"lowerBound":0,"iD":false,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"nsPrefix":"qvtbase","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtbase.xml","name":"QVTBase","id":545,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":true,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParameter","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":549,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":553,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCheckable","changeable":true,"lowerBound":0,"iD":false,"id":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":"isEnforceable","changeable":true,"lowerBound":0,"iD":false,"id":555,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rule","changeable":true,"resolveProxies":false,"lowerBound":1,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":false,"lowerBound":0,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"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":true,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":574,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":587,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":593,"derived":false},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"nsPrefix":"qvtcore","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtcore.xml","name":"QVTCore","id":602,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":true,"id":603,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":604,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BottomPattern","instanceClass":null,"abstract":false,"id":605,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreDomain","instanceClass":null,"abstract":false,"id":606,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorePattern","instanceClass":null,"abstract":false,"id":607,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnforcementMode","instanceClass":null,"id":608,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnforcementOperation","instanceClass":null,"abstract":false,"id":609,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardPattern","instanceClass":null,"abstract":false,"id":610,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":611,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssignment","instanceClass":null,"abstract":false,"id":612,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizedVariable","instanceClass":null,"abstract":false,"id":613,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":614,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":615,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"area","changeable":true,"resolveProxies":false,"lowerBound":1,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"area","changeable":true,"resolveProxies":false,"lowerBound":1,"id":620,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":621,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDefault","changeable":true,"lowerBound":0,"iD":false,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enforcementOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":629,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realizedVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":630,"derived":false},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":0,"id":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"name":"Creation","id":642,"value":0,"literal":"Creation","eClass":"EEnumLiteral"},{"name":"Deletion","id":643,"value":1,"literal":"Deletion","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enforcementMode","changeable":true,"lowerBound":0,"iD":false,"id":644,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCallExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":652,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"local","changeable":true,"resolveProxies":false,"lowerBound":0,"id":653,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slotExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":662,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":668,"derived":false},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"nsPrefix":"qvttemplate","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvttemplate.xml","name":"QVTTemplate","id":671,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTemplateExp","instanceClass":null,"abstract":false,"id":672,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTemplateExp","instanceClass":null,"abstract":false,"id":673,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTemplateItem","instanceClass":null,"abstract":false,"id":674,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateExp","instanceClass":null,"abstract":true,"id":675,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":false,"lowerBound":0,"id":676,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredCollectionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":677,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":683,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"objContainer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":687,"derived":false},{"id":688,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOpposite","changeable":true,"lowerBound":0,"iD":false,"id":689,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":690,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":691,"derived":false},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":697,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"lowerBound":0,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"nsPrefix":"qvtrelation","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtrelation.xml","name":"QVTRelation","id":702,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPattern","instanceClass":null,"abstract":false,"id":703,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":704,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCallExp","instanceClass":null,"abstract":false,"id":705,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":706,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationCallExp","instanceClass":null,"abstract":false,"id":707,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomain","instanceClass":null,"abstract":false,"id":708,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomainAssignment","instanceClass":null,"abstract":false,"id":709,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationImplementation","instanceClass":null,"abstract":false,"id":710,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalTransformation","instanceClass":null,"abstract":false,"id":711,"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":"templateExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"container":false,"ordered":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":715,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oppositePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":716,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTopLevel","changeable":true,"lowerBound":0,"iD":false,"id":726,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationalImpl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":727,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":728,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":false,"lowerBound":0,"id":729,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"lowerBound":0,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"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":"relation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":2,"id":738,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredRelation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":739,"derived":false},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultAssignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":743,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"lowerBound":0,"id":744,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":745,"derived":false},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":750,"derived":false},{"container":false,"ordered":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":751,"derived":false},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"impl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":755,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inDirectionOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":756,"derived":false},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"nsPrefix":"qvtoperational","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtoperational.xml","name":"QVTOperational","id":763,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":764,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":765,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":766,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":767,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":768,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":769,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":770,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":771,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":772,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":773,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":774,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":775,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":776,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":777,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":778,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":779,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":780,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":781,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":782,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":783,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":784,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":785,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":786,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":787,"interface":false,"eClass":"EClass"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":790,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":791,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"name":"in","id":797,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":798,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":799,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"id":800,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":801,"derived":false},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":804,"derived":false},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":808,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":809,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":810,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":812,"derived":false},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ctxOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":817,"derived":false},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":821,"derived":false},{"name":"extension","id":822,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":823,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"id":824,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endSection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":825,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":826,"derived":false},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":830,"derived":false},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":833,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":834,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":835,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedRelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":836,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":false,"lowerBound":0,"id":837,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"lowerBound":0,"id":838,"derived":false},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":846,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":847,"derived":false},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":852,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"effective","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"effective","unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":853,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":854,"derived":false},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":859,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":860,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":861,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":false,"lowerBound":0,"id":862,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":863,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":864,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":false,"lowerBound":0,"id":872,"derived":false},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":876,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":877,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":878,"derived":false},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":884,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":889,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":890,"derived":false},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"id":894,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":897,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":898,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":899,"derived":false},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"id":905,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":906,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":907,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":0,"iD":false,"id":908,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":0,"iD":false,"id":909,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":910,"derived":false},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":918,"derived":false},{"id":919,"eClass":"EGenericType"},{"id":920,"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":921,"derived":false},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":2,"target":0},{"source":2,"target":24},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":28,"target":1},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":1},{"source":29,"target":18},{"source":29,"target":34},{"source":29,"target":2},{"source":29,"target":35},{"source":34,"target":18},{"source":30,"target":14},{"source":30,"target":36},{"source":30,"target":2},{"source":30,"target":37},{"source":36,"target":14},{"source":31,"target":2},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":2},{"source":32,"target":24},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":39,"target":12},{"source":39,"target":42},{"source":39,"target":3},{"source":42,"target":12},{"source":40,"target":22},{"source":40,"target":43},{"source":40,"target":3},{"source":43,"target":22},{"source":41,"target":5},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":44},{"source":44,"target":24},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":45,"target":5},{"source":45,"target":54},{"source":45,"target":5},{"source":54,"target":5},{"source":46,"target":1},{"source":46,"target":55},{"source":46,"target":5},{"source":46,"target":56},{"source":55,"target":1},{"source":56,"target":13},{"source":56,"target":57},{"source":56,"target":46},{"source":57,"target":13},{"source":47,"target":13},{"source":47,"target":58},{"source":47,"target":5},{"source":47,"target":59},{"source":58,"target":13},{"source":59,"target":18},{"source":59,"target":60},{"source":59,"target":47},{"source":60,"target":18},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":5},{"source":61,"target":2},{"source":49,"target":1},{"source":49,"target":62},{"source":49,"target":5},{"source":49,"target":63},{"source":62,"target":1},{"source":63,"target":18},{"source":63,"target":64},{"source":63,"target":49},{"source":64,"target":18},{"source":50,"target":5},{"source":50,"target":65},{"source":50,"target":66},{"source":65,"target":18},{"source":65,"target":67},{"source":65,"target":50},{"source":67,"target":18},{"source":66,"target":13},{"source":66,"target":68},{"source":66,"target":50},{"source":68,"target":13},{"source":51,"target":5},{"source":51,"target":69},{"source":69,"target":18},{"source":69,"target":70},{"source":69,"target":51},{"source":70,"target":18},{"source":52,"target":3},{"source":52,"target":71},{"source":52,"target":5},{"source":71,"target":3},{"source":53,"target":13},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":6},{"source":72,"target":75},{"source":74,"target":7},{"source":73,"target":4},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":75},{"source":7,"target":76},{"source":75,"target":6},{"source":75,"target":77},{"source":75,"target":7},{"source":75,"target":72},{"source":77,"target":6},{"source":76,"target":12},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":78,"target":21},{"source":78,"target":81},{"source":78,"target":8},{"source":81,"target":21},{"source":79,"target":1},{"source":79,"target":82},{"source":79,"target":8},{"source":82,"target":1},{"source":80,"target":13},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":83,"target":22},{"source":83,"target":88},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":90},{"source":88,"target":22},{"source":89,"target":4},{"source":89,"target":91},{"source":89,"target":83},{"source":91,"target":4},{"source":90,"target":13},{"source":90,"target":92},{"source":90,"target":83},{"source":92,"target":13},{"source":84,"target":5},{"source":84,"target":93},{"source":84,"target":9},{"source":84,"target":94},{"source":93,"target":5},{"source":94,"target":2},{"source":94,"target":95},{"source":94,"target":84},{"source":95,"target":2},{"source":85,"target":13},{"source":85,"target":96},{"source":85,"target":9},{"source":85,"target":97},{"source":85,"target":98},{"source":96,"target":13},{"source":97,"target":4},{"source":97,"target":99},{"source":97,"target":85},{"source":99,"target":4},{"source":98,"target":22},{"source":98,"target":100},{"source":98,"target":85},{"source":100,"target":22},{"source":86,"target":15},{"source":86,"target":101},{"source":86,"target":9},{"source":101,"target":15},{"source":87,"target":5},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":1},{"source":102,"target":106},{"source":102,"target":11},{"source":106,"target":1},{"source":103,"target":1},{"source":103,"target":107},{"source":103,"target":11},{"source":107,"target":1},{"source":104,"target":10},{"source":104,"target":108},{"source":104,"target":11},{"source":108,"target":10},{"source":105,"target":27},{"source":105,"target":109},{"source":105,"target":11},{"source":109,"target":27},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":110},{"source":12,"target":111},{"source":110,"target":22},{"source":110,"target":112},{"source":110,"target":12},{"source":112,"target":22},{"source":111,"target":5},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":25},{"source":14,"target":11},{"source":14,"target":37},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":37,"target":2},{"source":37,"target":117},{"source":37,"target":14},{"source":37,"target":30},{"source":117,"target":2},{"source":113,"target":16},{"source":113,"target":118},{"source":113,"target":14},{"source":113,"target":119},{"source":118,"target":16},{"source":114,"target":24},{"source":114,"target":120},{"source":114,"target":14},{"source":120,"target":24},{"source":115,"target":25},{"source":116,"target":11},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":121,"target":15},{"source":121,"target":126},{"source":121,"target":15},{"source":121,"target":122},{"source":126,"target":15},{"source":122,"target":15},{"source":122,"target":127},{"source":122,"target":15},{"source":122,"target":121},{"source":127,"target":15},{"source":123,"target":24},{"source":123,"target":128},{"source":123,"target":15},{"source":123,"target":129},{"source":128,"target":24},{"source":124,"target":22},{"source":124,"target":130},{"source":124,"target":15},{"source":130,"target":22},{"source":125,"target":12},{"source":16,"target":0},{"source":16,"target":25},{"source":16,"target":11},{"source":16,"target":119},{"source":16,"target":131},{"source":16,"target":132},{"source":119,"target":14},{"source":119,"target":133},{"source":119,"target":16},{"source":119,"target":113},{"source":133,"target":14},{"source":131,"target":25},{"source":132,"target":11},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":134},{"source":134,"target":4},{"source":18,"target":0},{"source":18,"target":25},{"source":18,"target":11},{"source":18,"target":35},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":35,"target":2},{"source":35,"target":143},{"source":35,"target":18},{"source":35,"target":29},{"source":143,"target":2},{"source":135,"target":22},{"source":135,"target":144},{"source":135,"target":18},{"source":144,"target":22},{"source":136,"target":1},{"source":136,"target":145},{"source":136,"target":18},{"source":145,"target":1},{"source":137,"target":1},{"source":137,"target":146},{"source":137,"target":18},{"source":146,"target":1},{"source":138,"target":1},{"source":138,"target":147},{"source":138,"target":18},{"source":147,"target":1},{"source":139,"target":1},{"source":139,"target":148},{"source":139,"target":18},{"source":148,"target":1},{"source":140,"target":18},{"source":140,"target":149},{"source":140,"target":18},{"source":149,"target":18},{"source":141,"target":25},{"source":142,"target":11},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":150,"target":1},{"source":150,"target":156},{"source":150,"target":20},{"source":150,"target":157},{"source":156,"target":1},{"source":157,"target":13},{"source":157,"target":158},{"source":157,"target":150},{"source":158,"target":13},{"source":151,"target":1},{"source":151,"target":159},{"source":151,"target":20},{"source":151,"target":160},{"source":159,"target":1},{"source":160,"target":21},{"source":160,"target":161},{"source":160,"target":151},{"source":161,"target":21},{"source":152,"target":20},{"source":153,"target":1},{"source":153,"target":162},{"source":153,"target":20},{"source":153,"target":163},{"source":162,"target":1},{"source":163,"target":13},{"source":163,"target":164},{"source":163,"target":153},{"source":164,"target":13},{"source":154,"target":10},{"source":154,"target":165},{"source":154,"target":20},{"source":165,"target":10},{"source":155,"target":13},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":166},{"source":21,"target":167},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":166,"target":21},{"source":166,"target":171},{"source":166,"target":172},{"source":171,"target":10},{"source":171,"target":173},{"source":171,"target":166},{"source":173,"target":10},{"source":172,"target":13},{"source":172,"target":174},{"source":172,"target":166},{"source":174,"target":13},{"source":167,"target":13},{"source":167,"target":175},{"source":167,"target":21},{"source":167,"target":176},{"source":175,"target":13},{"source":176,"target":10},{"source":176,"target":177},{"source":176,"target":167},{"source":177,"target":10},{"source":168,"target":13},{"source":168,"target":178},{"source":168,"target":21},{"source":168,"target":179},{"source":178,"target":13},{"source":179,"target":10},{"source":179,"target":180},{"source":179,"target":168},{"source":180,"target":10},{"source":169,"target":13},{"source":169,"target":181},{"source":169,"target":21},{"source":169,"target":182},{"source":169,"target":183},{"source":181,"target":13},{"source":182,"target":10},{"source":182,"target":184},{"source":182,"target":169},{"source":184,"target":10},{"source":183,"target":13},{"source":183,"target":185},{"source":183,"target":169},{"source":185,"target":13},{"source":170,"target":20},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":186},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":186,"target":5},{"source":186,"target":190},{"source":186,"target":23},{"source":190,"target":5},{"source":187,"target":22},{"source":187,"target":191},{"source":187,"target":23},{"source":191,"target":22},{"source":188,"target":22},{"source":188,"target":192},{"source":188,"target":23},{"source":192,"target":22},{"source":189,"target":5},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":193},{"source":24,"target":129},{"source":24,"target":194},{"source":193,"target":1},{"source":193,"target":195},{"source":193,"target":24},{"source":193,"target":196},{"source":195,"target":1},{"source":196,"target":13},{"source":196,"target":197},{"source":196,"target":193},{"source":197,"target":13},{"source":129,"target":15},{"source":129,"target":198},{"source":129,"target":24},{"source":129,"target":123},{"source":198,"target":15},{"source":194,"target":12},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":199},{"source":25,"target":200},{"source":199,"target":24},{"source":199,"target":201},{"source":199,"target":25},{"source":201,"target":24},{"source":200,"target":12},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":202,"target":22},{"source":202,"target":206},{"source":202,"target":26},{"source":206,"target":22},{"source":203,"target":5},{"source":203,"target":207},{"source":203,"target":26},{"source":203,"target":208},{"source":207,"target":5},{"source":208,"target":22},{"source":208,"target":209},{"source":208,"target":203},{"source":209,"target":22},{"source":204,"target":22},{"source":204,"target":210},{"source":204,"target":26},{"source":204,"target":211},{"source":210,"target":22},{"source":211,"target":5},{"source":211,"target":212},{"source":211,"target":204},{"source":212,"target":5},{"source":205,"target":8},{"source":27,"target":0},{"source":213,"target":214},{"source":213,"target":215},{"source":213,"target":216},{"source":213,"target":217},{"source":213,"target":218},{"source":213,"target":219},{"source":213,"target":220},{"source":213,"target":221},{"source":213,"target":222},{"source":213,"target":223},{"source":213,"target":224},{"source":213,"target":225},{"source":213,"target":226},{"source":213,"target":227},{"source":213,"target":228},{"source":213,"target":229},{"source":213,"target":230},{"source":213,"target":231},{"source":213,"target":232},{"source":213,"target":233},{"source":213,"target":234},{"source":213,"target":235},{"source":213,"target":236},{"source":213,"target":237},{"source":213,"target":238},{"source":213,"target":239},{"source":213,"target":240},{"source":213,"target":241},{"source":213,"target":242},{"source":213,"target":243},{"source":213,"target":244},{"source":213,"target":245},{"source":213,"target":246},{"source":213,"target":247},{"source":213,"target":248},{"source":213,"target":249},{"source":213,"target":250},{"source":213,"target":251},{"source":213,"target":252},{"source":213,"target":253},{"source":213,"target":254},{"source":213,"target":255},{"source":213,"target":256},{"source":214,"target":213},{"source":214,"target":24},{"source":214,"target":257},{"source":257,"target":24},{"source":215,"target":213},{"source":215,"target":223},{"source":215,"target":258},{"source":258,"target":223},{"source":216,"target":213},{"source":216,"target":242},{"source":216,"target":259},{"source":216,"target":260},{"source":259,"target":1},{"source":259,"target":261},{"source":259,"target":216},{"source":261,"target":1},{"source":260,"target":242},{"source":217,"target":213},{"source":217,"target":239},{"source":217,"target":262},{"source":217,"target":263},{"source":262,"target":239},{"source":262,"target":264},{"source":262,"target":217},{"source":264,"target":239},{"source":263,"target":239},{"source":218,"target":213},{"source":218,"target":221},{"source":218,"target":265},{"source":218,"target":266},{"source":265,"target":239},{"source":265,"target":267},{"source":265,"target":218},{"source":267,"target":239},{"source":266,"target":221},{"source":219,"target":213},{"source":219,"target":268},{"source":219,"target":269},{"source":219,"target":270},{"source":219,"target":271},{"source":219,"target":272},{"source":268,"target":219},{"source":269,"target":219},{"source":270,"target":219},{"source":271,"target":219},{"source":272,"target":219},{"source":220,"target":213},{"source":220,"target":234},{"source":220,"target":273},{"source":220,"target":274},{"source":220,"target":275},{"source":273,"target":219},{"source":273,"target":276},{"source":273,"target":220},{"source":276,"target":219},{"source":274,"target":221},{"source":274,"target":277},{"source":274,"target":220},{"source":274,"target":278},{"source":277,"target":221},{"source":275,"target":234},{"source":221,"target":213},{"source":221,"target":25},{"source":221,"target":278},{"source":221,"target":279},{"source":278,"target":220},{"source":278,"target":280},{"source":278,"target":221},{"source":278,"target":274},{"source":280,"target":220},{"source":279,"target":25},{"source":222,"target":213},{"source":222,"target":221},{"source":222,"target":281},{"source":222,"target":282},{"source":222,"target":283},{"source":281,"target":239},{"source":281,"target":284},{"source":281,"target":222},{"source":284,"target":239},{"source":282,"target":239},{"source":282,"target":285},{"source":282,"target":222},{"source":285,"target":239},{"source":283,"target":221},{"source":223,"target":213},{"source":223,"target":4},{"source":223,"target":286},{"source":223,"target":287},{"source":286,"target":24},{"source":286,"target":288},{"source":286,"target":223},{"source":288,"target":24},{"source":287,"target":4},{"source":224,"target":213},{"source":224,"target":234},{"source":224,"target":289},{"source":224,"target":290},{"source":289,"target":7},{"source":289,"target":291},{"source":289,"target":224},{"source":291,"target":7},{"source":290,"target":234},{"source":225,"target":213},{"source":225,"target":25},{"source":225,"target":292},{"source":225,"target":293},{"source":225,"target":294},{"source":225,"target":295},{"source":225,"target":296},{"source":225,"target":297},{"source":292,"target":239},{"source":292,"target":298},{"source":292,"target":225},{"source":298,"target":239},{"source":293,"target":254},{"source":293,"target":299},{"source":293,"target":225},{"source":299,"target":254},{"source":294,"target":24},{"source":294,"target":300},{"source":294,"target":225},{"source":300,"target":24},{"source":295,"target":254},{"source":295,"target":301},{"source":295,"target":225},{"source":301,"target":254},{"source":296,"target":254},{"source":296,"target":302},{"source":296,"target":225},{"source":302,"target":254},{"source":297,"target":25},{"source":226,"target":213},{"source":226,"target":217},{"source":226,"target":303},{"source":303,"target":217},{"source":227,"target":213},{"source":227,"target":239},{"source":227,"target":304},{"source":227,"target":305},{"source":227,"target":306},{"source":227,"target":307},{"source":304,"target":239},{"source":304,"target":308},{"source":304,"target":227},{"source":308,"target":239},{"source":305,"target":239},{"source":305,"target":309},{"source":305,"target":227},{"source":309,"target":239},{"source":306,"target":239},{"source":306,"target":310},{"source":306,"target":227},{"source":310,"target":239},{"source":307,"target":239},{"source":228,"target":213},{"source":228,"target":238},{"source":228,"target":311},{"source":228,"target":312},{"source":311,"target":10},{"source":311,"target":313},{"source":311,"target":228},{"source":313,"target":10},{"source":312,"target":238},{"source":229,"target":213},{"source":229,"target":234},{"source":229,"target":314},{"source":314,"target":234},{"source":230,"target":213},{"source":230,"target":24},{"source":230,"target":315},{"source":315,"target":24},{"source":231,"target":213},{"source":231,"target":235},{"source":231,"target":316},{"source":231,"target":317},{"source":316,"target":254},{"source":316,"target":318},{"source":316,"target":231},{"source":318,"target":254},{"source":317,"target":235},{"source":232,"target":213},{"source":232,"target":235},{"source":232,"target":319},{"source":319,"target":235},{"source":233,"target":213},{"source":233,"target":239},{"source":233,"target":320},{"source":233,"target":321},{"source":233,"target":322},{"source":320,"target":239},{"source":320,"target":323},{"source":320,"target":233},{"source":323,"target":239},{"source":321,"target":254},{"source":321,"target":324},{"source":321,"target":233},{"source":321,"target":325},{"source":324,"target":254},{"source":322,"target":239},{"source":234,"target":213},{"source":234,"target":239},{"source":234,"target":326},{"source":326,"target":239},{"source":235,"target":213},{"source":235,"target":217},{"source":235,"target":239},{"source":235,"target":327},{"source":235,"target":328},{"source":235,"target":329},{"source":235,"target":330},{"source":327,"target":239},{"source":327,"target":331},{"source":327,"target":235},{"source":331,"target":239},{"source":328,"target":254},{"source":328,"target":332},{"source":328,"target":235},{"source":332,"target":254},{"source":329,"target":217},{"source":330,"target":239},{"source":236,"target":213},{"source":236,"target":226},{"source":236,"target":333},{"source":333,"target":226},{"source":237,"target":213},{"source":237,"target":234},{"source":237,"target":334},{"source":334,"target":234},{"source":238,"target":213},{"source":238,"target":242},{"source":238,"target":335},{"source":335,"target":242},{"source":239,"target":213},{"source":239,"target":25},{"source":239,"target":336},{"source":336,"target":25},{"source":240,"target":213},{"source":240,"target":226},{"source":240,"target":337},{"source":240,"target":338},{"source":240,"target":339},{"source":337,"target":239},{"source":337,"target":340},{"source":337,"target":240},{"source":340,"target":239},{"source":338,"target":14},{"source":338,"target":341},{"source":338,"target":240},{"source":341,"target":14},{"source":339,"target":226},{"source":241,"target":213},{"source":241,"target":223},{"source":241,"target":342},{"source":342,"target":223},{"source":242,"target":213},{"source":242,"target":234},{"source":242,"target":343},{"source":343,"target":234},{"source":243,"target":213},{"source":243,"target":236},{"source":243,"target":344},{"source":243,"target":345},{"source":344,"target":18},{"source":344,"target":346},{"source":344,"target":243},{"source":346,"target":18},{"source":345,"target":236},{"source":244,"target":213},{"source":244,"target":238},{"source":244,"target":347},{"source":244,"target":348},{"source":347,"target":19},{"source":347,"target":349},{"source":347,"target":244},{"source":349,"target":19},{"source":348,"target":238},{"source":245,"target":213},{"source":245,"target":223},{"source":245,"target":350},{"source":350,"target":223},{"source":246,"target":213},{"source":246,"target":223},{"source":246,"target":351},{"source":351,"target":223},{"source":247,"target":213},{"source":247,"target":242},{"source":247,"target":352},{"source":247,"target":353},{"source":352,"target":22},{"source":352,"target":354},{"source":352,"target":247},{"source":354,"target":22},{"source":353,"target":242},{"source":248,"target":213},{"source":248,"target":24},{"source":248,"target":355},{"source":248,"target":356},{"source":355,"target":22},{"source":355,"target":357},{"source":355,"target":248},{"source":357,"target":22},{"source":356,"target":24},{"source":249,"target":213},{"source":249,"target":234},{"source":249,"target":358},{"source":249,"target":359},{"source":358,"target":250},{"source":358,"target":360},{"source":358,"target":249},{"source":358,"target":361},{"source":360,"target":250},{"source":359,"target":234},{"source":250,"target":213},{"source":250,"target":25},{"source":250,"target":362},{"source":250,"target":361},{"source":250,"target":363},{"source":250,"target":364},{"source":362,"target":18},{"source":362,"target":365},{"source":362,"target":250},{"source":365,"target":18},{"source":361,"target":249},{"source":361,"target":366},{"source":361,"target":250},{"source":361,"target":358},{"source":366,"target":249},{"source":363,"target":239},{"source":363,"target":367},{"source":363,"target":250},{"source":367,"target":239},{"source":364,"target":25},{"source":251,"target":213},{"source":251,"target":2},{"source":251,"target":4},{"source":251,"target":368},{"source":251,"target":369},{"source":368,"target":2},{"source":369,"target":4},{"source":252,"target":213},{"source":252,"target":239},{"source":252,"target":370},{"source":252,"target":371},{"source":370,"target":24},{"source":370,"target":372},{"source":370,"target":252},{"source":372,"target":24},{"source":371,"target":239},{"source":253,"target":213},{"source":253,"target":238},{"source":253,"target":373},{"source":253,"target":374},{"source":373,"target":27},{"source":373,"target":375},{"source":373,"target":253},{"source":375,"target":27},{"source":374,"target":238},{"source":254,"target":213},{"source":254,"target":25},{"source":254,"target":376},{"source":254,"target":325},{"source":254,"target":377},{"source":254,"target":378},{"source":376,"target":239},{"source":376,"target":379},{"source":376,"target":254},{"source":379,"target":239},{"source":325,"target":233},{"source":325,"target":380},{"source":325,"target":254},{"source":325,"target":321},{"source":380,"target":233},{"source":377,"target":16},{"source":377,"target":381},{"source":377,"target":254},{"source":381,"target":16},{"source":378,"target":25},{"source":255,"target":213},{"source":255,"target":239},{"source":255,"target":382},{"source":255,"target":383},{"source":382,"target":254},{"source":382,"target":384},{"source":382,"target":255},{"source":384,"target":254},{"source":383,"target":239},{"source":256,"target":213},{"source":256,"target":24},{"source":256,"target":385},{"source":385,"target":24},{"source":386,"target":387},{"source":386,"target":388},{"source":386,"target":389},{"source":386,"target":390},{"source":386,"target":391},{"source":386,"target":392},{"source":386,"target":393},{"source":386,"target":394},{"source":386,"target":395},{"source":386,"target":396},{"source":386,"target":397},{"source":386,"target":398},{"source":386,"target":399},{"source":386,"target":400},{"source":386,"target":401},{"source":386,"target":402},{"source":386,"target":403},{"source":386,"target":404},{"source":386,"target":405},{"source":386,"target":406},{"source":386,"target":407},{"source":386,"target":408},{"source":386,"target":409},{"source":386,"target":410},{"source":386,"target":411},{"source":386,"target":412},{"source":386,"target":413},{"source":386,"target":414},{"source":386,"target":415},{"source":386,"target":416},{"source":386,"target":417},{"source":386,"target":418},{"source":387,"target":386},{"source":387,"target":399},{"source":387,"target":419},{"source":387,"target":420},{"source":387,"target":421},{"source":419,"target":239},{"source":419,"target":422},{"source":419,"target":387},{"source":422,"target":239},{"source":420,"target":239},{"source":420,"target":423},{"source":420,"target":387},{"source":423,"target":239},{"source":421,"target":399},{"source":388,"target":386},{"source":388,"target":399},{"source":388,"target":424},{"source":388,"target":425},{"source":388,"target":426},{"source":388,"target":427},{"source":424,"target":239},{"source":424,"target":428},{"source":424,"target":388},{"source":428,"target":239},{"source":425,"target":405},{"source":425,"target":429},{"source":425,"target":388},{"source":429,"target":405},{"source":426,"target":411},{"source":426,"target":430},{"source":426,"target":388},{"source":430,"target":411},{"source":427,"target":399},{"source":389,"target":386},{"source":389,"target":399},{"source":389,"target":431},{"source":389,"target":432},{"source":389,"target":433},{"source":389,"target":434},{"source":389,"target":435},{"source":431,"target":239},{"source":431,"target":436},{"source":431,"target":389},{"source":436,"target":239},{"source":432,"target":1},{"source":432,"target":437},{"source":432,"target":389},{"source":437,"target":1},{"source":433,"target":239},{"source":433,"target":438},{"source":433,"target":389},{"source":438,"target":239},{"source":434,"target":239},{"source":434,"target":439},{"source":434,"target":389},{"source":439,"target":239},{"source":435,"target":399},{"source":390,"target":386},{"source":390,"target":399},{"source":390,"target":440},{"source":390,"target":441},{"source":440,"target":239},{"source":440,"target":442},{"source":440,"target":390},{"source":442,"target":239},{"source":441,"target":399},{"source":391,"target":386},{"source":391,"target":399},{"source":391,"target":443},{"source":443,"target":399},{"source":392,"target":386},{"source":392,"target":399},{"source":392,"target":444},{"source":392,"target":445},{"source":392,"target":446},{"source":444,"target":239},{"source":444,"target":447},{"source":444,"target":392},{"source":447,"target":239},{"source":445,"target":24},{"source":445,"target":448},{"source":445,"target":392},{"source":448,"target":24},{"source":446,"target":399},{"source":393,"target":386},{"source":393,"target":399},{"source":393,"target":449},{"source":393,"target":450},{"source":393,"target":451},{"source":449,"target":239},{"source":449,"target":452},{"source":449,"target":393},{"source":452,"target":239},{"source":450,"target":254},{"source":450,"target":453},{"source":450,"target":393},{"source":453,"target":254},{"source":451,"target":399},{"source":394,"target":386},{"source":394,"target":399},{"source":394,"target":454},{"source":454,"target":399},{"source":395,"target":386},{"source":395,"target":234},{"source":395,"target":455},{"source":395,"target":456},{"source":455,"target":396},{"source":455,"target":457},{"source":455,"target":395},{"source":457,"target":396},{"source":456,"target":234},{"source":396,"target":386},{"source":396,"target":5},{"source":396,"target":458},{"source":396,"target":459},{"source":396,"target":460},{"source":458,"target":239},{"source":458,"target":461},{"source":458,"target":396},{"source":461,"target":239},{"source":459,"target":239},{"source":459,"target":462},{"source":459,"target":396},{"source":462,"target":239},{"source":460,"target":5},{"source":397,"target":386},{"source":397,"target":223},{"source":397,"target":463},{"source":397,"target":464},{"source":463,"target":24},{"source":463,"target":465},{"source":463,"target":397},{"source":465,"target":24},{"source":464,"target":223},{"source":398,"target":386},{"source":398,"target":401},{"source":398,"target":466},{"source":466,"target":401},{"source":399,"target":386},{"source":399,"target":239},{"source":399,"target":467},{"source":467,"target":239},{"source":400,"target":386},{"source":400,"target":401},{"source":400,"target":468},{"source":400,"target":469},{"source":468,"target":254},{"source":468,"target":470},{"source":468,"target":400},{"source":470,"target":254},{"source":469,"target":401},{"source":401,"target":386},{"source":401,"target":235},{"source":401,"target":399},{"source":401,"target":471},{"source":401,"target":472},{"source":401,"target":473},{"source":471,"target":239},{"source":471,"target":474},{"source":471,"target":401},{"source":474,"target":239},{"source":472,"target":235},{"source":473,"target":399},{"source":402,"target":386},{"source":402,"target":399},{"source":402,"target":475},{"source":402,"target":476},{"source":402,"target":477},{"source":402,"target":478},{"source":475,"target":239},{"source":475,"target":479},{"source":475,"target":402},{"source":479,"target":239},{"source":476,"target":254},{"source":476,"target":480},{"source":476,"target":402},{"source":480,"target":254},{"source":477,"target":2},{"source":477,"target":481},{"source":477,"target":402},{"source":481,"target":2},{"source":478,"target":399},{"source":403,"target":386},{"source":403,"target":234},{"source":403,"target":482},{"source":403,"target":483},{"source":482,"target":239},{"source":482,"target":484},{"source":482,"target":403},{"source":484,"target":239},{"source":483,"target":234},{"source":404,"target":386},{"source":404,"target":223},{"source":404,"target":485},{"source":485,"target":223},{"source":405,"target":386},{"source":405,"target":240},{"source":405,"target":399},{"source":405,"target":486},{"source":405,"target":487},{"source":405,"target":488},{"source":486,"target":239},{"source":486,"target":489},{"source":486,"target":405},{"source":489,"target":239},{"source":487,"target":240},{"source":488,"target":399},{"source":406,"target":386},{"source":406,"target":234},{"source":406,"target":490},{"source":406,"target":491},{"source":490,"target":407},{"source":490,"target":492},{"source":490,"target":406},{"source":492,"target":407},{"source":491,"target":234},{"source":407,"target":386},{"source":407,"target":5},{"source":407,"target":493},{"source":407,"target":494},{"source":493,"target":239},{"source":493,"target":495},{"source":493,"target":407},{"source":495,"target":239},{"source":494,"target":5},{"source":408,"target":386},{"source":408,"target":2},{"source":408,"target":496},{"source":408,"target":497},{"source":496,"target":24},{"source":496,"target":498},{"source":496,"target":408},{"source":498,"target":24},{"source":497,"target":2},{"source":409,"target":386},{"source":409,"target":399},{"source":409,"target":499},{"source":409,"target":500},{"source":409,"target":501},{"source":499,"target":239},{"source":499,"target":502},{"source":499,"target":409},{"source":502,"target":239},{"source":500,"target":24},{"source":500,"target":503},{"source":500,"target":409},{"source":503,"target":24},{"source":501,"target":399},{"source":410,"target":386},{"source":410,"target":399},{"source":410,"target":504},{"source":410,"target":505},{"source":504,"target":239},{"source":504,"target":506},{"source":504,"target":410},{"source":506,"target":239},{"source":505,"target":399},{"source":411,"target":386},{"source":411,"target":507},{"source":411,"target":508},{"source":411,"target":509},{"source":507,"target":411},{"source":508,"target":411},{"source":509,"target":411},{"source":412,"target":386},{"source":412,"target":399},{"source":412,"target":510},{"source":412,"target":511},{"source":412,"target":512},{"source":510,"target":387},{"source":510,"target":513},{"source":510,"target":412},{"source":513,"target":387},{"source":511,"target":239},{"source":511,"target":514},{"source":511,"target":412},{"source":514,"target":239},{"source":512,"target":399},{"source":413,"target":386},{"source":413,"target":399},{"source":413,"target":515},{"source":413,"target":516},{"source":413,"target":517},{"source":515,"target":392},{"source":515,"target":518},{"source":515,"target":413},{"source":518,"target":392},{"source":516,"target":239},{"source":516,"target":519},{"source":516,"target":413},{"source":519,"target":239},{"source":517,"target":399},{"source":414,"target":386},{"source":414,"target":2},{"source":414,"target":520},{"source":414,"target":521},{"source":414,"target":522},{"source":520,"target":24},{"source":520,"target":523},{"source":520,"target":414},{"source":523,"target":24},{"source":521,"target":239},{"source":521,"target":524},{"source":521,"target":414},{"source":524,"target":239},{"source":522,"target":2},{"source":415,"target":386},{"source":415,"target":399},{"source":415,"target":525},{"source":415,"target":526},{"source":415,"target":527},{"source":525,"target":239},{"source":525,"target":528},{"source":525,"target":415},{"source":528,"target":239},{"source":526,"target":239},{"source":526,"target":529},{"source":526,"target":415},{"source":529,"target":239},{"source":527,"target":399},{"source":416,"target":386},{"source":416,"target":399},{"source":416,"target":530},{"source":416,"target":531},{"source":416,"target":532},{"source":530,"target":239},{"source":530,"target":533},{"source":530,"target":416},{"source":533,"target":239},{"source":531,"target":254},{"source":531,"target":534},{"source":531,"target":416},{"source":534,"target":254},{"source":532,"target":399},{"source":417,"target":386},{"source":417,"target":399},{"source":417,"target":535},{"source":417,"target":536},{"source":417,"target":537},{"source":535,"target":254},{"source":535,"target":538},{"source":535,"target":417},{"source":538,"target":254},{"source":536,"target":1},{"source":536,"target":539},{"source":536,"target":417},{"source":539,"target":1},{"source":537,"target":399},{"source":418,"target":386},{"source":418,"target":399},{"source":418,"target":540},{"source":418,"target":541},{"source":418,"target":542},{"source":540,"target":239},{"source":540,"target":543},{"source":540,"target":418},{"source":543,"target":239},{"source":541,"target":239},{"source":541,"target":544},{"source":541,"target":418},{"source":544,"target":239},{"source":542,"target":399},{"source":545,"target":546},{"source":545,"target":547},{"source":545,"target":548},{"source":545,"target":549},{"source":545,"target":550},{"source":545,"target":551},{"source":545,"target":552},{"source":545,"target":553},{"source":546,"target":545},{"source":546,"target":12},{"source":546,"target":554},{"source":546,"target":555},{"source":546,"target":556},{"source":546,"target":557},{"source":546,"target":558},{"source":554,"target":1},{"source":554,"target":559},{"source":554,"target":546},{"source":559,"target":1},{"source":555,"target":1},{"source":555,"target":560},{"source":555,"target":546},{"source":560,"target":1},{"source":556,"target":551},{"source":556,"target":561},{"source":556,"target":546},{"source":556,"target":562},{"source":561,"target":551},{"source":557,"target":553},{"source":557,"target":563},{"source":557,"target":546},{"source":563,"target":553},{"source":558,"target":12},{"source":547,"target":545},{"source":547,"target":14},{"source":547,"target":564},{"source":547,"target":565},{"source":564,"target":239},{"source":564,"target":566},{"source":564,"target":547},{"source":566,"target":239},{"source":565,"target":14},{"source":548,"target":545},{"source":548,"target":254},{"source":548,"target":16},{"source":548,"target":567},{"source":548,"target":568},{"source":567,"target":254},{"source":568,"target":16},{"source":549,"target":545},{"source":549,"target":5},{"source":549,"target":569},{"source":549,"target":570},{"source":549,"target":571},{"source":569,"target":254},{"source":569,"target":572},{"source":569,"target":549},{"source":572,"target":254},{"source":570,"target":550},{"source":570,"target":573},{"source":570,"target":549},{"source":570,"target":574},{"source":573,"target":550},{"source":571,"target":5},{"source":550,"target":545},{"source":550,"target":5},{"source":550,"target":575},{"source":550,"target":574},{"source":550,"target":576},{"source":575,"target":239},{"source":575,"target":577},{"source":575,"target":550},{"source":577,"target":239},{"source":574,"target":549},{"source":574,"target":578},{"source":574,"target":550},{"source":574,"target":570},{"source":578,"target":549},{"source":576,"target":5},{"source":551,"target":545},{"source":551,"target":12},{"source":551,"target":562},{"source":551,"target":579},{"source":551,"target":580},{"source":551,"target":581},{"source":562,"target":546},{"source":562,"target":582},{"source":562,"target":551},{"source":562,"target":556},{"source":582,"target":546},{"source":579,"target":551},{"source":579,"target":583},{"source":579,"target":551},{"source":583,"target":551},{"source":580,"target":552},{"source":580,"target":584},{"source":580,"target":551},{"source":580,"target":585},{"source":584,"target":552},{"source":581,"target":12},{"source":552,"target":545},{"source":552,"target":2},{"source":552,"target":15},{"source":552,"target":586},{"source":552,"target":587},{"source":552,"target":588},{"source":552,"target":585},{"source":552,"target":589},{"source":552,"target":590},{"source":586,"target":552},{"source":586,"target":591},{"source":586,"target":552},{"source":591,"target":552},{"source":587,"target":553},{"source":587,"target":592},{"source":587,"target":552},{"source":587,"target":593},{"source":592,"target":553},{"source":588,"target":23},{"source":588,"target":594},{"source":588,"target":552},{"source":594,"target":23},{"source":585,"target":551},{"source":585,"target":595},{"source":585,"target":552},{"source":585,"target":580},{"source":595,"target":551},{"source":589,"target":2},{"source":590,"target":15},{"source":553,"target":545},{"source":553,"target":12},{"source":553,"target":596},{"source":553,"target":593},{"source":553,"target":597},{"source":553,"target":598},{"source":596,"target":553},{"source":596,"target":599},{"source":596,"target":553},{"source":599,"target":553},{"source":593,"target":552},{"source":593,"target":600},{"source":593,"target":553},{"source":593,"target":587},{"source":600,"target":552},{"source":597,"target":15},{"source":597,"target":601},{"source":597,"target":553},{"source":601,"target":15},{"source":598,"target":12},{"source":602,"target":603},{"source":602,"target":604},{"source":602,"target":605},{"source":602,"target":606},{"source":602,"target":607},{"source":602,"target":608},{"source":602,"target":609},{"source":602,"target":610},{"source":602,"target":611},{"source":602,"target":612},{"source":602,"target":613},{"source":602,"target":614},{"source":603,"target":602},{"source":603,"target":615},{"source":603,"target":616},{"source":615,"target":605},{"source":615,"target":617},{"source":615,"target":603},{"source":615,"target":618},{"source":617,"target":605},{"source":616,"target":610},{"source":616,"target":619},{"source":616,"target":603},{"source":616,"target":620},{"source":619,"target":610},{"source":604,"target":602},{"source":604,"target":5},{"source":604,"target":621},{"source":604,"target":622},{"source":604,"target":623},{"source":604,"target":624},{"source":621,"target":605},{"source":621,"target":625},{"source":621,"target":604},{"source":621,"target":626},{"source":625,"target":605},{"source":622,"target":1},{"source":622,"target":627},{"source":622,"target":604},{"source":627,"target":1},{"source":623,"target":239},{"source":623,"target":628},{"source":623,"target":604},{"source":628,"target":239},{"source":624,"target":5},{"source":605,"target":602},{"source":605,"target":607},{"source":605,"target":618},{"source":605,"target":626},{"source":605,"target":629},{"source":605,"target":630},{"source":605,"target":631},{"source":618,"target":603},{"source":618,"target":632},{"source":618,"target":605},{"source":618,"target":615},{"source":632,"target":603},{"source":626,"target":604},{"source":626,"target":633},{"source":626,"target":605},{"source":626,"target":621},{"source":633,"target":604},{"source":629,"target":609},{"source":629,"target":634},{"source":629,"target":605},{"source":629,"target":635},{"source":634,"target":609},{"source":630,"target":613},{"source":630,"target":636},{"source":630,"target":605},{"source":636,"target":613},{"source":631,"target":607},{"source":606,"target":602},{"source":606,"target":546},{"source":606,"target":603},{"source":606,"target":637},{"source":606,"target":638},{"source":637,"target":546},{"source":638,"target":603},{"source":607,"target":602},{"source":607,"target":549},{"source":607,"target":639},{"source":607,"target":640},{"source":639,"target":254},{"source":639,"target":641},{"source":639,"target":607},{"source":641,"target":254},{"source":640,"target":549},{"source":608,"target":602},{"source":608,"target":642},{"source":608,"target":643},{"source":642,"target":608},{"source":643,"target":608},{"source":609,"target":602},{"source":609,"target":5},{"source":609,"target":635},{"source":609,"target":644},{"source":609,"target":645},{"source":609,"target":646},{"source":635,"target":605},{"source":635,"target":647},{"source":635,"target":609},{"source":635,"target":629},{"source":647,"target":605},{"source":644,"target":608},{"source":644,"target":648},{"source":644,"target":609},{"source":648,"target":608},{"source":645,"target":240},{"source":645,"target":649},{"source":645,"target":609},{"source":649,"target":240},{"source":646,"target":5},{"source":610,"target":602},{"source":610,"target":607},{"source":610,"target":620},{"source":610,"target":650},{"source":620,"target":603},{"source":620,"target":651},{"source":620,"target":610},{"source":620,"target":616},{"source":651,"target":603},{"source":650,"target":607},{"source":611,"target":602},{"source":611,"target":551},{"source":611,"target":603},{"source":611,"target":652},{"source":611,"target":653},{"source":611,"target":654},{"source":611,"target":655},{"source":611,"target":656},{"source":611,"target":657},{"source":652,"target":611},{"source":652,"target":658},{"source":652,"target":611},{"source":652,"target":653},{"source":658,"target":611},{"source":653,"target":611},{"source":653,"target":659},{"source":653,"target":611},{"source":653,"target":652},{"source":659,"target":611},{"source":654,"target":611},{"source":654,"target":660},{"source":654,"target":611},{"source":654,"target":655},{"source":660,"target":611},{"source":655,"target":611},{"source":655,"target":661},{"source":655,"target":611},{"source":655,"target":654},{"source":661,"target":611},{"source":656,"target":551},{"source":657,"target":603},{"source":612,"target":602},{"source":612,"target":604},{"source":612,"target":662},{"source":612,"target":663},{"source":612,"target":664},{"source":662,"target":239},{"source":662,"target":665},{"source":662,"target":612},{"source":665,"target":239},{"source":663,"target":18},{"source":663,"target":666},{"source":663,"target":612},{"source":666,"target":18},{"source":664,"target":604},{"source":613,"target":602},{"source":613,"target":254},{"source":613,"target":667},{"source":667,"target":254},{"source":614,"target":602},{"source":614,"target":604},{"source":614,"target":668},{"source":614,"target":669},{"source":668,"target":254},{"source":668,"target":670},{"source":668,"target":614},{"source":670,"target":254},{"source":669,"target":604},{"source":671,"target":672},{"source":671,"target":673},{"source":671,"target":674},{"source":671,"target":675},{"source":672,"target":671},{"source":672,"target":675},{"source":672,"target":676},{"source":672,"target":677},{"source":672,"target":678},{"source":672,"target":679},{"source":676,"target":239},{"source":676,"target":680},{"source":676,"target":672},{"source":680,"target":239},{"source":677,"target":223},{"source":677,"target":681},{"source":677,"target":672},{"source":681,"target":223},{"source":678,"target":254},{"source":678,"target":682},{"source":678,"target":672},{"source":682,"target":254},{"source":679,"target":675},{"source":673,"target":671},{"source":673,"target":675},{"source":673,"target":683},{"source":673,"target":684},{"source":673,"target":685},{"source":683,"target":674},{"source":683,"target":686},{"source":683,"target":673},{"source":683,"target":687},{"source":686,"target":674},{"source":684,"target":2},{"source":684,"target":688},{"source":684,"target":673},{"source":688,"target":2},{"source":685,"target":675},{"source":674,"target":671},{"source":674,"target":5},{"source":674,"target":689},{"source":674,"target":687},{"source":674,"target":690},{"source":674,"target":691},{"source":674,"target":692},{"source":689,"target":1},{"source":689,"target":693},{"source":689,"target":674},{"source":693,"target":1},{"source":687,"target":673},{"source":687,"target":694},{"source":687,"target":674},{"source":687,"target":683},{"source":694,"target":673},{"source":690,"target":18},{"source":690,"target":695},{"source":690,"target":674},{"source":695,"target":18},{"source":691,"target":239},{"source":691,"target":696},{"source":691,"target":674},{"source":696,"target":239},{"source":692,"target":5},{"source":675,"target":671},{"source":675,"target":234},{"source":675,"target":697},{"source":675,"target":698},{"source":675,"target":699},{"source":697,"target":254},{"source":697,"target":700},{"source":697,"target":675},{"source":700,"target":254},{"source":698,"target":239},{"source":698,"target":701},{"source":698,"target":675},{"source":701,"target":239},{"source":699,"target":234},{"source":702,"target":703},{"source":702,"target":704},{"source":702,"target":705},{"source":702,"target":706},{"source":702,"target":707},{"source":702,"target":708},{"source":702,"target":709},{"source":702,"target":710},{"source":702,"target":711},{"source":703,"target":702},{"source":703,"target":549},{"source":703,"target":712},{"source":703,"target":713},{"source":712,"target":675},{"source":712,"target":714},{"source":712,"target":703},{"source":714,"target":675},{"source":713,"target":549},{"source":704,"target":702},{"source":704,"target":5},{"source":704,"target":715},{"source":704,"target":716},{"source":704,"target":717},{"source":704,"target":718},{"source":704,"target":719},{"source":715,"target":2},{"source":715,"target":720},{"source":715,"target":704},{"source":720,"target":2},{"source":716,"target":18},{"source":716,"target":721},{"source":716,"target":704},{"source":721,"target":18},{"source":717,"target":18},{"source":717,"target":722},{"source":717,"target":704},{"source":722,"target":18},{"source":718,"target":711},{"source":718,"target":723},{"source":718,"target":704},{"source":718,"target":724},{"source":723,"target":711},{"source":719,"target":5},{"source":705,"target":702},{"source":705,"target":243},{"source":705,"target":725},{"source":725,"target":243},{"source":706,"target":702},{"source":706,"target":551},{"source":706,"target":726},{"source":706,"target":727},{"source":706,"target":728},{"source":706,"target":729},{"source":706,"target":730},{"source":706,"target":731},{"source":726,"target":1},{"source":726,"target":732},{"source":726,"target":706},{"source":732,"target":1},{"source":727,"target":710},{"source":727,"target":733},{"source":727,"target":706},{"source":727,"target":734},{"source":733,"target":710},{"source":728,"target":254},{"source":728,"target":735},{"source":728,"target":706},{"source":735,"target":254},{"source":729,"target":549},{"source":729,"target":736},{"source":729,"target":706},{"source":736,"target":549},{"source":730,"target":549},{"source":730,"target":737},{"source":730,"target":706},{"source":737,"target":549},{"source":731,"target":551},{"source":707,"target":702},{"source":707,"target":239},{"source":707,"target":738},{"source":707,"target":739},{"source":707,"target":740},{"source":738,"target":239},{"source":738,"target":741},{"source":738,"target":707},{"source":741,"target":239},{"source":739,"target":706},{"source":739,"target":742},{"source":739,"target":707},{"source":742,"target":706},{"source":740,"target":239},{"source":708,"target":702},{"source":708,"target":546},{"source":708,"target":743},{"source":708,"target":744},{"source":708,"target":745},{"source":708,"target":746},{"source":743,"target":709},{"source":743,"target":747},{"source":743,"target":708},{"source":747,"target":709},{"source":744,"target":703},{"source":744,"target":748},{"source":744,"target":708},{"source":748,"target":703},{"source":745,"target":254},{"source":745,"target":749},{"source":745,"target":708},{"source":749,"target":254},{"source":746,"target":546},{"source":709,"target":702},{"source":709,"target":5},{"source":709,"target":750},{"source":709,"target":751},{"source":709,"target":752},{"source":750,"target":239},{"source":750,"target":753},{"source":750,"target":709},{"source":753,"target":239},{"source":751,"target":254},{"source":751,"target":754},{"source":751,"target":709},{"source":754,"target":254},{"source":752,"target":5},{"source":710,"target":702},{"source":710,"target":5},{"source":710,"target":755},{"source":710,"target":756},{"source":710,"target":734},{"source":710,"target":757},{"source":755,"target":14},{"source":755,"target":758},{"source":755,"target":710},{"source":758,"target":14},{"source":756,"target":553},{"source":756,"target":759},{"source":756,"target":710},{"source":759,"target":553},{"source":734,"target":706},{"source":734,"target":760},{"source":734,"target":710},{"source":734,"target":727},{"source":760,"target":706},{"source":757,"target":5},{"source":711,"target":702},{"source":711,"target":552},{"source":711,"target":724},{"source":711,"target":761},{"source":724,"target":704},{"source":724,"target":762},{"source":724,"target":711},{"source":724,"target":718},{"source":762,"target":704},{"source":761,"target":552},{"source":763,"target":764},{"source":763,"target":765},{"source":763,"target":766},{"source":763,"target":767},{"source":763,"target":768},{"source":763,"target":769},{"source":763,"target":770},{"source":763,"target":771},{"source":763,"target":772},{"source":763,"target":773},{"source":763,"target":774},{"source":763,"target":775},{"source":763,"target":776},{"source":763,"target":777},{"source":763,"target":778},{"source":763,"target":779},{"source":763,"target":780},{"source":763,"target":781},{"source":763,"target":782},{"source":763,"target":783},{"source":763,"target":784},{"source":763,"target":785},{"source":763,"target":786},{"source":763,"target":787},{"source":764,"target":763},{"source":764,"target":771},{"source":764,"target":788},{"source":788,"target":771},{"source":765,"target":763},{"source":765,"target":783},{"source":765,"target":789},{"source":789,"target":783},{"source":766,"target":763},{"source":766,"target":18},{"source":766,"target":790},{"source":766,"target":791},{"source":766,"target":792},{"source":766,"target":793},{"source":790,"target":2},{"source":790,"target":794},{"source":790,"target":766},{"source":794,"target":2},{"source":791,"target":239},{"source":791,"target":795},{"source":791,"target":766},{"source":795,"target":239},{"source":792,"target":18},{"source":792,"target":796},{"source":792,"target":766},{"source":796,"target":18},{"source":793,"target":18},{"source":767,"target":763},{"source":767,"target":797},{"source":767,"target":798},{"source":767,"target":799},{"source":797,"target":767},{"source":798,"target":767},{"source":799,"target":767},{"source":768,"target":763},{"source":768,"target":771},{"source":768,"target":800},{"source":800,"target":771},{"source":769,"target":763},{"source":769,"target":771},{"source":769,"target":801},{"source":769,"target":802},{"source":801,"target":1},{"source":801,"target":803},{"source":801,"target":769},{"source":803,"target":1},{"source":802,"target":771},{"source":770,"target":763},{"source":770,"target":240},{"source":770,"target":399},{"source":770,"target":804},{"source":770,"target":805},{"source":770,"target":806},{"source":804,"target":1},{"source":804,"target":807},{"source":804,"target":770},{"source":807,"target":1},{"source":805,"target":240},{"source":806,"target":399},{"source":771,"target":763},{"source":771,"target":14},{"source":771,"target":808},{"source":771,"target":809},{"source":771,"target":810},{"source":771,"target":811},{"source":771,"target":812},{"source":771,"target":813},{"source":808,"target":783},{"source":808,"target":814},{"source":808,"target":771},{"source":808,"target":815},{"source":814,"target":783},{"source":809,"target":787},{"source":809,"target":816},{"source":809,"target":771},{"source":809,"target":817},{"source":816,"target":787},{"source":810,"target":1},{"source":810,"target":818},{"source":810,"target":771},{"source":818,"target":1},{"source":811,"target":771},{"source":811,"target":819},{"source":811,"target":771},{"source":819,"target":771},{"source":812,"target":787},{"source":812,"target":820},{"source":812,"target":771},{"source":812,"target":821},{"source":820,"target":787},{"source":813,"target":14},{"source":772,"target":763},{"source":772,"target":822},{"source":772,"target":823},{"source":822,"target":772},{"source":823,"target":772},{"source":773,"target":763},{"source":773,"target":780},{"source":773,"target":824},{"source":824,"target":780},{"source":774,"target":763},{"source":774,"target":783},{"source":774,"target":825},{"source":774,"target":826},{"source":774,"target":827},{"source":825,"target":239},{"source":825,"target":828},{"source":825,"target":774},{"source":828,"target":239},{"source":826,"target":239},{"source":826,"target":829},{"source":826,"target":774},{"source":829,"target":239},{"source":827,"target":783},{"source":775,"target":763},{"source":775,"target":770},{"source":775,"target":830},{"source":775,"target":831},{"source":830,"target":1},{"source":830,"target":832},{"source":830,"target":775},{"source":832,"target":1},{"source":831,"target":770},{"source":776,"target":763},{"source":776,"target":771},{"source":776,"target":833},{"source":776,"target":834},{"source":776,"target":835},{"source":776,"target":836},{"source":776,"target":837},{"source":776,"target":838},{"source":776,"target":839},{"source":833,"target":776},{"source":833,"target":840},{"source":833,"target":776},{"source":840,"target":776},{"source":834,"target":776},{"source":834,"target":841},{"source":834,"target":776},{"source":841,"target":776},{"source":835,"target":776},{"source":835,"target":842},{"source":835,"target":776},{"source":842,"target":776},{"source":836,"target":706},{"source":836,"target":843},{"source":836,"target":776},{"source":843,"target":706},{"source":837,"target":239},{"source":837,"target":844},{"source":837,"target":776},{"source":844,"target":239},{"source":838,"target":239},{"source":838,"target":845},{"source":838,"target":776},{"source":845,"target":239},{"source":839,"target":771},{"source":777,"target":763},{"source":777,"target":787},{"source":777,"target":846},{"source":777,"target":847},{"source":777,"target":848},{"source":846,"target":778},{"source":846,"target":849},{"source":846,"target":777},{"source":849,"target":778},{"source":847,"target":708},{"source":847,"target":850},{"source":847,"target":777},{"source":850,"target":708},{"source":848,"target":787},{"source":778,"target":763},{"source":778,"target":787},{"source":778,"target":851},{"source":851,"target":787},{"source":779,"target":763},{"source":779,"target":2},{"source":779,"target":852},{"source":779,"target":853},{"source":779,"target":854},{"source":779,"target":855},{"source":852,"target":239},{"source":852,"target":856},{"source":852,"target":779},{"source":856,"target":239},{"source":853,"target":22},{"source":853,"target":857},{"source":853,"target":779},{"source":857,"target":22},{"source":854,"target":15},{"source":854,"target":858},{"source":854,"target":779},{"source":858,"target":15},{"source":855,"target":2},{"source":780,"target":763},{"source":780,"target":2},{"source":780,"target":15},{"source":780,"target":859},{"source":780,"target":860},{"source":780,"target":861},{"source":780,"target":862},{"source":780,"target":863},{"source":780,"target":864},{"source":780,"target":865},{"source":780,"target":866},{"source":780,"target":867},{"source":859,"target":18},{"source":859,"target":868},{"source":859,"target":780},{"source":868,"target":18},{"source":860,"target":768},{"source":860,"target":869},{"source":860,"target":780},{"source":869,"target":768},{"source":861,"target":1},{"source":861,"target":870},{"source":861,"target":780},{"source":870,"target":1},{"source":862,"target":781},{"source":862,"target":871},{"source":862,"target":780},{"source":862,"target":872},{"source":871,"target":781},{"source":863,"target":23},{"source":863,"target":873},{"source":863,"target":780},{"source":873,"target":23},{"source":864,"target":254},{"source":864,"target":874},{"source":864,"target":780},{"source":874,"target":254},{"source":865,"target":779},{"source":865,"target":875},{"source":865,"target":780},{"source":875,"target":779},{"source":866,"target":2},{"source":867,"target":15},{"source":781,"target":763},{"source":781,"target":5},{"source":781,"target":876},{"source":781,"target":877},{"source":781,"target":878},{"source":781,"target":872},{"source":781,"target":879},{"source":876,"target":779},{"source":876,"target":880},{"source":876,"target":781},{"source":880,"target":779},{"source":877,"target":780},{"source":877,"target":881},{"source":877,"target":781},{"source":881,"target":780},{"source":878,"target":772},{"source":878,"target":882},{"source":878,"target":781},{"source":882,"target":772},{"source":872,"target":780},{"source":872,"target":883},{"source":872,"target":781},{"source":872,"target":862},{"source":883,"target":780},{"source":879,"target":5},{"source":782,"target":763},{"source":782,"target":402},{"source":782,"target":884},{"source":782,"target":885},{"source":782,"target":886},{"source":884,"target":765},{"source":884,"target":887},{"source":884,"target":782},{"source":887,"target":765},{"source":885,"target":254},{"source":885,"target":888},{"source":885,"target":782},{"source":888,"target":254},{"source":886,"target":402},{"source":783,"target":763},{"source":783,"target":5},{"source":783,"target":889},{"source":783,"target":815},{"source":783,"target":890},{"source":783,"target":891},{"source":889,"target":239},{"source":889,"target":892},{"source":889,"target":783},{"source":892,"target":239},{"source":815,"target":771},{"source":815,"target":893},{"source":815,"target":783},{"source":815,"target":808},{"source":893,"target":771},{"source":890,"target":254},{"source":890,"target":894},{"source":890,"target":783},{"source":894,"target":254},{"source":891,"target":5},{"source":784,"target":763},{"source":784,"target":780},{"source":784,"target":895},{"source":784,"target":896},{"source":784,"target":897},{"source":784,"target":898},{"source":784,"target":899},{"source":784,"target":900},{"source":895,"target":2},{"source":895,"target":901},{"source":895,"target":784},{"source":901,"target":2},{"source":896,"target":18},{"source":896,"target":902},{"source":896,"target":784},{"source":902,"target":18},{"source":897,"target":778},{"source":897,"target":903},{"source":897,"target":784},{"source":903,"target":778},{"source":898,"target":711},{"source":898,"target":904},{"source":898,"target":784},{"source":904,"target":711},{"source":899,"target":706},{"source":899,"target":905},{"source":899,"target":784},{"source":905,"target":706},{"source":900,"target":780},{"source":785,"target":763},{"source":785,"target":217},{"source":785,"target":399},{"source":785,"target":906},{"source":785,"target":907},{"source":785,"target":908},{"source":785,"target":909},{"source":785,"target":910},{"source":785,"target":911},{"source":785,"target":912},{"source":906,"target":239},{"source":906,"target":913},{"source":906,"target":785},{"source":913,"target":239},{"source":907,"target":1},{"source":907,"target":914},{"source":907,"target":785},{"source":914,"target":1},{"source":908,"target":1},{"source":908,"target":915},{"source":908,"target":785},{"source":915,"target":1},{"source":909,"target":1},{"source":909,"target":916},{"source":909,"target":785},{"source":916,"target":1},{"source":910,"target":254},{"source":910,"target":917},{"source":910,"target":785},{"source":917,"target":254},{"source":911,"target":217},{"source":912,"target":399},{"source":786,"target":763},{"source":786,"target":785},{"source":786,"target":918},{"source":786,"target":919},{"source":918,"target":776},{"source":918,"target":920},{"source":918,"target":786},{"source":920,"target":776},{"source":919,"target":785},{"source":787,"target":763},{"source":787,"target":254},{"source":787,"target":16},{"source":787,"target":817},{"source":787,"target":921},{"source":787,"target":821},{"source":787,"target":922},{"source":787,"target":923},{"source":817,"target":771},{"source":817,"target":924},{"source":817,"target":787},{"source":817,"target":809},{"source":924,"target":771},{"source":921,"target":767},{"source":921,"target":925},{"source":921,"target":787},{"source":925,"target":767},{"source":821,"target":771},{"source":821,"target":926},{"source":821,"target":787},{"source":821,"target":812},{"source":926,"target":771},{"source":922,"target":254},{"source":923,"target":16}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/Jioss/aurora-project/bpmn/org.eclipse.bpmn2/model/BPMNDI.ecore
di DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bPMNDiagram bPMNEdge bPMNLabel bPMNLabelStyle bPMNPlane bPMNShape BPMNDiagram plane labelStyle BPMNEdge label bpmnElement messageVisibleKind sourceElement targetElement BPMNLabel labelStyle BPMNLabelStyle font BPMNPlane bpmnElement BPMNShape label bpmnElement choreographyActivityShape isExpanded isHorizontal isMarkerVisible isMessageVisible participantBandKind MessageVisibleKind initiating initiating non_initiating non_initiating ParticipantBandKind top_initiating top_initiating middle_initiating middle_initiating bottom_initiating bottom_initiating top_non_initiating top_non_initiating middle_non_initiating middle_non_initiating bottom_non_initiating bottom_non_initiating
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.omg.org/spec/BPMN/20100524/DI-XMI" nsPrefix="bpmndi"> <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="bPMNDiagram" upperBound="-2" eType="#//BPMNDiagram" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNDiagram"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNEdge" upperBound="-2" eType="#//BPMNEdge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNEdge"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabel" upperBound="-2" eType="#//BPMNLabel" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabelStyle" upperBound="-2" eType="#//BPMNLabelStyle" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNPlane" upperBound="-2" eType="#//BPMNPlane" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNShape" upperBound="-2" eType="#//BPMNShape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNShape"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNDiagram" eSuperTypes="DI.ecore#//Diagram"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNDiagram"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="plane" ordered="false" lowerBound="1" eType="#//BPMNPlane" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" upperBound="-1" eType="#//BPMNLabelStyle" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNEdge" eSuperTypes="DI.ecore#//LabeledEdge"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNEdge"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageVisibleKind" ordered="false" eType="#//MessageVisibleKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="messageVisibleKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sourceElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="targetElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabel" eSuperTypes="DI.ecore#//Label"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabel"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" eType="#//BPMNLabelStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="labelStyle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabelStyle" eSuperTypes="DI.ecore#//Style"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabelStyle"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Font" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Font"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNPlane" eSuperTypes="DI.ecore#//Plane"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNPlane"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNShape" eSuperTypes="DI.ecore#//LabeledShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNShape"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyActivityShape" ordered="false" eType="#//BPMNShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="choreographyActivityShape"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExpanded" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isExpanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHorizontal" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isHorizontal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMarkerVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMarkerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMessageVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMessageVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="participantBandKind" ordered="false" eType="#//ParticipantBandKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="participantBandKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageVisibleKind"> <eLiterals name="initiating"/> <eLiterals name="non_initiating" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParticipantBandKind"> <eLiterals name="top_initiating"/> <eLiterals name="middle_initiating" value="1"/> <eLiterals name="bottom_initiating" value="2"/> <eLiterals name="top_non_initiating" value="3"/> <eLiterals name="middle_non_initiating" value="4"/> <eLiterals name="bottom_non_initiating" value="5"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"bpmndi","nsURI":"http://www.omg.org/spec/BPMN/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNDiagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabelStyle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNPlane","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNShape","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageVisibleKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParticipantBandKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"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":"bPMNDiagram","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNEdge","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"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":"bPMNLabel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"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":"bPMNLabelStyle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"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":"bPMNPlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"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":"bPMNShape","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plane","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":33,"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":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageVisibleKind","changeable":true,"lowerBound":0,"iD":false,"id":35,"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":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"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":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"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":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"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":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"choreographyActivityShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExpanded","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMarkerVisible","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMessageVisible","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"participantBandKind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"initiating","id":70,"value":0,"literal":"initiating","eClass":"EEnumLiteral"},{"name":"non_initiating","id":71,"value":1,"literal":"non_initiating","eClass":"EEnumLiteral"},{"name":"top_initiating","id":72,"value":0,"literal":"top_initiating","eClass":"EEnumLiteral"},{"name":"middle_initiating","id":73,"value":1,"literal":"middle_initiating","eClass":"EEnumLiteral"},{"name":"bottom_initiating","id":74,"value":2,"literal":"bottom_initiating","eClass":"EEnumLiteral"},{"name":"top_non_initiating","id":75,"value":3,"literal":"top_non_initiating","eClass":"EEnumLiteral"},{"name":"middle_non_initiating","id":76,"value":4,"literal":"middle_non_initiating","eClass":"EEnumLiteral"},{"name":"bottom_non_initiating","id":77,"value":5,"literal":"bottom_non_initiating","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":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":2},{"source":14,"target":3},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":3},{"source":15,"target":4},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":4},{"source":16,"target":5},{"source":16,"target":25},{"source":16,"target":1},{"source":25,"target":5},{"source":17,"target":6},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":6},{"source":18,"target":7},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":6},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":6},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":5},{"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":3,"target":38},{"source":33,"target":4},{"source":33,"target":39},{"source":33,"target":3},{"source":39,"target":4},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":3},{"source":41,"target":8},{"source":36,"target":42},{"source":36,"target":3},{"source":37,"target":43},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":44,"target":5},{"source":44,"target":46},{"source":44,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":49},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"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":53,"target":4},{"source":53,"target":62},{"source":53,"target":7},{"source":62,"target":4},{"source":54,"target":63},{"source":54,"target":7},{"source":55,"target":7},{"source":55,"target":64},{"source":55,"target":7},{"source":64,"target":7},{"source":56,"target":65},{"source":56,"target":7},{"source":57,"target":66},{"source":57,"target":7},{"source":58,"target":67},{"source":58,"target":7},{"source":59,"target":68},{"source":59,"target":7},{"source":60,"target":9},{"source":60,"target":69},{"source":60,"target":7},{"source":69,"target":9},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":8},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":9}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/Maluen/acceleo-coevolution/it.univaq.disim.mde.acceleo-bnr-coevolution/models/Webapp.ecore
webapp NamedElement name WebApp collections router models controllers templates views Model attributes Collection model Data endpoint View subviews template data Router bindings Template structure style RouterBinding controller url Controller parameters PageController page ServiceController endpoint Attribute baseType customType DataType string string number number boolean boolean array array object object date date any any
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="webapp" nsURI="http://www.disim.univaq.it/mde/webapp" nsPrefix="webapp"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebApp" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collections" upperBound="-1" eType="#//Collection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="router" eType="#//Router" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1" eType="#//Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1" eType="#//Controller" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1" eType="#//Template" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Data"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collection" eSuperTypes="#//Data"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subviews" upperBound="-1" eType="#//View" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="#//Template"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Router"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//RouterBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="structure" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RouterBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" lowerBound="1" eType="#//Controller"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Controller" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageController" eSuperTypes="#//Controller"> <eStructuralFeatures xsi:type="ecore:EReference" name="page" eType="#//View"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceController" eSuperTypes="#//Controller"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="string"/> <eLiterals name="number" value="1"/> <eLiterals name="boolean" value="2"/> <eLiterals name="array" value="3"/> <eLiterals name="object" value="4"/> <eLiterals name="date" value="5"/> <eLiterals name="any" value="6"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"webapp","nsURI":"http://www.disim.univaq.it/mde/webapp","name":"webapp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebApp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Router","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RouterBinding","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageController","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceController","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":14,"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":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"router","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":"models","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":"controllers","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":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customType","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"string","id":71,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"number","id":72,"value":1,"literal":"number","eClass":"EEnumLiteral"},{"name":"boolean","id":73,"value":2,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"array","id":74,"value":3,"literal":"array","eClass":"EEnumLiteral"},{"name":"object","id":75,"value":4,"literal":"object","eClass":"EEnumLiteral"},{"name":"date","id":76,"value":5,"literal":"date","eClass":"EEnumLiteral"},{"name":"any","id":77,"value":6,"literal":"any","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":16},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"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":17,"target":4},{"source":17,"target":24},{"source":17,"target":2},{"source":24,"target":4},{"source":18,"target":7},{"source":18,"target":25},{"source":18,"target":2},{"source":25,"target":7},{"source":19,"target":3},{"source":19,"target":26},{"source":19,"target":2},{"source":26,"target":3},{"source":20,"target":10},{"source":20,"target":27},{"source":20,"target":2},{"source":27,"target":10},{"source":21,"target":8},{"source":21,"target":28},{"source":21,"target":2},{"source":28,"target":8},{"source":22,"target":6},{"source":22,"target":29},{"source":22,"target":2},{"source":29,"target":6},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":30},{"source":3,"target":31},{"source":30,"target":13},{"source":30,"target":32},{"source":30,"target":3},{"source":32,"target":13},{"source":31,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":33},{"source":4,"target":34},{"source":33,"target":3},{"source":33,"target":35},{"source":33,"target":4},{"source":35,"target":3},{"source":34,"target":5},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":36},{"source":5,"target":37},{"source":36,"target":38},{"source":36,"target":5},{"source":37,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":6},{"source":43,"target":6},{"source":40,"target":8},{"source":40,"target":44},{"source":40,"target":6},{"source":44,"target":8},{"source":41,"target":5},{"source":41,"target":45},{"source":41,"target":6},{"source":45,"target":5},{"source":42,"target":1},{"source":7,"target":0},{"source":7,"target":46},{"source":46,"target":9},{"source":46,"target":47},{"source":46,"target":7},{"source":47,"target":9},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":51},{"source":48,"target":8},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":1},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":10},{"source":53,"target":55},{"source":53,"target":9},{"source":55,"target":10},{"source":54,"target":56},{"source":54,"target":9},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":57},{"source":10,"target":58},{"source":57,"target":13},{"source":57,"target":59},{"source":57,"target":10},{"source":59,"target":13},{"source":58,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":60},{"source":11,"target":61},{"source":60,"target":6},{"source":60,"target":62},{"source":60,"target":11},{"source":62,"target":6},{"source":61,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":63},{"source":12,"target":64},{"source":63,"target":65},{"source":63,"target":12},{"source":64,"target":10},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":66,"target":14},{"source":66,"target":69},{"source":66,"target":13},{"source":69,"target":14},{"source":67,"target":70},{"source":67,"target":13},{"source":68,"target":1},{"source":14,"target":0},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":14,"target":74},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":71,"target":14},{"source":72,"target":14},{"source":73,"target":14},{"source":74,"target":14},{"source":75,"target":14},{"source":76,"target":14},{"source":77,"target":14}],"multigraph":true}
ecore
company
repo-ecore-all/data/gssi/Company2CRM/mm/R5/Company.ecore
Company Person firstname lastname position client assignedTo employed type employee employee client client Company name persons projects lines city completeAddress Project name related European budget National budget Category name topics Topic id category CompanyModel company categories topics division Unit ServiceLine Division name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Company" nsURI="http://cs.gssi.it/company/R5" nsPrefix="company"> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="#//type" defaultValueLiteral="client"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedTo" upperBound="-1" eType="#//Project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employed" eType="#//ServiceLine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="type"> <eLiterals name="employee" value="1"/> <eLiterals name="client" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="persons" upperBound="-1" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1" eType="#//Division" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="completeAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="related" lowerBound="1" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="European" eSuperTypes="#//Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="National" eSuperTypes="#//Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topics" upperBound="-1" eType="#//Topic" eOpposite="#//Topic/category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Topic"> <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="category" lowerBound="1" eType="#//Category" eOpposite="#//Category/topics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompanyModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="company" lowerBound="1" upperBound="-1" eType="#//Company" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topics" upperBound="-1" eType="#//Topic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="division" upperBound="-1" eType="#//Division" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#//Division"/> <eClassifiers xsi:type="ecore:EClass" name="ServiceLine" eSuperTypes="#//Division"/> <eClassifiers xsi:type="ecore:EClass" name="Division" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"company","nsURI":"http://cs.gssi.it/company/R5","name":"Company","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"type","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"European","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"National","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Topic","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompanyModel","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceLine","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstname","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastname","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"client","unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"employee","id":23,"value":1,"literal":"employee","eClass":"EEnumLiteral"},{"name":"client","id":24,"value":2,"literal":"client","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":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":"persons","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":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","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":"city","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"completeAddress","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"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"related","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"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":"budget","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"budget","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"company","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":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"division","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":13,"target":18},{"source":13,"target":1},{"source":14,"target":19},{"source":14,"target":1},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":1},{"source":20,"target":2},{"source":16,"target":4},{"source":16,"target":21},{"source":16,"target":1},{"source":21,"target":4},{"source":17,"target":11},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":11},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":2},{"source":24,"target":2},{"source":3,"target":0},{"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":25,"target":31},{"source":25,"target":3},{"source":26,"target":1},{"source":26,"target":32},{"source":26,"target":3},{"source":32,"target":1},{"source":27,"target":4},{"source":27,"target":33},{"source":27,"target":3},{"source":33,"target":4},{"source":28,"target":12},{"source":28,"target":34},{"source":28,"target":3},{"source":34,"target":12},{"source":29,"target":35},{"source":29,"target":3},{"source":30,"target":36},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":39},{"source":37,"target":4},{"source":38,"target":7},{"source":38,"target":40},{"source":38,"target":4},{"source":40,"target":7},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":43},{"source":41,"target":5},{"source":42,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":46},{"source":44,"target":6},{"source":45,"target":4},{"source":7,"target":0},{"source":7,"target":47},{"source":7,"target":48},{"source":47,"target":49},{"source":47,"target":7},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":7},{"source":48,"target":51},{"source":50,"target":8},{"source":8,"target":0},{"source":8,"target":52},{"source":8,"target":51},{"source":52,"target":53},{"source":52,"target":8},{"source":51,"target":7},{"source":51,"target":54},{"source":51,"target":8},{"source":51,"target":48},{"source":54,"target":7},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":55,"target":3},{"source":55,"target":59},{"source":55,"target":9},{"source":59,"target":3},{"source":56,"target":7},{"source":56,"target":60},{"source":56,"target":9},{"source":60,"target":7},{"source":57,"target":8},{"source":57,"target":61},{"source":57,"target":9},{"source":61,"target":8},{"source":58,"target":12},{"source":58,"target":62},{"source":58,"target":9},{"source":62,"target":12},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":63},{"source":63,"target":12},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":64},{"source":64,"target":12},{"source":12,"target":0},{"source":12,"target":65},{"source":65,"target":66},{"source":65,"target":12}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/GRA-UML/tool/plugins/org.ijis.gra.annotation/src/main/resources/model/types.ecore
types Integer int int Real double double String java.lang.String java.lang.String UnlimitedNatural int int Boolean boolean boolean
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.eclipse.org/uml2/4.0.0/Types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An unlimited natural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Boolean type is used for logical expression, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.eclipse.org/uml2/4.0.0/Types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":5,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/MDEGroup/QMM/validation-subjects/metamodels/HSM.ecore
HSM StateMachine addTransition src trg states transitions State name owner CompositeState Transition source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="HSM" name="HSM" nsURI="HSM" nsPrefix="hsm"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eOperations name="addTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="post_a" value="Transition.allInstances()->one(x | x.oclIsNew() and x.source.name = src and x.target.name = trg and self.transitions->includes(x))"/> <details key="post_b" value="StateMachine.allInstances()->forAll(x | x.states@pre = x.states)"/> <details key="post_c" value="State.allInstances()->forAll(x | x.name@pre = x.name)"/> <details key="post_d" value="Transition.allInstances@pre()->forAll(x | x.source@pre = x.source and x.target@pre = x.target)"/> <details key="post_e" value="State.allInstances@pre() = State.allInstances()"/> <details key="post_f" value="StateMachine.allInstances@pre() = StateMachine.allInstances()"/> </eAnnotations> <eParameters name="src" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="trg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="inheritance" value="not self->closure(owner)->includes(self)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//CompositeState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"hsm","nsURI":"HSM","name":"HSM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTransition","lowerBound":0,"id":5,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"src","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"trg","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EParameter"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":1},{"source":5,"target":8},{"source":5,"target":9},{"source":8,"target":10},{"source":8,"target":5},{"source":9,"target":11},{"source":9,"target":5},{"source":6,"target":2},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":2},{"source":7,"target":4},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":4},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":18},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":2},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":2},{"source":20,"target":2},{"source":20,"target":22},{"source":20,"target":4},{"source":22,"target":2}],"multigraph":true}
ecore
gui
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/examples/empirical-study/puzzle.empirical.study/githubmetamodels/bootstrap.ecore
bootstrap Site pages mainPage title Page title description sections site name MainPage title description site Section title description widgets page Widget title section Form formWidgets Table columnNames rowNames striped bordered Text columnNumber Video path Gallery imagesPath ImagesBlock imagesPath FormWidget label form TextArea Spinner values CheckBox description
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bootstrap" nsURI="http://www.obeonetwork.org/2012/bootstrap" nsPrefix="bootstrap"> <eClassifiers xsi:type="ecore:EClass" name="Site"> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/site"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainPage" lowerBound="1" eType="#//MainPage" containment="true" eOpposite="#//MainPage/site"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" lowerBound="1" upperBound="-1" eType="#//Section" containment="true" eOpposite="#//Section/page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="site" lowerBound="1" eType="#//Site" eOpposite="#//Site/pages"/> <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="MainPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="site" lowerBound="1" eType="#//Site" eOpposite="#//Site/mainPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" lowerBound="1" upperBound="-1" eType="#//Widget" containment="true" eOpposite="#//Widget/section"/> <eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page" eOpposite="#//Page/sections"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="section" lowerBound="1" eType="#//Section" eOpposite="#//Section/widgets"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EReference" name="formWidgets" lowerBound="1" upperBound="-1" eType="#//FormWidget" containment="true" eOpposite="#//FormWidget/form"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNames" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="striped" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bordered" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Video" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gallery" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImagesBlock" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormWidget" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="form" lowerBound="1" eType="#//Form" eOpposite="#//Form/formWidgets"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//FormWidget"/> <eClassifiers xsi:type="ecore:EClass" name="Spinner" eSuperTypes="#//FormWidget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//FormWidget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"bootstrap","nsURI":"http://www.obeonetwork.org/2012/bootstrap","name":"bootstrap","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","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":"MainPage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Video","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gallery","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImagesBlock","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormWidget","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainPage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"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":"title","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"widgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formWidgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"form","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"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":"columnNames","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"rowNames","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"striped","changeable":true,"lowerBound":1,"iD":false,"id":56,"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":"bordered","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnNumber","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"imagesPath","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"imagesPath","changeable":true,"lowerBound":1,"iD":false,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":19,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":1},{"source":17,"target":22},{"source":21,"target":3},{"source":18,"target":23},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":20},{"source":2,"target":27},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":26,"target":4},{"source":26,"target":30},{"source":26,"target":2},{"source":26,"target":31},{"source":30,"target":4},{"source":20,"target":1},{"source":20,"target":32},{"source":20,"target":2},{"source":20,"target":16},{"source":32,"target":1},{"source":27,"target":33},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":22},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":37},{"source":35,"target":3},{"source":22,"target":1},{"source":22,"target":38},{"source":22,"target":3},{"source":22,"target":17},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":31},{"source":39,"target":42},{"source":39,"target":4},{"source":40,"target":43},{"source":40,"target":4},{"source":41,"target":5},{"source":41,"target":44},{"source":41,"target":4},{"source":41,"target":45},{"source":44,"target":5},{"source":31,"target":2},{"source":31,"target":46},{"source":31,"target":4},{"source":31,"target":26},{"source":46,"target":2},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":45},{"source":47,"target":48},{"source":47,"target":5},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":5},{"source":45,"target":41},{"source":49,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":12},{"source":50,"target":52},{"source":50,"target":6},{"source":50,"target":53},{"source":52,"target":12},{"source":51,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":60},{"source":55,"target":7},{"source":56,"target":61},{"source":56,"target":7},{"source":57,"target":62},{"source":57,"target":7},{"source":58,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":63,"target":65},{"source":63,"target":8},{"source":64,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":68},{"source":66,"target":9},{"source":67,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":71},{"source":69,"target":10},{"source":70,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":74},{"source":72,"target":11},{"source":73,"target":5},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":53},{"source":75,"target":76},{"source":75,"target":12},{"source":53,"target":6},{"source":53,"target":77},{"source":53,"target":12},{"source":53,"target":50},{"source":77,"target":6},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":78},{"source":78,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":81},{"source":79,"target":14},{"source":80,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":82},{"source":15,"target":83},{"source":82,"target":84},{"source":82,"target":15},{"source":83,"target":12}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/fabianarol/vSPEM-2.0/master/plugins/org.eclipse.epf.xml.uma/src/model/UMA.ecore
uma Activity precondition postcondition group3 breakdownElement roadmap isEnactable variabilityBasedOnElement variabilityType na ActivityDescription alternatives howToStaff purpose ApplicableMetaClassInfo isPrimaryExtension Artifact group3 containedArtifact ArtifactDescription briefOutline representationOptions representation notation BreakdownElement presentedAfter presentedBefore planningData superActivity group1 checklist concept example guideline reusableAsset supportingMaterial whitepaper hasMultipleOccurrences isOptional isPlanned prefix BreakdownElementDescription usageGuidance CapabilityPattern Checklist CompositeRole group2 aggregatedRole Concept Constraint mainDescription ContentCategory ContentCategoryPackage group2 contentCategory ContentDescription mainDescription keyConsiderations section externalId ContentElement group1 checklist concept example guideline reusableAsset supportingMaterial whitepaper variabilityBasedOnElement variabilityType na ContentPackage group2 contentElement CustomCategory group2 categorizedElement subCategory Deliverable group3 deliveredWorkProduct DeliverableDescription externalDescription packagingGuidance DeliveryProcess group4 communicationsMaterial educationMaterial DeliveryProcessDescription scale projectCharacteristics riskLevel estimatingTechnique projectMemberExpertise typeOfContract DescribableElement presentation fulfill isAbstract nodeicon shapeicon Descriptor isSynchronizedWithSource DescriptorDescription refinedDescription Discipline group2 task subDiscipline referenceWorkflow DisciplineGrouping group2 discipline DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation methodConfiguration methodLibrary methodPlugin Domain group2 workProduct subdomain Element Estimate group2 estimationMetric estimationConsiderations EstimatingMetric EstimationConsiderations Example Guidance GuidanceDescription attachment Guideline Iteration Kind applicableMetaClassInfo MethodConfiguration baseConfiguration methodPluginSelection methodPackageSelection defaultView processView subtractedCategory addedCategory MethodElement group ownedRule methodElementProperty briefDescription id orderingGuide presentationName suppressed MethodElementProperty value MethodLibrary methodPlugin methodConfiguration tool MethodPackage group1 reusedPackage methodPackage global MethodPlugin referencedMethodPlugin methodPackage supporting userChangeable MethodUnit copyright authors changeDate changeDescription version Milestone requiredResult NamedElement name Outcome PackageableElement Phase PlanningData finishDate rank startDate Practice group2 activityReference contentReference subPractice PracticeDescription additionalInfo application background goals levelsOfAdoption problem Process includesPattern defaultContext validContext diagramURI ProcessComponent copyright interface process authors changeDate changeDescription version ProcessComponentInterface group2 interfaceSpecification interfaceIO ProcessDescription scope usageNotes ProcessElement ProcessPackage group2 processElement ProcessPlanningTemplate group4 baseProcess Report ReusableAsset Roadmap Role group2 responsibleFor RoleDescription assignmentApproaches skills synonyms RoleDescriptor role responsibleFor RoleSet group2 role RoleSetGrouping group2 roleSet Section subSection predecessor description sectionName variabilityBasedOnElement variabilityType na SupportingMaterial Task precondition postcondition performedBy group2 mandatoryInput output additionallyPerformedBy optionalInput estimate estimationConsiderations toolMentor TaskDescription alternatives purpose TaskDescriptor task group3 performedPrimarilyBy additionallyPerformedBy assistedBy externalInput mandatoryInput optionalInput output step isSynchronizedWithSource TeamProfile group2 role superTeam subTeam Template TermDefinition Tool group2 toolMentor ToolMentor VariabilityType na na contributes contributes extends extends replaces replaces localContribution localContribution localReplacement localReplacement extendsReplaces extendsReplaces VariabilityTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Whitepaper WorkBreakdownElement group2 predecessor isEventDriven isOngoing isRepeatable WorkDefinition precondition postcondition WorkOrder value id linkType finishToStart properties WorkOrderType finishToStart finishToStart finishToFinish finishToFinish startToStart startToStart startToFinish startToFinish WorkOrderTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator WorkProduct group2 estimate estimationConsiderations report template toolMentor WorkProductDescription impactOfNotHaving purpose reasonsForNotNeeding WorkProductDescriptor workProduct responsibleRole group2 externalInputTo impactedBy impacts mandatoryInputTo optionalInputTo outputFrom deliverableParts activityEntryState activityExitState WorkProductType group2 workProduct
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uma" nsURI="http://www.eclipse.org/epf/uma/1.0.6" nsPrefix="uma"> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//WorkBreakdownElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Work Breakdown Element and Work Definition which supports the nesting and logical grouping of related Breakdown Elements forming breakdown structures. Although Activity is a concrete meta-class, other classes which represent breakdown structures derive from it; such as Phase, Iteration, Delivery Process, or Capability Pattern.&#xD;&#xA;Activity represents a grouping element for other Breakdown Elements such as Activities, Descriptors, Milestones, etc. It is not per-se a 'high-level' grouping of only work as in other meta-models, but groups any kind of Breakdown Elements. For example, one can define valid Activities that group only Work Products Descriptors without any matching Task Descriptors. Activities also inherit all properties from Work Breakdown Element and indirectly from Process Element; i.e. Activity is ready to have a full content description attached to it."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Activity"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" 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="Precondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postcondition" 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="Postcondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:37"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="breakdownElement" upperBound="-1" eType="#//BreakdownElement" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BreakdownElement"/> <details key="group" value="#group:37"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roadmap" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Roadmap"/> <details key="group" value="#group:37"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnactable" 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="IsEnactable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityBasedOnElement" 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="variabilityBasedOnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" eType="#//VariabilityType" defaultValueLiteral="na" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="variabilityType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityDescription" eSuperTypes="#//BreakdownElementDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Breakdown Element Description that is used to store the textual description for an Activity."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ActivityDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alternatives" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Comprises of summaries describing important exceptional and non-standard ways of doing the work of this Activity not covered by the Activity's Tasks."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Alternatives"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="howToStaff" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides background on who should be involved in this activity what are the required skills, experience, and perhaps attitudes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="HowToStaff"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Summarizes the main reason for performing this Activity, describes what the activity as a whole is intended to achieve."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Purpose"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicableMetaClassInfo" eSuperTypes="#//PackageableElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ApplicableMetaClassInfo"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryExtension" 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="isPrimaryExtension"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//WorkProduct"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Work Product that provides a description and definition for tangible work product types. Artifacts may be composed of other artifacts. For example, a model artifact can be composed of model elements, which are also artifacts.&#xD;&#xA;Artifacts are tangible work products consumed, produced, or modified by Tasks. It may serve as a basis for defining reusable assets. Roles use Artifacts to perform Tasks and produce Artifacts in the course of performing Tasks. Artifacts are the responsibility of a single Role, making responsibility easy to identify and understand, and promoting the idea that every piece of information produced in the method requires the appropriate set of skills. Even though one role might &quot;own&quot; a specific type of Artifacts, other roles can still use the Artifacts; perhaps even update them if the Role has been given permission to do so."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Artifact"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedArtifact" upperBound="-1" eType="#//Artifact" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContainedArtifact"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtifactDescription" eSuperTypes="#//WorkProductDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Work Product Description that is used to store the textual description for an Artifact."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ArtifactDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="briefOutline" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides a brief description of the information that can be found in this artifact. For example, discusses the contents for key chapters of a document artifact or the key packages and modules of a model artifact."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BriefOutline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="representationOptions" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Discusses different possible alternative representations for the artifact. For example a design model can be represented as a UML model or an informal block diagram or by textual description only."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RepresentationOptions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="representation" 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="Representation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notation" 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="Notation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakdownElement" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract generalization for any type of Method Element that is part of a breakdown structure. It defines a set of properties available to all of its specializations."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BreakdownElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentedAfter" 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="PresentedAfter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentedBefore" 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="PresentedBefore"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="planningData" 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="PlanningData"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superActivity" 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="SuperActivity"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checklist" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Checklist"/> <details key="group" value="#group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concept" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Concept"/> <details key="group" value="#group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="example" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Example"/> <details key="group" value="#group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guideline" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Guideline"/> <details key="group" value="#group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reusableAsset" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReusableAsset"/> <details key="group" value="#group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supportingMaterial" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SupportingMaterial"/> <details key="group" value="#group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="whitepaper" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Whitepaper"/> <details key="group" value="#group:18"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasMultipleOccurrences" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Just as the isPlanned attribute the hasMultipleOccurrences attribute has an impact on generating plans from a Process. When this attribute is set to True for a Breakdown Element then it will typically occur multiple times within the same Activity. For example, a Task such as &quot;Detail Use Case&quot; would be performed for every use case identified for a particular Iteration or Activity. Generating a plan would list one Task instance per use case."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="hasMultipleOccurrences"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the Breakdown Element describes work, a work result, or even work resources, which inclusion is not mandatory when performing a project that is planned based on a process containing this element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isOptional"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPlanned" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A key application for Development Processes expressed with Breakdown structures is to generate a project plan from it. A process as defined in UMA (cf. with Sections XX and 5.2) is a multi-dimensional structure defining what work is being performed at what time by which roles using which input and producing what outputs. A project plan as it is represented in project planning tools such as IBM Rational Portfolio Manager or Microsoft Project normally does not need all this information and is normally limited to just representing a subset. For example, a typical MS Project plan only represents the work breakdown consisting of Tasks and Activities (sometimes referred to as summary tasks). It does not show the input and output Work Products for a Task, but it can show which roles shall be staffed for performing the Task. However, such role allocation need to be replaced with concrete resources when instantiating the plan for a concrete project. Sometimes project plans can then again be organized differently by organizing work by deliverables in which Work Products are mapped to the plan's summary tasks and Task that have these work products as output mapped below such as summary task. Therefore, a process can make recommendations about which elements to include and which to exclude when generating a plan. When the isPlanned attribute is set to False for an instance of a Breakdown Element, then this element shall not be not included when a concrete project plan is being generated from the breakdown structure that contains this element.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isPlanned"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Prefix represents an additional label that will be presented as a prefix to any Breakdown Element to indicate a user-defined sub-type for the element. For example, if the process engineer would like to distinguish his Activities by 'Module' (as done in the IBM Rational Summit Ascendant Method), he can define a different prefix for every model to be used in addition to naming Activities, e.g. &quot;SRA.Establish Requirements&quot; with SRA indicating that this Activity belongs to the &quot;Software Requirements Analysis&quot; module. Another common application for prefix is to qualify roles in Role Descriptors. For example, &quot;Customer.Architect&quot; would define a &quot;Customer&quot; prefix for the Role Descriptor &quot;Architect&quot; expressing that this is an architect on the customer side and not the development team side."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="prefix"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakdownElementDescription" eSuperTypes="#//ContentDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Content Description that is used to store the textual description for a Breakdown Element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BreakdownElementDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usageGuidance" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides information and guidance on the meaning of the Boolean flag values and under what circumstances they should be overridden. For example, it describes why the breakdown element is optional or considerations for repeating it and differences in the individual occurrences of this Breakdown Element across the lifecycle."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="usageGuidance"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPattern" eSuperTypes="#//Process"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Process that describes a reusable cluster of doing work in common process areas. Capabilities Patterns express and communicate process knowledge for a key area of interest such as a Discipline and can be directly used by process practitioner to guide his work. They are also used as building blocks to assemble Delivery Processes or larger Capability Patterns ensuring optimal reuse and application of the key practices they express.&#xD;&#xA;A Capability Pattern is a special Process that describes a reusable cluster of doing work in a general process area that provides a consistent development approach to common problems. Examples for Capability Pattern could be 'use case-based requirements management', 'use case analysis', or 'unit testing'. Typically but not necessarily, Capability Patterns have the scope of one discipline providing a breakdown of reusable complex Activities, relationships to the Roles which perform Tasks within these Activities, as well as to the Work Products that are used and produced. A capability pattern does not relate to any specific phase or iteration of a development lifecycle, and should not imply any. In other words, a pattern should be designed in a way that it is applicable anywhere in a Delivery Process. This enables its Activities to be flexibly assigned to whatever phases there are in the Delivery Process to which it is being applied. It is a good practice to design a Capability Pattern to produce one or more generic Deliverables. The typical configuration is that each Activity in the Capability Pattern produces one Deliverable, and the last Task Descriptor in the Activity explicitly outputs just this Deliverable. This enables the process engineer to select Patterns or just Activities by deciding which Deliverables are required. It also offers a simple integration approach: an Activity from a capability pattern is linked to the Phase or Iteration which is required to produce the Activity's Deliverable. Key applications areas of / areas of reuse for Capability Patterns are:&#xD;&#xA;- To serve as building blocks for assembling Delivery Processes or larger Capability Patterns. Normally developing a Delivery Process is not done from scratch but by systematically applying and binding patterns. In addition to the standard pattern application of 'copy-and-modify', which allows the process engineer to individually customize the pattern's content to the particular situation it is applied for, the Plugin meta-model package (Section 6.1) introduces even more sophisticated inheritance relationships that support dynamic binding of patterns (i.e. the pattern is referenced and not copied). This unique new way of reusing process knowledge allows to factor out commonly reoccurring Activities into patterns and to apply them over and over again for a process. When the pattern is being revised or updated, all changes will be automatically reflected in all pattern application in all processes because of the dynamic binding.&#xD;&#xA;- To support direct execution in a development project that does not work following a well-defined process, but works based on loosely connected process fragments of best practices in a flexible manner (e.g. Agile Development).&#xD;&#xA;- To support process education by describing knowledge for a key area such as best practices on how to perform the work for a Discipline (e.g. Requirements Management), for a specific development technique (aspect-oriented development), or a specific technical area (e.g. relational database design), which is used for education and teaching."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CapabilityPattern"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Checklist" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that identifies a series of items that need to be completed or veri-fied. Checklists are often used in reviews such as walkthroughs or inspections. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Checklist"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeRole" eSuperTypes="#//RoleDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Role Descriptor that relates to more then one Role. It represents a grouping of Roles with the main purpose of simplification, i.e. reducing the number of roles for a process.&#xD;&#xA;A Composite Role is a grouping of Roles that can be used in an Activity or Process to reduce the number of Roles. A typical application would be a process for a small team in which a standard set of roles from the method content would be all performed by one or more resource. By using Composite Role the process would suggest a typical clustering of Roles to Resources. A Composite Role could perform all Tasks defined for the Roles it refers to."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CompositeRole"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedRole" upperBound="-1" eType="#//Role" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AggregatedRole"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that outlines key ideas associated with basic principles underlying the referenced item. Concepts normally address more general topics than Guidelines and span across sev-eral work product and/or tasks/activities."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Concept"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//MethodElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Method Element that represents a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of a Method Element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Constraint"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mainDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the main definition of the constraint."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mainDescription"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentCategory" eSuperTypes="#//ContentElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract class generalizing content category types."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentCategory"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentCategoryPackage" eSuperTypes="#//MethodPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Method Package that only contains Content Category Elements."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentCategoryPackage"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:13"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contentCategory" upperBound="-1" eType="#//ContentCategory" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContentCategory"/> <details key="group" value="#group:13"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentDescription" eSuperTypes="#//MethodUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Method Element that is used to store the textual description for a Content Element. It defines standard attributes applicable for all Content Element types. Specific Content Element sub-types can define their own matching Content Description sub-types. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mainDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the main descriptive text for the Content Element. All text that is not part of any of the more specific attributes shall be stored here. If the Content Description is divided into sections using the Section class, then only the text from the 'start' of the content description to the first section will be stored here (similar to a normal document where you can place text between its beginning to its first diction heading)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MainDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyConsiderations" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides advise and guidance of a critical nature for the content element as well as warnings, cautions, pitfalls, dangers."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="KeyConsiderations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="section" upperBound="-1" eType="#//Section" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Section"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An external visible number that is used to reference this artifact. Used like a synonym."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="externalId"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentElement" eSuperTypes="#//DescribableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Describable Element that represents an abstract generalization for all elements that are considered to be and managed as Method Content.&#xD;&#xA;Content Elements represents reusable Method Content that is supposed to be managed in Content Packages. The separation of Content Element from Process Element allows to clearly distinguish between pure method content from content that is represented in processes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checklist" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Checklist"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concept" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Concept"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="example" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Example"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guideline" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Guideline"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reusableAsset" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReusableAsset"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supportingMaterial" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SupportingMaterial"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="whitepaper" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Whitepaper"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityBasedOnElement" 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="variabilityBasedOnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" eType="#//VariabilityType" defaultValueLiteral="na" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="variabilityType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentPackage" eSuperTypes="#//MethodPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Method Package that contains Content Elements and Content Elements, only. Examples for Content Element are Artifacts, Tasks, Roles, etc. A key separation of concerns in UMA is the distinction between Method Content and Process. This separation is enforced by special package types, which do not allow the mixing of method content with processes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentPackage"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:13"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contentElement" upperBound="-1" eType="#//ContentElement" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContentElement"/> <details key="group" value="#group:13"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomCategory" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A category introduced by a method content author to structure any number of method Content Elements of any subtype based on user-defined criteria. Because Content Categories (and therefore Custom Categories, too) are Content Elements themselves, Custom Categories can be used to recursively categorize Content Categories as well. Custom Categories can also be nested with any Content Category. Custom categories can be used to categorize content based on the user's criteria as well as to define whole tree-structures of nested categories allowing the user to systematically navigate and browse method content and processes based on these categories. For example, one could create a custom category to logically organize content relevant for the user's development organization departments; e.g. a &quot;Testing&quot; category that groups together all roles, work products, tasks, and guidance element relevant to testing. Another example would be categories that express licensing levels of the content grouping freely distributable method content versus content that represent intellectual property and requires a license to be purchased to be able to use it."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CustomCategory"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categorizedElement" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CategorizedElement"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subCategory" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubCategory"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//WorkProduct"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Work Product that provides a description and definition for packaging other Work Products, and may be delivered to an internal or external party. Therefore, a Deliverable aggregates other Work Products. Therefore, a Deliverable aggregates other Work Products. A Deliverable is used to pre-define typical or recommended content in the form or work products that would be packaged for delivery. The actual packaging of the Deliverable in an actual process or even project could be a modification of this recommendation. Deliverables are used to represent an output from a process that has value, material or otherwise, to a client, customer or other stakeholder. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Deliverable"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deliveredWorkProduct" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DeliveredWorkProduct"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeliverableDescription" eSuperTypes="#//WorkProductDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Work Product Description that is used to store the textual description for a Deliverable."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DeliverableDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalDescription" 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 description of the Deliverable used for client documents (proposal, statements of work or contractual agreements). It might use a different language and follow legal constraints."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExternalDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packagingGuidance" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides guidance on how to assemble the deliverable from all its required inputs. This section describes the most common content medium and format. Distribution of the deliverable is addressed in this section, if necessary."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PackagingGuidance"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcess" eSuperTypes="#//Process"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Process describing a complete and integrated approach for performing a specific project type. It describes a complete project lifecycle end-to-end and shall be used as a reference for running projects with similar characteristics as defined for the process. A Delivery Process is related to specific supporting information such as Roadmaps (inherited via Activity) as well as Communications and Education Material.&#xD;&#xA;A Delivery Process is a Process that covers a whole development lifecycle from beginning to end. A Delivery Process shall be used as a template for planning and running a project. It provides a complete lifecycle model with predefined phases, iterations, and activities that have been detailed by sequencing referencing method content in breakdown structures. It is defined on the basis of experience with past projects or engagements, and/or the best practice use of a development or delivery approach. It defines what gets produced, how those items are produced, and the required staffing in the form of integrated Work, Work Product, and Team Breakdown Structures. For example, a process engineer can define alternative Delivery Processes for software development projects that differ in the scale of the engagement and staffing necessary, the type of the software application to be developed, the development methods and technologies to be used, etc. Although, the Delivery Process aims to cover a whole project it keeps certain decision that are too project specific open. For example, the breakdown structure defines which Breakdown Elements have multiple occurrences or is repeatable via it respective attributes, but does not say how many occurrences and how many repeats/iterations it will have. These decisions have to be done by a project manager when planning a concrete project, project phase, or project iterations. A Delivery Process is always a complete description of a process in terms of completeness of the lifecycle, as well as in terms of all three views on the process which are the Work Breakdown Structure, Work Product Breakdown Structure, and Team Breakdown Structure have to be fully and consistently populated. Consistency of a Delivery Process is actually ensured by the fact that all three breakdowns are represented by one single data structure and one particular breakdown such as Team Breakdown is just a view on that data structure."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DeliveryProcess"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group4" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:47"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="communicationsMaterial" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CommunicationsMaterial"/> <details key="group" value="#group:47"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="educationMaterial" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EducationMaterial"/> <details key="group" value="#group:47"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeliveryProcessDescription" eSuperTypes="#//ProcessDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Process Description that is used to store the textual description for a Delivery Process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DeliveryProcessDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Outlines characteristics about the size of a typical project that performs this project expressed in team size, man years, etc."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Scale"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectCharacteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Characterizes the project that would typically perform this Process"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProjectCharacteristics"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="riskLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Outlines typical project risks that are addressed with this process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RiskLevel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimatingTechnique" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the Estimation Techniques provided for this Process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EstimatingTechnique"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectMemberExpertise" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides a profile of a typical project team, the distribution of roles, skills required for a team performs a project based on this process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProjectMemberExpertise"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeOfContract" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides background information about the coI'm chaI'm ntracts that need to be established between a project team that performs this process and a client (e.g. for an IGS engagement)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeOfContract"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescribableElement" eSuperTypes="#//MethodElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract generalization of Method Elements for which external presentation names as well as content descriptions have been defined, such as Roles or Work Products. Presentation Name and Content Descriptions are typically localized using a resource allocation mechanism for its String type attributes.&#xD;&#xA;This abstraction represents all elements in the Method Content as well as Process space for which concrete textual descriptions are defined in the form of documenting attributes grouped in a matching Content Description instance. Describable Elements are intended to be published in method or process publications (similar to the IBM Rational Unified Process web). Describable Element defines that the element it represents will have content 'attached' to it. Content Description is the abstraction for the actual places in which the content is being represented. This separation allows a distinction between core method model elements describing the structure of the model from the actual description container providing, for example, the documentation of the content element in different alternatives languages, audiences, licensing levels, etc."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DescribableElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="presentation" eType="#//ContentDescription" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Presentation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fulfill" 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="Fulfill"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" 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="isAbstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeicon" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reference to an icon that can be used in tree browser presentations and breakdown structures."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="nodeicon"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shapeicon" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reference to an icon that can be used for modeling with specific Content Element instances (as graphical stereotypes, e.g. a use case symbol for a use case artifact) as well as publication of content."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="shapeicon"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Descriptor" eSuperTypes="#//BreakdownElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract generalization for special Breakdown Elements that references one concrete Content Element. A descriptor provides a representation of a Content Element within breakdown structures. In addition to just referencing Content Elements it allows overriding the Content Elements structural relationships by defining its own sets of associations.&#xD;&#xA;Descriptors are the key concept for realizing the separation of processes from method content. A Descriptor can be characterized as a reference object for one particular Content Element, which has its own relationships and properties. When a Descriptor is created it shall be provided with congruent copies of the relationships defined for the referenced content element. However, a user can modify these relationships for the particular process situation for which the descriptor has been created. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Descriptor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronizedWithSource" 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="isSynchronizedWithSource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescriptorDescription" eSuperTypes="#//BreakdownElementDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Breakdown Element Description that is used to store the textual description for a Descriptor."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DescriptorDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refinedDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Descriptor might add refinements to the main description of the Content Element it refers to. For example, it could provide additional information about a Work Product relevant for the specific point in time in the process this Work Product type is being used. It could describe additional skills needed for a Role at that particular point in time in a process, etc. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RefinedDescription"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Discipline" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A categorization of work (i.e. Tasks for Method Content), based upon similarity of concerns and cooperation of work effort.&#xD;&#xA;A discipline is a collection of Tasks that are related to a major 'area of concern' within the overall project. The grouping of Tasks into disciplines is mainly an aid to understanding the project from a 'traditional' waterfall perspective. However, typically, for example, it is more common to perform certain requirements activities in close coordination with analysis and design activities. Separating these activities into separate disciplines makes the activities easier to comprehend."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Discipline"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="task" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Task"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subDiscipline" upperBound="-1" eType="#//Discipline" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubDiscipline"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceWorkflow" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReferenceWorkflow"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisciplineGrouping" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to group Disciplines. For example, the Discipline Grouping &quot;Software Disciplines&quot; would be the group of all disciplines related to developing software such as &quot;Requirements Management&quot; or &quot;Testing&quot;; &quot;IT Infrastructure Management&quot; would be a Disciplines Grouping for disciplines such as &quot;IT Operational Services&quot;, &quot;IT Customer Relationships&quot;, or &quot;IT Enabling Services&quot;. Disciplines can be associated to more than one Discipline Grouping."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DisciplineGrouping"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="discipline" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Discipline"/> <details key="group" value="#group:24"/> </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="methodConfiguration" upperBound="-2" eType="#//MethodConfiguration" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of selected Method Models and MethodPackages. A configuration can be exported into its own standalone library when it includes the full transitive closure of all elements all other elements depend on."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodConfiguration"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methodLibrary" upperBound="-2" eType="#//MethodLibrary" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Method Library is a physical container for Method Plugins and Method Configuration definitions. All Method Elements are stored in a Method Library."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodLibrary"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methodPlugin" upperBound="-2" eType="#//MethodPlugin" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Method Unit that represents a physical container for Method Packages. It defines a granularity level for the modularization and organization of method content and processes. A Method Plugin can extend many other Method Plugins and it can be extended by many Method Plugins. It can also be used stand-alone, i.e. with no Extension relationship to other plug-ins.&#xD;&#xA;Method Plugin conceptually represents a unit for configuration, modularization, extension, packaging, and deployment of method content and processes. A Process Engineer shall design his Plugins and allocate his content to these Plugins with requirements for extensibility, modularity, reuse, and maintainability in mind.&#xD;&#xA;Special extensibility mechanisms defined for the meta-classes Variability Element and Process Contribution allow Plugin content to directly contribute new content, replace existing content, or to cross-reference to any Content Element or Process within another Plugin that it extends. Similar to UML 2.0's 'package merge' mechanism transformation interpretations, interpreting these Method Plugin mechanisms results into new extended Method Content and Processes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodPlugin"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A refineable hierarchy grouping related work products. In other words, Domains can be further divided into sub-domains, with work product elements to be categorized only at the leaf-level of this hierarchy.&#xD;&#xA;Domain is a logical grouping of work products that have an affinity to each other based on resources, timing, or relationship. A Domain may be divided into subdomains. For example, GS Method uses six predefined Domains for Work Products: Application, Architecture, Business, Engagement, Operations and Organization."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Domain"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workProduct" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WorkProduct"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subdomain" upperBound="-1" eType="#//Domain" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subdomain"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A UML 2.0 meta-class Element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Element"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Estimate" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of Guidance that provides sizing measures, or standards for sizing the work effort associated with performing a particular piece of work and instructions for their successful use. It may be comprised of estimation considerations and estimation metrics."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Estimate"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimationMetric" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EstimationMetric"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimationConsiderations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EstimationConsiderations"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EstimatingMetric" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of Guidance that describes a metric or measure that is associated with an element and which is used to calculate the size of the work effort as well as a range of potential labor."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EstimatingMetric"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EstimationConsiderations" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of Guidance that qualifies the usage and application of estimation metrics in the development of an actual estimate."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EstimationConsiderations"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Example" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of Guidance that represents a typical, partially completed, sample instance of one or more work products or scenario like descriptions of how Task may be performed. Examples can be related to Work Products as well as Tasks that produce them as well as any other Content Element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Example"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ContentElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Guidance is an abstract generalization of additional information related to content elements such as Roles, Tasks, and Work Products. Examples for Guidance are Guidelines, Templates, Checklists, Tool Mentors, Estimates, Supporting Materials, Reports, Concepts, etc. This package only contains the definition of the abstract Guidance class. The package Guidance Types defines concrete guidance types."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Guidance"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuidanceDescription" eSuperTypes="#//ContentDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Content Description that is used to store the textual description for a Guidance."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GuidanceDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attachment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This field is primarily used for attachments augmenting the information provided for guidance. In particular the attribute is used for Templates, Examples, and Reusable Assets to contain the actual attachment described in the mainDescription. It can additionally contain representations of the guidance in just a third party format, e.g. PDF, MS Word, or Word Perfect."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Attachment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guideline" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that provides additional detail on how to perform a particular task or grouping of tasks (e.g. grouped together as activities) or that provides additional detail, rules, and recommendations on work products and their properties. Amongst others, it can include details about best practices and different approaches for doing work, how to use particular types of work products, information on different subtypes and variants of the work product and how they evolve throughout a lifecycle, discussions on skills the performing roles should acquire or improve upon, measurements for progress and maturity, etc."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Guideline"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Activity which prescribes pre-defined values for its instances for the attributes prefix ('Iteration') and isRepeatable ('True'). It has been included into the meta-model for convenience and to provide a special stereotype, because it represents a very commonly used Activity type.&#xD;&#xA;Iteration groups a set of nested Activities that are repeated more than once. It represents an important structuring element to organize work in repetitive cycles. The concept of Iteration can be associated with different rules in different methods. For example, the IBM Rational Unified Process method framework (RUP) defines a rule that Iterations are not allowed to span across Phases. In contrast IBM Global Services Method (GSMethod) based method frameworks this rule does not apply and Iteration can be defined which nest Phases. Rules like these, which play an important role for each individual method and are therefore not enforced by this meta-model. Instead, process authors are expected to follow and check these rules manually. (Note: Any Breakdown Element can be repeated; however, Iterations has been introduced as a special meta-model concept, because of its important role for many methods.)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Iteration"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//ContentElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Kind"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicableMetaClassInfo" 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="ApplicableMetaClassInfo"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodConfiguration" eSuperTypes="#//MethodUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of selected Method Models and MethodPackages. A configuration can be exported into its own standalone library when it includes the full transitive closure of all elements all other elements depend on."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MethodConfiguration"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseConfiguration" 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="BaseConfiguration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodPluginSelection" 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="MethodPluginSelection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodPackageSelection" 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="MethodPackageSelection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultView" 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="DefaultView"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processView" 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="ProcessView"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtractedCategory" 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="SubtractedCategory"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addedCategory" 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="AddedCategory"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodElement" eSuperTypes="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The root generalization for all UMA Method Elements. Defines a common set of attributes inherited by all UMA Method Elements. Method Element itself is derived from Packageable Element from the UML 2.0 Infrastructure."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MethodElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" upperBound="-1" eType="#//Constraint" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the packaging rules for this Method Element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OwnedRule"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methodElementProperty" upperBound="-1" eType="#//MethodElementProperty" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodElementProperty"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="briefDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every instance of Method Element shall be briefly described with one or two sentences summarizing the element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="briefDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every instance of Method Element has a global unique id."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orderingGuide" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used for CASE tool realizations of this model to contain information about layout and ordering of the method element and its parts."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="orderingGuide"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every Describable Element has a presentation name, which is used for external presentation of the element. For example, name (the internal representation) might be set to &quot;rup_architecture_document&quot; to differentiate from a &quot;j2ee_architcture_document&quot; whereas the external presentation would always be &quot;Architecture Document&quot;."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="presentationName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a Variability Element is derived from another Variability Element using the &quot;extends&quot; Variability Specialization, then this attribute can be used to suppress inherited Method Elements that were part of the based-on Variability Element, which can be any type of Method Element. In other words, if this attribute is set to true on a Method Element that has the same name than an inherited method element then it will not be regarded as inherited at all."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="suppressed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodElementProperty" eSuperTypes="#//PackageableElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MethodElementProperty"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodLibrary" eSuperTypes="#//MethodUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Method Library is a physical container for Method Plugins and Method Configuration definitions. All Method Elements are stored in a Method Library."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MethodLibrary"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="methodPlugin" upperBound="-1" eType="#//MethodPlugin" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodPlugin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methodConfiguration" upperBound="-1" eType="#//MethodConfiguration" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodConfiguration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" 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 tool that generated the XML file."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tool"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodPackage" eSuperTypes="#//MethodElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract class for packaging Method Elements. All Method Elements shall be located in exactly one of Method Package's concrete specializations (e.g. Content Package). Method Package defines common properties for all of its specializations. Elements are organized in Method Packages to structure large scale of method content and processes as well as to define a mechanism for reuse. Method Elements from one package can reuse element from other packages by defining a reusedPackages link. For example, a work product defined in one package can be used as an input for Tasks defined in other packages. By reusing it from one common place (i.e. the package in which it has been defined) ensures that no redundant definitions of the same elements are required. Also maintenance of method content is greatly improved as changes can be performed in only one place. Note, that other packages will introduce more specializations of Method Package, e.g. Process Package and Process Component."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MethodPackage"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reusedPackage" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReusedPackage"/> <details key="group" value="#group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methodPackage" upperBound="-1" eType="#//MethodPackage" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodPackage"/> <details key="group" value="#group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Method Packages can have a global scope. This means that every element of every other Method Package can see the global package's contents. Global Method Packages are primarily used to store commonly used category definitions such as for Disciplines or Domains, which are used by many Task and Work Products respectively."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="global"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodPlugin" eSuperTypes="#//MethodUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Method Unit that represents a physical container for Method Packages. It defines a granularity level for the modularization and organization of method content and processes. A Method Plugin can extend many other Method Plugins and it can be extended by many Method Plugins. It can also be used stand-alone, i.e. with no Extension relationship to other plug-ins.&#xD;&#xA;Method Plugin conceptually represents a unit for configuration, modularization, extension, packaging, and deployment of method content and processes. A Process Engineer shall design his Plugins and allocate his content to these Plugins with requirements for extensibility, modularity, reuse, and maintainability in mind.&#xD;&#xA;Special extensibility mechanisms defined for the meta-classes Variability Element and Process Contribution allow Plugin content to directly contribute new content, replace existing content, or to cross-reference to any Content Element or Process within another Plugin that it extends. Similar to UML 2.0's 'package merge' mechanism transformation interpretations, interpreting these Method Plugin mechanisms results into new extended Method Content and Processes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MethodPlugin"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedMethodPlugin" 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="ReferencedMethodPlugin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methodPackage" upperBound="-1" eType="#//MethodPackage" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MethodPackage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supporting" 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="supporting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userChangeable" 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="userChangeable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodUnit" eSuperTypes="#//MethodElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Method Element that shall be maintained in a Method Library as a separate unit of control."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MethodUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyright" 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="Copyright"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authors" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every Method Unit is being created and owned by an author or authoring team."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="authors"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The date the last change that resulted into this version has been made."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="changeDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDescription" 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 description of the last change that resulted into this version."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="changeDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every Package has a version number used to track changes."/> </eAnnotations> <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="Milestone" eSuperTypes="#//WorkBreakdownElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Breakdown Element that describes a significant event in a development project, such as a major decision, completion of a deliverable, or meeting of a major dependency (like completion of a project phase). Because, Milestone is commonly used to refer to both the event itself and the point in time at which the event is scheduled to happen, it is modeled as a Breakdown Element (i.e. it appears as part of a breakdown structure)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Milestone"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredResult" 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="RequiredResult"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A UML 2.0 meta-class Named Element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NamedElement"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Outcome" eSuperTypes="#//WorkProduct"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Work Product that describes intangible work products that are a result or state. Outcomes may also be used to describe work products that are not formally defined. A key differentiator for outcomes against artifacts is that outcomes are not candidates for harvesting as reusable assets."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Outcome"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A UML 2.0 meta-class Packagable Element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PackageableElement"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Phase" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Activity which prescribes pre-defined values for its instances for the attributes prefix ('Phase') and isRepeatable ('False'). It has been included into the meta-model for convenience and to provide a special stereotype, because it represents a very commonly used Activity type.&#xD;&#xA;Phase represent a significant period in a project, ending with major management checkpoint, milestone or set of Deliverables. It is included in the model as a predefined special Activity, because of its significance in defining breakdowns."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Phase"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlanningData" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Process Element that adds planning data to Breakdown Elements when it is used for a Process Planning Template. For Delivery Processes and Capability Patterns this class can either not be instantiated or populated with default data.&#xD;&#xA;Planning Data factors out specific optional data needed for representing planning templates. This association allows to access planning data if it is stored for the Breakdown Element.&#xD;&#xA;(NOTE, THE ATTRIBUTES FOR THIS CLASS ARE NOT COMPLETE, YET)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PlanningData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finishDate" 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 default finish date for a planed Task."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="finishDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" 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 default rank for a planed Task."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="rank"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" 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 default start date for a planed Task."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="startDate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Practice" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that represents a proven way or strategy of doing work to achieve a goal that has a positive impact on work product or process quality. Practices are defined orthogonal to methods and processes. They could summarize aspects that impact many different parts of a method or specific processes. Examples for practices would be &quot;Manage Risks&quot;, &quot;Continuously verify quality&quot;, &quot;Architecture-centric and component-based development&quot;, etc."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Practice"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activityReference" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ActivityReference"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contentReference" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ContentReference"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subPractice" upperBound="-1" eType="#//Practice" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubPractice"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PracticeDescription" eSuperTypes="#//ContentDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Content Description that is used to store the textual description for a Practice."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PracticeDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalInfo" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any additional Information not covered by the other attributes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AdditionalInfo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="application" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes how the Practice is being applied or introduced into the context described in background."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Application"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Elaboration on the background and the context in which the problem occurs and where the solution described by this Practice will fit in."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Background"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="goals" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A summary of the overall goals to be addressed by the Practice."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Goals"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="levelsOfAdoption" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Outlines the different forms or variants in which the practice could be realized. (e.g. full adoption verus a partial adoption of the Practice)"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LevelsOfAdoption"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="problem" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A description of the problem the Practice addresses."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Problem"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Activity that describes a structure for particular types of development projects. To perform such a development project a Processes would be 'instantiated' and adapted for the specific situation. Process is an abstract class and this meta-model defines different special types of Processes for different process management applications and different situations of process reuse. Every Process comprises of and is the top-level element of an n-level breakdown structure using the Nesting association defined on Activity.&#xD;&#xA;Core Method Content provides step-by-step explanations, describing how very specific development goals are achieved independent of the placement of these steps within a development lifecycle. Processes take these method elements and relate them into semi-ordered sequences that are customized to specific types of projects. Thus, a process is a set of partially ordered work descriptions intended to reach a higher development goal, such as the release of a specific software system. A process and the process meta-model structure defined in this specification focuses on the lifecycle and the sequencing of work in breakdown structures. To achieve this it uses the Descriptor concept referencing method content and allowing defining time-specific customizations of the referenced content (e.g. defining a focus on different steps of the same Task and providing input Work Products in different states within the different Phases of a process lifecycle in which the same Task is performed)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Process"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includesPattern" 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="IncludesPattern"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultContext" 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="DefaultContext"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validContext" 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="ValidContext"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diagramURI" 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 URI of the diagram file associated with the process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="diagramURI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessComponent" eSuperTypes="#//ProcessPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Process Package that applies the principles of encapsulation. A Process Component realizes one or more Interfaces which specify inputs and outputs of the component. There might be many components realizing the same interfaces, but using different techniques to achieve similar outputs for similar inputs. Whereas the Component Interfaces represent component specifications (black box descriptions of the component), good candidates for component realizations can be found in Capability Patterns (white box descriptions for the component).&#xD;&#xA;UMA supports replaceable and reusable Process Components realizing the principles of encapsulation. Certain situations in a software development project might require that concrete realizations of parts of the process remain undecided or will be decided by the executing team itself (e.g. in outsourcing situations). UMA provides a unique component concept defining interfaces for work product input and output, allowing treating the actual definition of the work that produces the outputs as a &quot;black box&quot;. At any point during a project the component &quot;realization&quot; detailing the work can be added to the process. The component approach also allows that different styles or techniques of doing work can be replaced with one another. For example, a software code output of a component could be produced with a model-driven development or a code-centric technique. The component concept encapsulates the actual work and lets the development team choose the appropriate technique and fill the component's realization with their choice of Activities that produce the required outputs."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessComponent"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyright" 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="Copyright"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//ProcessComponentInterface" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Interface"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1" eType="#//Process" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Process"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authors" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every Method Unit is being created and owned by an author or authoring team."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="authors"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The date the last change that resulted into this version has been made."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="changeDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeDescription" 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 description of the last change that resulted into this version."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="changeDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every Package has a version number used to track changes."/> </eAnnotations> <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="ProcessComponentInterface" eSuperTypes="#//BreakdownElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Comprises of a list of interface specifications (similar to operation declarations) that express inputs and outputs for a process component. These interface specifications are expressed using Task Descriptors which are not linked to Tasks that are related to Work Product Descriptors as well as optional a Role Descriptor."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessComponentInterface"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceSpecification" upperBound="-1" eType="#//TaskDescriptor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="InterfaceSpecification"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceIO" upperBound="-1" eType="#//WorkProductDescriptor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="InterfaceIO"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessDescription" eSuperTypes="#//ActivityDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Activity Description that is used to store the textual description for a Process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the scope of the Process, i.e. which types of projects does it address and which not."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Scope"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usageNotes" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any additional notes on how to apply and instantiate this process for a project."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UsageNotes"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" eSuperTypes="#//DescribableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Describable Element that represents an abstract generalization for all elements defined in the Process package.&#xD;&#xA;Process Elements represents Process specific elements that are supposed to be managed in Process Packages. The separation of Process Element from Content Element allows to clearly distinguish between pure method content from content that is represented in processes. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPackage" eSuperTypes="#//MethodPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Method Package that contains Process Elements, only.&#xD;&#xA;A key separation of concerns in UMA is the distinction between Method Content and Process. This separation is enforced by special package types, which do not allow the mixing of method content with processes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessPackage"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:13"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processElement" upperBound="-1" eType="#//ProcessElement" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProcessElement"/> <details key="group" value="#group:13"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPlanningTemplate" eSuperTypes="#//Process"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Process that is prepared for instantiation by a project planning tool. Typically, it is created based on a Process such as a Delivery Process as a whole (e.g. in case of a waterfall-based development approach) or in parts (e.g. in case of an iterative development approach).&#xD;&#xA;A Process Planning Template represents a partially finished plan for a concrete project. It uses the same information structures as all other Process Types to represent templates for project plans. However, certain planning decisions have already been applied to the template as well as information has been removed and/or reformatted to be ready for export to a specific planning tool. Examples for such decisions are: a template has been created to represent a plan for a particular Iteration in an iterative development project, which fr example distinguishes early from late iterations in the Elaboration phase of a project; if the targeted planning tool cannot represent input and output of Task, then these have been removed from the structure; certain repetitions have been already applied, e.g. stating that a cycle of specific Task grouped in an Activity have to be repeated n-times; etc."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessPlanningTemplate"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group4" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:47"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseProcess" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BaseProcess"/> <details key="group" value="#group:47"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Report" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A predefined template of a result that is generated on the basis of other work products as an output from some form of tool automation. An example for a report would be a use case model survey, which is generated by extracting diagram information from a graphical model and textual information from documents and combines these two types of information into a report."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Report"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReusableAsset" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that provides a solution to a problem for a given context. The asset may have a variability point, which is a location in the asset that may have a value provided or customized by the asset consumer. The asset has rules for usage which are the instructions describing&#xD;&#xA;how the asset should be used."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ReusableAsset"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Roadmap" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of Guidance which is only related to Activates and therefore has been added by this package to the list of Guidance Types rather than listed in the Guidance Types package. A Roadmap represents a linear walkthrough of an Activity, typically a Process.&#xD;&#xA;An instance of a Roadmap represents important documentation for the Activity or Process it is related to. Often a complex Activity such as a Process can be much easier understood by providing a walkthrough with a linear thread of a typical instantiation of this Activity. In addition to making the process practitioner understand how work in the process is being performed, a Roadmap provides additional information about how Activities and Tasks relate to each other over time. Roadmaps are also used to show how specific aspects are distributed over a whole process providing a kind of filter on the process for this information."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Roadmap"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//ContentElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Content Element that defines a set of related skills, competencies, and responsibilities. Roles are used by Tasks to define who performs them as well as define a set of work products they are responsible for. &#xD;&#xA;A Role defines a set of related skills, competencies, and responsibilities of an individual or a set of individuals. Roles are not individuals or resources. Individual members of the development organization will wear different hats, or perform different roles. The mapping from individual to role, performed by the project manager when planning and staffing for a project, allows different individuals to act as several different roles, and for a role to be played by several individuals."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Role"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsibleFor" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResponsibleFor"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleDescription" eSuperTypes="#//ContentDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Content Description that is used to store the textual description for a Role."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RoleDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignmentApproaches" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides guidance on for assigning individuals to the Role in terms of what other roles these individuals could perform and what responsibility different individuals assigned to this role might have. The guidance can also describe different assignment approaches for different types of projects, e.g. for large versus small teams where individuals could be allocated to roles full time versus sharing roles within the team."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AssignmentApproaches"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skills" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Lists of set of required skills a person needs to possess to fulfill that Role."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Skills"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synonyms" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Lists synonyms, i.e. other names the Role might be referred by. Tool support for the meta-model might support that a Role name can be consistently be replaced with one of its synonyms throught a Process."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Synonyms"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleDescriptor" eSuperTypes="#//Descriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Descriptor that represents a Role in the context of one specific Activity. Every breakdown structure can define different relationships of Role Descriptors to Task Descriptors and Work Product Descriptors. Therefore one Role can be represented by many Role Descriptors each within the context of an Activity with its own set of relationships."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RoleDescriptor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Role"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsibleFor" 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="ResponsibleFor"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleSet" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Organizes Roles into categories. It is used to group roles together that have certain commonalities. For example, the &quot;Analysts&quot; Role Set could group the &quot;Business Process Analyst&quot;, &quot;System Analyst&quot;, as well as &quot;Requirements Specifier&quot; roles. All of these work with similar techniques and have overlapping skills, but are required as distinct roles for a method (e.g. the method the IBM Rational Unified Process is based on)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RoleSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Role"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleSetGrouping" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Role Sets can be categorized into Role Set Groupings. For example, different methods might define similar Role Sets, which however need to be distinguished from each other on a global scale. Thus, Role Set Groupings allow distinguishing, for example, Software Services Manager Role Sets from Software Development Organization Manager Role Sets."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RoleSetGrouping"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleSet" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RoleSet"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#//MethodElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Method Element that represents structural subsections of a Content Description's sectionDescription attribute. It is used for either large scale documentation of Content Elements organized into sections as well as to flexibly add new Sections to Content Elements using contribution variability added to the Section concept for Method Plug-ins."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Section"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subSection" eType="#//Section" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubSection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predecessor" 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="Predecessor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attributes store the description text for a Content Description's Section."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sectionName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every Section has a name used for external presentation of the section, e.g. when published or when section heading are listed in a table of contents. This attribute is similar to Presentation Name for Content Elements."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sectionName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityBasedOnElement" 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="variabilityBasedOnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" eType="#//VariabilityType" defaultValueLiteral="na" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="variabilityType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportingMaterial" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A catchall for other types of guidance not specifically defined elsewhere. It can be related to all kinds of Content Elements, i.e. including other guidance elements."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SupportingMaterial"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//ContentElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Content Element that describes work being performed by Roles. It defines one default performing Role as well as many additional performers. A Task is associated to input and output work products. Inputs are differentiated in mandatory versus optional inputs. The associations to Work Products are not instantiatable/variable-like parameters. They rather express (hyper-)links to the descriptions of the work products types that are related to the Task as inputs and outputs. In other words, these associations are not intended to be used to capture which concrete instances will be passed when instantiating the method in a project. All of the Task's default associations can be overridden in an actual process definition.&#xD;&#xA;A Task describes an assignable unit of work. Every Task is assigned to specific Roles. The granularity of a Task is generally a few hours to a few days. It usually affects one or only a small number of work products. A Task is used as an element of defining a process. Tasks are further used for planning and tracking progress; therefore, if they are defined too fine-grained, they will be neglected, and if they are too large, progress would have to be expressed in terms of a Task's parts (e.g. Steps, which is not recommended). &#xD;&#xA;A Task has a clear purpose in which the performing roles achieve a well defined goal. It provides complete step-by-step explanations of doing all the work that needs to be done to achieve this goal. This description is complete, independent of when in a process lifecycle the work would actually be done. It therefore does not describe when you do what work at what point of time, but describes all the work that gets done throughout the development lifecycle that contributes to the achievement of this goal. When the Task is being applied in a process then this process application (defined as Task Descriptor) provides the information of which pieces of the Task will actually be performed at any particular point in time. This assumes that the Task will be performed in the process over and over again, but each time with a slightly different emphasis on different steps or aspects of the task description. &#xD;&#xA;For example, a Task such as &quot;Develop Use Case Model&quot; describes all the work that needs to be done to develop a complete use case model. This would comprise of the identification and naming of use cases and actors, the writing of a brief description, the modeling of use cases and their relationships in diagrams, the detailed description of a basic flow, the detailed description of alternatives flows, performing of walkthroughs workshops and reviews, etc. All of these parts contribute to the development goal of developing the use case model, but the parts will be performed at different points in time in a process. Identification, naming, and brief descriptions would be performed early in a typical development process versus the writing of detailed alternative flows which would be performed much later. All these parts or steps within the same Task define the &quot;method&quot; of Developing a Use Case Model. Applying such a method in a lifecycle (i.e. in a process) is defining which steps are done when going from one iteration to the next."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Task"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" 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="Precondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postcondition" 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="Postcondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="performedBy" 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="PerformedBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:27"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatoryInput" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MandatoryInput"/> <details key="group" value="#group:27"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Output"/> <details key="group" value="#group:27"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionallyPerformedBy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AdditionallyPerformedBy"/> <details key="group" value="#group:27"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionalInput" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OptionalInput"/> <details key="group" value="#group:27"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimate" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Estimate"/> <details key="group" value="#group:27"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimationConsiderations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EstimationConsiderations"/> <details key="group" value="#group:27"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolMentor" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ToolMentor"/> <details key="group" value="#group:27"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDescription" eSuperTypes="#//ContentDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Content Description that is used to store the textual description for a Task."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TaskDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alternatives" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Comprises of summaries describing important exceptional and non-standard ways of achieving this Task's development goals that were not covered by the Task's Steps."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Alternatives"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Summarizes the main reason for performing this Task and what is intended to be achieved."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Purpose"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDescriptor" eSuperTypes="#//WorkBreakdownElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Descriptor that represents a proxy for a Task in the context of one specific Activity. Every breakdown structure can define different relationships of Task Descriptors to Work Product Descriptors and Role Descriptors. Therefore one Task can be represented by many Task Descriptors each within the context of an Activity with its own set of relationships.&#xD;&#xA;A key difference between Method Content and Process is that a Content Element such as Task describes all aspects of doing work defined around this Task. This description is managed in steps, which are modeled as Sections of the Tasks' Content Descriptions. When applying a Task in a Process' Activity with a Task Descriptor a Process Engineer needs to indicate that at that particular point in time in the Process definition for which the Task Descriptor has been created, only a subset of steps shall be performed. He defines this selection using the selectedSteps association. If he wants to add steps to a Task Descriptor, he can describe these either pragmatically in the refinedDescription attribute or 'properly' create a contributing Task to the Task the Task Descriptor refers to.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TaskDescriptor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="task" 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="Task"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="performedPrimarilyBy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PerformedPrimarilyBy"/> <details key="group" value="#group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionallyPerformedBy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AdditionallyPerformedBy"/> <details key="group" value="#group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assistedBy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AssistedBy"/> <details key="group" value="#group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalInput" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExternalInput"/> <details key="group" value="#group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatoryInput" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MandatoryInput"/> <details key="group" value="#group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionalInput" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OptionalInput"/> <details key="group" value="#group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Output"/> <details key="group" value="#group:36"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="step" upperBound="-1" eType="#//Section" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Step"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronizedWithSource" 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="isSynchronizedWithSource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TeamProfile" eSuperTypes="#//BreakdownElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Breakdown Element that groups Role Descriptors or Resource Definitions defining a nested hierarchy of teams and team members.&#xD;&#xA;Work assignments and Work Product responsibilities can be different from Activity to Activity in a development project. Different phases require different staffing profiles, i.e. different skills and resources doing different types of work. Therefore, a process needs to define such different profiles in a flexible manner. Whereas Core Method Content defines standard responsibilities and assignments, a process express by a breakdown structures needs to be able refine and redefine these throughout its definition. Role Descriptors, Resource Definitions, as well as Team Profiles provide the data structure necessary to achieve this flexibility and to provide a process user with the capability to define different teams and role relationships for every Activity (including Activities on any nesting-level as well as Iterations or Phases).&#xD;&#xA;Hence, in addition to the work breakdown and work product breakdown structures defined so far, Team Profiles are used to define a third type of breakdown structure: team breakdown structures. These are created as an Activity specific hierarchy of Team Profiles comprising of Role Descriptors and Resource Definitions. These structures can be presented as well-known Org-Charts. Just as with any other Breakdown Element and Descriptors, Team Profiles can be defined within the scope of any Activity in a breakdown structure. In other words every Activity can define its own Team Profiles consisting of Activity specific Role Descriptors and Resource Definitions. Typically, Team Profiles are defined on the level of Iterations or Phases or other higher-level Activity."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TeamProfile"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Role"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="superTeam" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SuperTeam"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subTeam" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubTeam"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that provides for a work product a pre-defined table of contents, sections, packages, and/or headings, a standardized format, as well as descriptions how the sections and packages are supposed to be used and completed. Templates cannot only be provided for documents, but also for conceptual models or physical data stores."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Template"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TermDefinition" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that defines concepts and are used to build up the Glossary. TermDefinitions are not directly related to ContentElements, but their relationship is being derived when the Term is used in the ContentElements description text."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TermDefinition"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tool" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A container/aggregate for ToolMentors. It can also provide general descriptions of the tool and its general capabilities."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Tool"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolMentor" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ToolMentor"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolMentor" eSuperTypes="#//Guidance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specific type of guidance that shows how to use a specific tool to accomplish some piece of work a Work Product either in the context of or independent from a Task or Activity."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToolMentor"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariabilityType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Enumeration used for values for instances of Variability Element's attribute variabilityType. It defines the nature of how a Variability Element extends another Variability Element. See enumeration literals for definitions for each type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="VariabilityType"/> </eAnnotations> <eLiterals name="na"/> <eLiterals name="contributes" value="1"/> <eLiterals name="extends" value="2"/> <eLiterals name="replaces" value="3"/> <eLiterals name="localContribution" value="4"/> <eLiterals name="localReplacement" value="5"/> <eLiterals name="extendsReplaces" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VariabilityTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="VariabilityType:Object"/> <details key="baseType" value="VariabilityType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Whitepaper" eSuperTypes="#//Concept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Concept guidance that have been externally reviewed or published and can be read and understood in isolation of other content elements and guidance."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Whitepaper"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkBreakdownElement" eSuperTypes="#//BreakdownElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Breakdown Element that provides specific properties for Breakdown Elements that represent or refer to Work Definitions. For example its subclass Activity defines work as it is also a subclass of Work Definition. Its subclass Task Descriptor does not define work by itself, but refers to a Work Definition and therefore can have the same common properties and Work Breakdown Element has."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkBreakdownElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" upperBound="-1" eType="#//WorkOrder" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Predecessor"/> <details key="group" value="#group:30"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEventDriven" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The isEventDriven attribute indicates that the Process Work Definition describes an instance of work which is not started because it has been scheduled to start at a certain point of time, because preceding work is being completed, or input work products are available, but because another specific event has occurred. Examples for such events are exceptions or problem situations which require specific work to be performed as a result. Also change management work can be modeled as event driven work analyzing a change request or defect and allocating work dynamically to resources to deal with it following the work described with such Process Work Definition. The events themselves are not modeled in this version of the specification. They shall be described as part of the normal descriptions fields available.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isEventDriven"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOngoing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If the isOngoing attribute is set to True for a Process Work Definition instance, then the element describes an ongoing piece of work without a fixed duration or end state. For example, the Process Work Definition could represent work of an administrator continuously (e.g. 3h a day) working to ensure that systems are kept in a certain state. Another example would be program management work overseeing many different projects being scheduled for one particular project at specific reoccurring intervals during the whole lifecycle of the project."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isOngoing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRepeatable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attribute is used to define repetition of work, e.g. iterations. A Process Work Definition with this attribute set to True shall be repeated more than once on the same set of artifacts. For example, for an instance of Iteration (defined as a special Process Work Definition below) this attribute is set to True by default indicating that every sub-Activity will be repeated more than once. However, any Process Work Definition can set this attribute to True to define iterations (e.g. to iterate one Activity consisting of many sub-activities or even Phases, but to iterate just one Task)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isRepeatable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//MethodElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract Method Element that generalizes all descriptions of work within the Unified Method Architecture. This package introduces two concrete types of Work Definitions: Task and Step. Work Definitions can contain sets of pre- and post-conditions defining constraints that need to be valid before the described work can begin or before it can be declared as finished. Note that general ownedRules can be used to define additional constraints and rules for Work Definitions.&#xD;&#xA;Work Definitions represent behavioral descriptions for doing work. These behavioral descriptions are not bound to one specific classifier, but represent an arbitrary definition of work. For example, a Work Definition could represent work that is being performed by a specific Role (e.g. a Role performing a specific Task or Steps of a Task), by many Roles working in close collaboration (many Roles all working together on the same interdisciplinary Task), or complex work that is performed throughout the lifecycle (e.g. a process defining a breakdown structure for organizing larger composite units of work performed by many Roles working in collaboration)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkDefinition"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precondition" 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="Precondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postcondition" 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="Postcondition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkOrder"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a relationship between two Breakdown Elements in which one Breakdown Elements depends on the start or finish of another Breakdown Elements in order to begin or end. &#xD;&#xA;The Work Order class defines predecessor and successor relations amongst Breakdown Elements. This information is in particular critical for planning applications. See more details on different types of Work Order relationships at Work Order Type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkOrder"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a global unique id for a work order."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" eType="#//WorkOrderType" defaultValueLiteral="finishToStart" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attribute expresses the type of the Work Order relationship by assigning a value from the Work Order Type enumeration."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="linkType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This attribute store method element property values associated with this work order"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="properties"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkOrderType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a relationship between two Breakdown Element in which one Breakdown Element depends on the start or finish of another Breakdown Element in order to begin or end. This enumeration defines the different types of Work Order relationships available in UMA and is used to provide values for Work Order's linkType attribute."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkOrderType"/> </eAnnotations> <eLiterals name="finishToStart"/> <eLiterals name="finishToFinish" value="1"/> <eLiterals name="startToStart" value="2"/> <eLiterals name="startToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="WorkOrderTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkOrderType:Object"/> <details key="baseType" value="WorkOrderType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProduct" eSuperTypes="#//ContentElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An abstract class which provides a generalization for the content element types Artifact, Outcome, and Deliverable. The meta-model class Work Product actually represents work product types, i.e. an instance of Work Product is a description of a specific type of work product and not an individual work product instance. However, for simplicity reasons and because of low risk of misinterpretation we did not append the word 'type' to every meta-class.&#xD;&#xA;A work product is an abstraction for descriptions of content elements that are used to define anything used, produced, or modified by a task."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkProduct"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimate" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Estimate"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimationConsiderations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EstimationConsiderations"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="report" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Report"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Template"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolMentor" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ToolMentor"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDescription" eSuperTypes="#//ContentDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A generalized Content Description that is used to store the textual description for a Work Product."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkProductDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="impactOfNotHaving" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the consequences of not producing the work product. This is intended to aid in the tailoring the method/process to the needs of a specific project."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ImpactOfNotHaving"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes why the work product is produced and to what use it will be put."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Purpose"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reasonsForNotNeeding" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the circumstances in which it is reasonable not to produce the work product. This is intended to aid in the tailoring of the method/process to the needs of a specific project."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReasonsForNotNeeding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductDescriptor" eSuperTypes="#//Descriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special Descriptor that represents a Work Product in the context of one specific Activity. Every breakdown structure can define different relationships of Work Product Descriptors to Task Descriptors and Role Descriptors. Therefore one Work Product can be represented by many Work Product Descriptors each within the context of an Activity with its own set of relationships."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkProductDescriptor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workProduct" 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="WorkProduct"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsibleRole" 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="ResponsibleRole"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalInputTo" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExternalInputTo"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="impactedBy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ImpactedBy"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="impacts" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Impacts"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatoryInputTo" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MandatoryInputTo"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionalInputTo" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OptionalInputTo"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFrom" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutputFrom"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deliverableParts" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DeliverableParts"/> <details key="group" value="#group:33"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activityEntryState" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Given that an instance of Work Product Descriptor has been created for a specific Activity, then the Activity Entry State attribute specifies the desired state of instances of the referenced Work Product when work on the Activity is initiated (i.e. work on the Activity's Task Descriptors is being initiated that use this Work Product Descriptor as input). &#xD;&#xA;For some Work Products state is expressed in percentage of completion, compliance to work product checklist, informal state descriptions, etc. Others have very specific states expressed as enumerations such as [identified, briefly described, outlined, detailed] for use cases. Other Work Product states relate to some quality measures or lifecycle states such as [reviewed, implemented, tested]."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="activityEntryState"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activityExitState" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Given that an instance of Work Product Descriptor has been created for a specific Activity, then the Activity Exist State attribute specifies the desired state of instances of the referenced Work Product when work on the Activity is finished (i.e. work on the Activity's Task Descriptors has finished that have this Work Product Descriptor as output).&#xD;&#xA;For some Work Products state is expressed in percentage of completion, compliance to work product checklist, informal state descriptions, etc. Others have very specific states expressed as enumerations such as [identified, briefly described, outlined, detailed] for use cases. Other Work Product states relate to some quality measures or lifecycle states such as [reviewed, implemented, tested]."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="activityExitState"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkProductType" eSuperTypes="#//ContentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A second category for work products, which in contrast to Domain is more presentation oriented. A work product can have many Work Product Types. Examples, for a Work Product Type is &quot;Class Diagram&quot;, which categorizes the Artifacts Analysis Model, Design Model, User Experience Model, or &quot;Specification&quot;, which categorizes requirements specifications that define a system with a well-defined system boundary, such as use case or functional requirements specification. A Work Product can be categorized to be of many Work Product Types. For example, a use case model can be categorized as a Specification as well as Diagram Work Product Type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WorkProductType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workProduct" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="WorkProduct"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"uma","nsURI":"http://www.eclipse.org/epf/uma/1.0.6","name":"uma","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityDescription","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicableMetaClassInfo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactDescription","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakdownElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakdownElementDescription","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPattern","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checklist","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeRole","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentCategory","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentCategoryPackage","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentDescription","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentPackage","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomCategory","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliverableDescription","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcess","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeliveryProcessDescription","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescribableElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptor","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptorDescription","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Discipline","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisciplineGrouping","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Estimate","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstimatingMetric","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstimationConsiderations","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Example","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuidanceDescription","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guideline","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodConfiguration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodElement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodElementProperty","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodLibrary","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPackage","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPlugin","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodUnit","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Outcome","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanningData","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Practice","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PracticeDescription","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponent","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessComponentInterface","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessDescription","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPackage","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPlanningTemplate","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReusableAsset","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roadmap","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDescription","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDescriptor","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSet","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleSetGrouping","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportingMaterial","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDescription","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDescriptor","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamProfile","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermDefinition","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolMentor","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariabilityType","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"VariabilityTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":81,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Whitepaper","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkBreakdownElement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkOrder","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkOrderType","instanceClass":null,"id":86,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"WorkOrderTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":87,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProduct","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDescription","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductDescriptor","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductType","instanceClass":null,"abstract":false,"id":91,"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":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"breakdownElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"roadmap","changeable":true,"lowerBound":0,"iD":false,"id":96,"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":"isEnactable","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":"variabilityBasedOnElement","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"na","unsettable":true,"transient":false,"unique":true,"name":"variabilityType","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"howToStaff","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isPrimaryExtension","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"containedArtifact","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"derived":true},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"briefOutline","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":"representationOptions","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":"representation","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":"notation","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presentedAfter","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":"presentedBefore","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":"planningData","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":"superActivity","changeable":true,"lowerBound":0,"iD":false,"id":136,"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":"group1","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"checklist","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"concept","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"example","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"guideline","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"reusableAsset","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"supportingMaterial","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"whitepaper","changeable":true,"lowerBound":0,"iD":false,"id":144,"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":"hasMultipleOccurrences","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":0,"iD":false,"id":146,"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":"isPlanned","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":"usageGuidance","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"aggregatedRole","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mainDescription","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,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"contentCategory","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"derived":true},{"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":"mainDescription","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":"keyConsiderations","changeable":true,"lowerBound":0,"iD":false,"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":"section","changeable":true,"resolveProxies":false,"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":"externalId","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"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":"group1","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"checklist","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"concept","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"example","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"guideline","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"reusableAsset","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"supportingMaterial","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"whitepaper","changeable":true,"lowerBound":0,"iD":false,"id":202,"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":"variabilityBasedOnElement","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"na","unsettable":true,"transient":false,"unique":true,"name":"variabilityType","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"},{"id":214,"eClass":"EGenericType"},{"id":215,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"contentElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":217,"derived":true},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"categorizedElement","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"subCategory","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":true},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"deliveredWorkProduct","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":true},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalDescription","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packagingGuidance","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group4","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"communicationsMaterial","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"educationMaterial","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":true},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectCharacteristics","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"riskLevel","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimatingTechnique","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":"projectMemberExpertise","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeOfContract","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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"presentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":258,"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":"fulfill","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeicon","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shapeicon","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isSynchronizedWithSource","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refinedDescription","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"task","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"subDiscipline","changeable":true,"resolveProxies":false,"lowerBound":0,"id":277,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"referenceWorkflow","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":true},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"discipline","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":true},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"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":289,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":291,"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":"methodConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":292,"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":"methodLibrary","changeable":true,"resolveProxies":false,"lowerBound":0,"id":293,"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":"methodPlugin","changeable":true,"resolveProxies":false,"lowerBound":0,"id":294,"derived":true},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"workProduct","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"subdomain","changeable":true,"resolveProxies":false,"lowerBound":0,"id":303,"derived":true},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"estimationMetric","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"estimationConsiderations","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attachment","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"applicableMetaClassInfo","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":"baseConfiguration","changeable":true,"lowerBound":0,"iD":false,"id":327,"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":"methodPluginSelection","changeable":true,"lowerBound":0,"iD":false,"id":328,"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":"methodPackageSelection","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":"defaultView","changeable":true,"lowerBound":0,"iD":false,"id":330,"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":"processView","changeable":true,"lowerBound":0,"iD":false,"id":331,"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":"subtractedCategory","changeable":true,"lowerBound":0,"iD":false,"id":332,"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":"addedCategory","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ownedRule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":343,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"methodElementProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":344,"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":"briefDescription","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orderingGuide","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":"presentationName","changeable":true,"lowerBound":0,"iD":false,"id":348,"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":"suppressed","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodPlugin","changeable":true,"resolveProxies":false,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"reusedPackage","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"methodPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":371,"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":"global","changeable":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedMethodPlugin","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":"methodPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"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":"supporting","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":true,"transient":false,"unique":true,"name":"userChangeable","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDate","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDescription","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"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":"requiredResult","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finishDate","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":"rank","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":414,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"activityReference","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"contentReference","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"subPractice","changeable":true,"resolveProxies":false,"lowerBound":0,"id":417,"derived":true},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additionalInfo","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":"application","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":"background","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":"goals","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":"levelsOfAdoption","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":"problem","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"},{"id":435,"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":"includesPattern","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":"defaultContext","changeable":true,"lowerBound":0,"iD":false,"id":437,"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":"validContext","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":"diagramURI","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyright","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":"interface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":false,"lowerBound":1,"id":447,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authors","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":"changeDate","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeDescription","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"interfaceSpecification","changeable":true,"resolveProxies":false,"lowerBound":0,"id":461,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"interfaceIO","changeable":true,"resolveProxies":false,"lowerBound":0,"id":462,"derived":true},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usageNotes","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":474,"derived":true},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"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":"group4","changeable":true,"lowerBound":0,"iD":false,"id":478,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"baseProcess","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":true},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"responsibleFor","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":true},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignmentApproaches","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skills","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":"synonyms","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":498,"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":"responsibleFor","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":true},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"roleSet","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":true},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSection","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"predecessor","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sectionName","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variabilityBasedOnElement","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"na","unsettable":true,"transient":false,"unique":true,"name":"variabilityType","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":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":"postcondition","changeable":true,"lowerBound":0,"iD":false,"id":528,"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":"performedBy","changeable":true,"lowerBound":0,"iD":false,"id":529,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"mandatoryInput","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"output","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"additionallyPerformedBy","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"optionalInput","changeable":true,"lowerBound":0,"iD":false,"id":534,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"estimate","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"estimationConsiderations","changeable":true,"lowerBound":0,"iD":false,"id":536,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"toolMentor","changeable":true,"lowerBound":0,"iD":false,"id":537,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"lowerBound":0,"iD":false,"id":550,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":551,"derived":false},{"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":"task","changeable":true,"lowerBound":0,"iD":false,"id":555,"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":"group3","changeable":true,"lowerBound":0,"iD":false,"id":556,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"performedPrimarilyBy","changeable":true,"lowerBound":0,"iD":false,"id":557,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"additionallyPerformedBy","changeable":true,"lowerBound":0,"iD":false,"id":558,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"assistedBy","changeable":true,"lowerBound":0,"iD":false,"id":559,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"externalInput","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"mandatoryInput","changeable":true,"lowerBound":0,"iD":false,"id":561,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"optionalInput","changeable":true,"lowerBound":0,"iD":false,"id":562,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"output","changeable":true,"lowerBound":0,"iD":false,"id":563,"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":"step","changeable":true,"resolveProxies":false,"lowerBound":0,"id":564,"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":"isSynchronizedWithSource","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":579,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"superTeam","changeable":true,"lowerBound":0,"iD":false,"id":580,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"subTeam","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":true},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":589,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"toolMentor","changeable":true,"lowerBound":0,"iD":false,"id":590,"derived":true},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"name":"na","id":595,"value":0,"literal":"na","eClass":"EEnumLiteral"},{"name":"contributes","id":596,"value":1,"literal":"contributes","eClass":"EEnumLiteral"},{"name":"extends","id":597,"value":2,"literal":"extends","eClass":"EEnumLiteral"},{"name":"replaces","id":598,"value":3,"literal":"replaces","eClass":"EEnumLiteral"},{"name":"localContribution","id":599,"value":4,"literal":"localContribution","eClass":"EEnumLiteral"},{"name":"localReplacement","id":600,"value":5,"literal":"localReplacement","eClass":"EEnumLiteral"},{"name":"extendsReplaces","id":601,"value":6,"literal":"extendsReplaces","eClass":"EEnumLiteral"},{"id":602,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":603,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":604,"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":"isEventDriven","changeable":true,"lowerBound":0,"iD":false,"id":605,"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":"isOngoing","changeable":true,"lowerBound":0,"iD":false,"id":606,"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":"isRepeatable","changeable":true,"lowerBound":0,"iD":false,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"lowerBound":0,"iD":false,"id":614,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"lowerBound":0,"iD":false,"id":615,"derived":false},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":619,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":620,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"finishToStart","unsettable":true,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":0,"iD":false,"id":621,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"name":"finishToStart","id":627,"value":0,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":628,"value":1,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"name":"startToStart","id":629,"value":2,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":630,"value":3,"literal":"startToFinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"estimate","changeable":true,"lowerBound":0,"iD":false,"id":632,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"estimationConsiderations","changeable":true,"lowerBound":0,"iD":false,"id":633,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"report","changeable":true,"lowerBound":0,"iD":false,"id":634,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"template","changeable":true,"lowerBound":0,"iD":false,"id":635,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"toolMentor","changeable":true,"lowerBound":0,"iD":false,"id":636,"derived":true},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"impactOfNotHaving","changeable":true,"lowerBound":0,"iD":false,"id":644,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":645,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reasonsForNotNeeding","changeable":true,"lowerBound":0,"iD":false,"id":646,"derived":false},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workProduct","changeable":true,"lowerBound":0,"iD":false,"id":651,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"responsibleRole","changeable":true,"lowerBound":0,"iD":false,"id":652,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":653,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"externalInputTo","changeable":true,"lowerBound":0,"iD":false,"id":654,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"impactedBy","changeable":true,"lowerBound":0,"iD":false,"id":655,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"impacts","changeable":true,"lowerBound":0,"iD":false,"id":656,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"mandatoryInputTo","changeable":true,"lowerBound":0,"iD":false,"id":657,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"optionalInputTo","changeable":true,"lowerBound":0,"iD":false,"id":658,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"outputFrom","changeable":true,"lowerBound":0,"iD":false,"id":659,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"deliverableParts","changeable":true,"lowerBound":0,"iD":false,"id":660,"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":"activityEntryState","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":"activityExitState","changeable":true,"lowerBound":0,"iD":false,"id":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"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":"group2","changeable":true,"lowerBound":0,"iD":false,"id":676,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"workProduct","changeable":true,"lowerBound":0,"iD":false,"id":677,"derived":true},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":83},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":92,"target":101},{"source":92,"target":1},{"source":93,"target":102},{"source":93,"target":1},{"source":94,"target":103},{"source":94,"target":1},{"source":95,"target":6},{"source":95,"target":104},{"source":95,"target":1},{"source":104,"target":6},{"source":96,"target":105},{"source":96,"target":1},{"source":97,"target":106},{"source":97,"target":1},{"source":98,"target":107},{"source":98,"target":1},{"source":99,"target":80},{"source":99,"target":108},{"source":99,"target":1},{"source":108,"target":80},{"source":100,"target":83},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":109,"target":113},{"source":109,"target":2},{"source":110,"target":114},{"source":110,"target":2},{"source":111,"target":115},{"source":111,"target":2},{"source":112,"target":7},{"source":3,"target":0},{"source":3,"target":50},{"source":3,"target":116},{"source":3,"target":117},{"source":116,"target":118},{"source":116,"target":3},{"source":117,"target":50},{"source":4,"target":0},{"source":4,"target":88},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":119,"target":122},{"source":119,"target":4},{"source":120,"target":4},{"source":120,"target":123},{"source":120,"target":4},{"source":123,"target":4},{"source":121,"target":88},{"source":5,"target":0},{"source":5,"target":89},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":124,"target":129},{"source":124,"target":5},{"source":125,"target":130},{"source":125,"target":5},{"source":126,"target":131},{"source":126,"target":5},{"source":127,"target":132},{"source":127,"target":5},{"source":128,"target":89},{"source":6,"target":0},{"source":6,"target":59},{"source":6,"target":133},{"source":6,"target":134},{"source":6,"target":135},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":6,"target":142},{"source":6,"target":143},{"source":6,"target":144},{"source":6,"target":145},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":6,"target":149},{"source":133,"target":150},{"source":133,"target":6},{"source":134,"target":151},{"source":134,"target":6},{"source":135,"target":152},{"source":135,"target":6},{"source":136,"target":153},{"source":136,"target":6},{"source":137,"target":154},{"source":137,"target":6},{"source":138,"target":155},{"source":138,"target":6},{"source":139,"target":156},{"source":139,"target":6},{"source":140,"target":157},{"source":140,"target":6},{"source":141,"target":158},{"source":141,"target":6},{"source":142,"target":159},{"source":142,"target":6},{"source":143,"target":160},{"source":143,"target":6},{"source":144,"target":161},{"source":144,"target":6},{"source":145,"target":162},{"source":145,"target":6},{"source":146,"target":163},{"source":146,"target":6},{"source":147,"target":164},{"source":147,"target":6},{"source":148,"target":165},{"source":148,"target":6},{"source":149,"target":59},{"source":7,"target":0},{"source":7,"target":15},{"source":7,"target":166},{"source":7,"target":167},{"source":166,"target":168},{"source":166,"target":7},{"source":167,"target":15},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":169},{"source":169,"target":55},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":170},{"source":170,"target":35},{"source":10,"target":0},{"source":10,"target":67},{"source":10,"target":171},{"source":10,"target":172},{"source":10,"target":173},{"source":171,"target":174},{"source":171,"target":10},{"source":172,"target":65},{"source":172,"target":175},{"source":172,"target":10},{"source":175,"target":65},{"source":173,"target":67},{"source":11,"target":0},{"source":11,"target":35},{"source":11,"target":176},{"source":176,"target":35},{"source":12,"target":0},{"source":12,"target":41},{"source":12,"target":177},{"source":12,"target":178},{"source":177,"target":179},{"source":177,"target":12},{"source":178,"target":41},{"source":13,"target":0},{"source":13,"target":16},{"source":13,"target":180},{"source":180,"target":16},{"source":14,"target":0},{"source":14,"target":44},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":181,"target":184},{"source":181,"target":14},{"source":182,"target":13},{"source":182,"target":185},{"source":182,"target":14},{"source":185,"target":13},{"source":183,"target":44},{"source":15,"target":0},{"source":15,"target":46},{"source":15,"target":186},{"source":15,"target":187},{"source":15,"target":188},{"source":15,"target":189},{"source":15,"target":190},{"source":186,"target":191},{"source":186,"target":15},{"source":187,"target":192},{"source":187,"target":15},{"source":188,"target":70},{"source":188,"target":193},{"source":188,"target":15},{"source":193,"target":70},{"source":189,"target":194},{"source":189,"target":15},{"source":190,"target":46},{"source":16,"target":0},{"source":16,"target":23},{"source":16,"target":195},{"source":16,"target":196},{"source":16,"target":197},{"source":16,"target":198},{"source":16,"target":199},{"source":16,"target":200},{"source":16,"target":201},{"source":16,"target":202},{"source":16,"target":203},{"source":16,"target":204},{"source":16,"target":205},{"source":195,"target":206},{"source":195,"target":16},{"source":196,"target":207},{"source":196,"target":16},{"source":197,"target":208},{"source":197,"target":16},{"source":198,"target":209},{"source":198,"target":16},{"source":199,"target":210},{"source":199,"target":16},{"source":200,"target":211},{"source":200,"target":16},{"source":201,"target":212},{"source":201,"target":16},{"source":202,"target":213},{"source":202,"target":16},{"source":203,"target":214},{"source":203,"target":16},{"source":204,"target":80},{"source":204,"target":215},{"source":204,"target":16},{"source":215,"target":80},{"source":205,"target":23},{"source":17,"target":0},{"source":17,"target":44},{"source":17,"target":216},{"source":17,"target":217},{"source":17,"target":218},{"source":216,"target":219},{"source":216,"target":17},{"source":217,"target":16},{"source":217,"target":220},{"source":217,"target":17},{"source":220,"target":16},{"source":218,"target":44},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":221,"target":225},{"source":221,"target":18},{"source":222,"target":226},{"source":222,"target":18},{"source":223,"target":227},{"source":223,"target":18},{"source":224,"target":13},{"source":19,"target":0},{"source":19,"target":88},{"source":19,"target":228},{"source":19,"target":229},{"source":19,"target":230},{"source":228,"target":231},{"source":228,"target":19},{"source":229,"target":232},{"source":229,"target":19},{"source":230,"target":88},{"source":20,"target":0},{"source":20,"target":89},{"source":20,"target":233},{"source":20,"target":234},{"source":20,"target":235},{"source":233,"target":236},{"source":233,"target":20},{"source":234,"target":237},{"source":234,"target":20},{"source":235,"target":89},{"source":21,"target":0},{"source":21,"target":55},{"source":21,"target":238},{"source":21,"target":239},{"source":21,"target":240},{"source":21,"target":241},{"source":238,"target":242},{"source":238,"target":21},{"source":239,"target":243},{"source":239,"target":21},{"source":240,"target":244},{"source":240,"target":21},{"source":241,"target":55},{"source":22,"target":0},{"source":22,"target":58},{"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":245,"target":252},{"source":245,"target":22},{"source":246,"target":253},{"source":246,"target":22},{"source":247,"target":254},{"source":247,"target":22},{"source":248,"target":255},{"source":248,"target":22},{"source":249,"target":256},{"source":249,"target":22},{"source":250,"target":257},{"source":250,"target":22},{"source":251,"target":58},{"source":23,"target":0},{"source":23,"target":41},{"source":23,"target":258},{"source":23,"target":259},{"source":23,"target":260},{"source":23,"target":261},{"source":23,"target":262},{"source":23,"target":263},{"source":258,"target":15},{"source":258,"target":264},{"source":258,"target":23},{"source":264,"target":15},{"source":259,"target":265},{"source":259,"target":23},{"source":260,"target":266},{"source":260,"target":23},{"source":261,"target":267},{"source":261,"target":23},{"source":262,"target":268},{"source":262,"target":23},{"source":263,"target":41},{"source":24,"target":0},{"source":24,"target":6},{"source":24,"target":269},{"source":24,"target":270},{"source":269,"target":271},{"source":269,"target":24},{"source":270,"target":6},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":272},{"source":25,"target":273},{"source":272,"target":274},{"source":272,"target":25},{"source":273,"target":7},{"source":26,"target":0},{"source":26,"target":13},{"source":26,"target":275},{"source":26,"target":276},{"source":26,"target":277},{"source":26,"target":278},{"source":26,"target":279},{"source":275,"target":280},{"source":275,"target":26},{"source":276,"target":281},{"source":276,"target":26},{"source":277,"target":26},{"source":277,"target":282},{"source":277,"target":26},{"source":282,"target":26},{"source":278,"target":283},{"source":278,"target":26},{"source":279,"target":13},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":284},{"source":27,"target":285},{"source":27,"target":286},{"source":284,"target":287},{"source":284,"target":27},{"source":285,"target":288},{"source":285,"target":27},{"source":286,"target":13},{"source":28,"target":0},{"source":28,"target":289},{"source":28,"target":290},{"source":28,"target":291},{"source":28,"target":292},{"source":28,"target":293},{"source":28,"target":294},{"source":289,"target":295},{"source":289,"target":28},{"source":290,"target":296},{"source":290,"target":28},{"source":291,"target":297},{"source":291,"target":28},{"source":292,"target":40},{"source":292,"target":298},{"source":292,"target":28},{"source":298,"target":40},{"source":293,"target":43},{"source":293,"target":299},{"source":293,"target":28},{"source":299,"target":43},{"source":294,"target":45},{"source":294,"target":300},{"source":294,"target":28},{"source":300,"target":45},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":301},{"source":29,"target":302},{"source":29,"target":303},{"source":29,"target":304},{"source":301,"target":305},{"source":301,"target":29},{"source":302,"target":306},{"source":302,"target":29},{"source":303,"target":29},{"source":303,"target":307},{"source":303,"target":29},{"source":307,"target":29},{"source":304,"target":13},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":35},{"source":31,"target":308},{"source":31,"target":309},{"source":31,"target":310},{"source":31,"target":311},{"source":308,"target":312},{"source":308,"target":31},{"source":309,"target":313},{"source":309,"target":31},{"source":310,"target":314},{"source":310,"target":31},{"source":311,"target":35},{"source":32,"target":0},{"source":32,"target":35},{"source":32,"target":315},{"source":315,"target":35},{"source":33,"target":0},{"source":33,"target":35},{"source":33,"target":316},{"source":316,"target":35},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":317},{"source":317,"target":35},{"source":35,"target":0},{"source":35,"target":16},{"source":35,"target":318},{"source":318,"target":16},{"source":36,"target":0},{"source":36,"target":15},{"source":36,"target":319},{"source":36,"target":320},{"source":319,"target":321},{"source":319,"target":36},{"source":320,"target":15},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":322},{"source":322,"target":35},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":323},{"source":323,"target":1},{"source":39,"target":0},{"source":39,"target":16},{"source":39,"target":324},{"source":39,"target":325},{"source":324,"target":326},{"source":324,"target":39},{"source":325,"target":16},{"source":40,"target":0},{"source":40,"target":46},{"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":327,"target":335},{"source":327,"target":40},{"source":328,"target":336},{"source":328,"target":40},{"source":329,"target":337},{"source":329,"target":40},{"source":330,"target":338},{"source":330,"target":40},{"source":331,"target":339},{"source":331,"target":40},{"source":332,"target":340},{"source":332,"target":40},{"source":333,"target":341},{"source":333,"target":40},{"source":334,"target":46},{"source":41,"target":0},{"source":41,"target":50},{"source":41,"target":342},{"source":41,"target":343},{"source":41,"target":344},{"source":41,"target":345},{"source":41,"target":346},{"source":41,"target":347},{"source":41,"target":348},{"source":41,"target":349},{"source":41,"target":350},{"source":342,"target":351},{"source":342,"target":41},{"source":343,"target":12},{"source":343,"target":352},{"source":343,"target":41},{"source":352,"target":12},{"source":344,"target":42},{"source":344,"target":353},{"source":344,"target":41},{"source":353,"target":42},{"source":345,"target":354},{"source":345,"target":41},{"source":346,"target":355},{"source":346,"target":41},{"source":347,"target":356},{"source":347,"target":41},{"source":348,"target":357},{"source":348,"target":41},{"source":349,"target":358},{"source":349,"target":41},{"source":350,"target":50},{"source":42,"target":0},{"source":42,"target":50},{"source":42,"target":359},{"source":42,"target":360},{"source":359,"target":361},{"source":359,"target":42},{"source":360,"target":50},{"source":43,"target":0},{"source":43,"target":46},{"source":43,"target":362},{"source":43,"target":363},{"source":43,"target":364},{"source":43,"target":365},{"source":362,"target":45},{"source":362,"target":366},{"source":362,"target":43},{"source":366,"target":45},{"source":363,"target":40},{"source":363,"target":367},{"source":363,"target":43},{"source":367,"target":40},{"source":364,"target":368},{"source":364,"target":43},{"source":365,"target":46},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":369},{"source":44,"target":370},{"source":44,"target":371},{"source":44,"target":372},{"source":44,"target":373},{"source":369,"target":374},{"source":369,"target":44},{"source":370,"target":375},{"source":370,"target":44},{"source":371,"target":44},{"source":371,"target":376},{"source":371,"target":44},{"source":376,"target":44},{"source":372,"target":377},{"source":372,"target":44},{"source":373,"target":41},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":378},{"source":45,"target":379},{"source":45,"target":380},{"source":45,"target":381},{"source":45,"target":382},{"source":378,"target":383},{"source":378,"target":45},{"source":379,"target":44},{"source":379,"target":384},{"source":379,"target":45},{"source":384,"target":44},{"source":380,"target":385},{"source":380,"target":45},{"source":381,"target":386},{"source":381,"target":45},{"source":382,"target":46},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":387},{"source":46,"target":388},{"source":46,"target":389},{"source":46,"target":390},{"source":46,"target":391},{"source":46,"target":392},{"source":387,"target":393},{"source":387,"target":46},{"source":388,"target":394},{"source":388,"target":46},{"source":389,"target":395},{"source":389,"target":46},{"source":390,"target":396},{"source":390,"target":46},{"source":391,"target":397},{"source":391,"target":46},{"source":392,"target":41},{"source":47,"target":0},{"source":47,"target":83},{"source":47,"target":398},{"source":47,"target":399},{"source":398,"target":400},{"source":398,"target":47},{"source":399,"target":83},{"source":48,"target":0},{"source":48,"target":30},{"source":48,"target":401},{"source":48,"target":402},{"source":401,"target":403},{"source":401,"target":48},{"source":402,"target":30},{"source":49,"target":0},{"source":49,"target":88},{"source":49,"target":404},{"source":404,"target":88},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":405},{"source":405,"target":48},{"source":51,"target":0},{"source":51,"target":1},{"source":51,"target":406},{"source":406,"target":1},{"source":52,"target":0},{"source":52,"target":59},{"source":52,"target":407},{"source":52,"target":408},{"source":52,"target":409},{"source":52,"target":410},{"source":407,"target":411},{"source":407,"target":52},{"source":408,"target":412},{"source":408,"target":52},{"source":409,"target":413},{"source":409,"target":52},{"source":410,"target":59},{"source":53,"target":0},{"source":53,"target":35},{"source":53,"target":414},{"source":53,"target":415},{"source":53,"target":416},{"source":53,"target":417},{"source":53,"target":418},{"source":414,"target":419},{"source":414,"target":53},{"source":415,"target":420},{"source":415,"target":53},{"source":416,"target":421},{"source":416,"target":53},{"source":417,"target":53},{"source":417,"target":422},{"source":417,"target":53},{"source":422,"target":53},{"source":418,"target":35},{"source":54,"target":0},{"source":54,"target":15},{"source":54,"target":423},{"source":54,"target":424},{"source":54,"target":425},{"source":54,"target":426},{"source":54,"target":427},{"source":54,"target":428},{"source":54,"target":429},{"source":423,"target":430},{"source":423,"target":54},{"source":424,"target":431},{"source":424,"target":54},{"source":425,"target":432},{"source":425,"target":54},{"source":426,"target":433},{"source":426,"target":54},{"source":427,"target":434},{"source":427,"target":54},{"source":428,"target":435},{"source":428,"target":54},{"source":429,"target":15},{"source":55,"target":0},{"source":55,"target":1},{"source":55,"target":436},{"source":55,"target":437},{"source":55,"target":438},{"source":55,"target":439},{"source":55,"target":440},{"source":436,"target":441},{"source":436,"target":55},{"source":437,"target":442},{"source":437,"target":55},{"source":438,"target":443},{"source":438,"target":55},{"source":439,"target":444},{"source":439,"target":55},{"source":440,"target":1},{"source":56,"target":0},{"source":56,"target":60},{"source":56,"target":445},{"source":56,"target":446},{"source":56,"target":447},{"source":56,"target":448},{"source":56,"target":449},{"source":56,"target":450},{"source":56,"target":451},{"source":56,"target":452},{"source":445,"target":453},{"source":445,"target":56},{"source":446,"target":57},{"source":446,"target":454},{"source":446,"target":56},{"source":454,"target":57},{"source":447,"target":55},{"source":447,"target":455},{"source":447,"target":56},{"source":455,"target":55},{"source":448,"target":456},{"source":448,"target":56},{"source":449,"target":457},{"source":449,"target":56},{"source":450,"target":458},{"source":450,"target":56},{"source":451,"target":459},{"source":451,"target":56},{"source":452,"target":60},{"source":57,"target":0},{"source":57,"target":6},{"source":57,"target":460},{"source":57,"target":461},{"source":57,"target":462},{"source":57,"target":463},{"source":460,"target":464},{"source":460,"target":57},{"source":461,"target":74},{"source":461,"target":465},{"source":461,"target":57},{"source":465,"target":74},{"source":462,"target":90},{"source":462,"target":466},{"source":462,"target":57},{"source":466,"target":90},{"source":463,"target":6},{"source":58,"target":0},{"source":58,"target":2},{"source":58,"target":467},{"source":58,"target":468},{"source":58,"target":469},{"source":467,"target":470},{"source":467,"target":58},{"source":468,"target":471},{"source":468,"target":58},{"source":469,"target":2},{"source":59,"target":0},{"source":59,"target":23},{"source":59,"target":472},{"source":472,"target":23},{"source":60,"target":0},{"source":60,"target":44},{"source":60,"target":473},{"source":60,"target":474},{"source":60,"target":475},{"source":473,"target":476},{"source":473,"target":60},{"source":474,"target":59},{"source":474,"target":477},{"source":474,"target":60},{"source":477,"target":59},{"source":475,"target":44},{"source":61,"target":0},{"source":61,"target":55},{"source":61,"target":478},{"source":61,"target":479},{"source":61,"target":480},{"source":478,"target":481},{"source":478,"target":61},{"source":479,"target":482},{"source":479,"target":61},{"source":480,"target":55},{"source":62,"target":0},{"source":62,"target":35},{"source":62,"target":483},{"source":483,"target":35},{"source":63,"target":0},{"source":63,"target":35},{"source":63,"target":484},{"source":484,"target":35},{"source":64,"target":0},{"source":64,"target":35},{"source":64,"target":485},{"source":485,"target":35},{"source":65,"target":0},{"source":65,"target":16},{"source":65,"target":486},{"source":65,"target":487},{"source":65,"target":488},{"source":486,"target":489},{"source":486,"target":65},{"source":487,"target":490},{"source":487,"target":65},{"source":488,"target":16},{"source":66,"target":0},{"source":66,"target":15},{"source":66,"target":491},{"source":66,"target":492},{"source":66,"target":493},{"source":66,"target":494},{"source":491,"target":495},{"source":491,"target":66},{"source":492,"target":496},{"source":492,"target":66},{"source":493,"target":497},{"source":493,"target":66},{"source":494,"target":15},{"source":67,"target":0},{"source":67,"target":24},{"source":67,"target":498},{"source":67,"target":499},{"source":67,"target":500},{"source":498,"target":501},{"source":498,"target":67},{"source":499,"target":502},{"source":499,"target":67},{"source":500,"target":24},{"source":68,"target":0},{"source":68,"target":13},{"source":68,"target":503},{"source":68,"target":504},{"source":68,"target":505},{"source":503,"target":506},{"source":503,"target":68},{"source":504,"target":507},{"source":504,"target":68},{"source":505,"target":13},{"source":69,"target":0},{"source":69,"target":13},{"source":69,"target":508},{"source":69,"target":509},{"source":69,"target":510},{"source":508,"target":511},{"source":508,"target":69},{"source":509,"target":512},{"source":509,"target":69},{"source":510,"target":13},{"source":70,"target":0},{"source":70,"target":41},{"source":70,"target":513},{"source":70,"target":514},{"source":70,"target":515},{"source":70,"target":516},{"source":70,"target":517},{"source":70,"target":518},{"source":70,"target":519},{"source":513,"target":70},{"source":513,"target":520},{"source":513,"target":70},{"source":520,"target":70},{"source":514,"target":521},{"source":514,"target":70},{"source":515,"target":522},{"source":515,"target":70},{"source":516,"target":523},{"source":516,"target":70},{"source":517,"target":524},{"source":517,"target":70},{"source":518,"target":80},{"source":518,"target":525},{"source":518,"target":70},{"source":525,"target":80},{"source":519,"target":41},{"source":71,"target":0},{"source":71,"target":35},{"source":71,"target":526},{"source":526,"target":35},{"source":72,"target":0},{"source":72,"target":16},{"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":72,"target":535},{"source":72,"target":536},{"source":72,"target":537},{"source":72,"target":538},{"source":527,"target":539},{"source":527,"target":72},{"source":528,"target":540},{"source":528,"target":72},{"source":529,"target":541},{"source":529,"target":72},{"source":530,"target":542},{"source":530,"target":72},{"source":531,"target":543},{"source":531,"target":72},{"source":532,"target":544},{"source":532,"target":72},{"source":533,"target":545},{"source":533,"target":72},{"source":534,"target":546},{"source":534,"target":72},{"source":535,"target":547},{"source":535,"target":72},{"source":536,"target":548},{"source":536,"target":72},{"source":537,"target":549},{"source":537,"target":72},{"source":538,"target":16},{"source":73,"target":0},{"source":73,"target":15},{"source":73,"target":550},{"source":73,"target":551},{"source":73,"target":552},{"source":550,"target":553},{"source":550,"target":73},{"source":551,"target":554},{"source":551,"target":73},{"source":552,"target":15},{"source":74,"target":0},{"source":74,"target":83},{"source":74,"target":555},{"source":74,"target":556},{"source":74,"target":557},{"source":74,"target":558},{"source":74,"target":559},{"source":74,"target":560},{"source":74,"target":561},{"source":74,"target":562},{"source":74,"target":563},{"source":74,"target":564},{"source":74,"target":565},{"source":74,"target":566},{"source":555,"target":567},{"source":555,"target":74},{"source":556,"target":568},{"source":556,"target":74},{"source":557,"target":569},{"source":557,"target":74},{"source":558,"target":570},{"source":558,"target":74},{"source":559,"target":571},{"source":559,"target":74},{"source":560,"target":572},{"source":560,"target":74},{"source":561,"target":573},{"source":561,"target":74},{"source":562,"target":574},{"source":562,"target":74},{"source":563,"target":575},{"source":563,"target":74},{"source":564,"target":70},{"source":564,"target":576},{"source":564,"target":74},{"source":576,"target":70},{"source":565,"target":577},{"source":565,"target":74},{"source":566,"target":83},{"source":75,"target":0},{"source":75,"target":6},{"source":75,"target":578},{"source":75,"target":579},{"source":75,"target":580},{"source":75,"target":581},{"source":75,"target":582},{"source":578,"target":583},{"source":578,"target":75},{"source":579,"target":584},{"source":579,"target":75},{"source":580,"target":585},{"source":580,"target":75},{"source":581,"target":586},{"source":581,"target":75},{"source":582,"target":6},{"source":76,"target":0},{"source":76,"target":35},{"source":76,"target":587},{"source":587,"target":35},{"source":77,"target":0},{"source":77,"target":35},{"source":77,"target":588},{"source":588,"target":35},{"source":78,"target":0},{"source":78,"target":13},{"source":78,"target":589},{"source":78,"target":590},{"source":78,"target":591},{"source":589,"target":592},{"source":589,"target":78},{"source":590,"target":593},{"source":590,"target":78},{"source":591,"target":13},{"source":79,"target":0},{"source":79,"target":35},{"source":79,"target":594},{"source":594,"target":35},{"source":80,"target":0},{"source":80,"target":595},{"source":80,"target":596},{"source":80,"target":597},{"source":80,"target":598},{"source":80,"target":599},{"source":80,"target":600},{"source":80,"target":601},{"source":595,"target":80},{"source":596,"target":80},{"source":597,"target":80},{"source":598,"target":80},{"source":599,"target":80},{"source":600,"target":80},{"source":601,"target":80},{"source":81,"target":0},{"source":82,"target":0},{"source":82,"target":11},{"source":82,"target":602},{"source":602,"target":11},{"source":83,"target":0},{"source":83,"target":6},{"source":83,"target":603},{"source":83,"target":604},{"source":83,"target":605},{"source":83,"target":606},{"source":83,"target":607},{"source":83,"target":608},{"source":603,"target":609},{"source":603,"target":83},{"source":604,"target":85},{"source":604,"target":610},{"source":604,"target":83},{"source":610,"target":85},{"source":605,"target":611},{"source":605,"target":83},{"source":606,"target":612},{"source":606,"target":83},{"source":607,"target":613},{"source":607,"target":83},{"source":608,"target":6},{"source":84,"target":0},{"source":84,"target":41},{"source":84,"target":614},{"source":84,"target":615},{"source":84,"target":616},{"source":614,"target":617},{"source":614,"target":84},{"source":615,"target":618},{"source":615,"target":84},{"source":616,"target":41},{"source":85,"target":0},{"source":85,"target":619},{"source":85,"target":620},{"source":85,"target":621},{"source":85,"target":622},{"source":619,"target":623},{"source":619,"target":85},{"source":620,"target":624},{"source":620,"target":85},{"source":621,"target":86},{"source":621,"target":625},{"source":621,"target":85},{"source":625,"target":86},{"source":622,"target":626},{"source":622,"target":85},{"source":86,"target":0},{"source":86,"target":627},{"source":86,"target":628},{"source":86,"target":629},{"source":86,"target":630},{"source":627,"target":86},{"source":628,"target":86},{"source":629,"target":86},{"source":630,"target":86},{"source":87,"target":0},{"source":88,"target":0},{"source":88,"target":16},{"source":88,"target":631},{"source":88,"target":632},{"source":88,"target":633},{"source":88,"target":634},{"source":88,"target":635},{"source":88,"target":636},{"source":88,"target":637},{"source":631,"target":638},{"source":631,"target":88},{"source":632,"target":639},{"source":632,"target":88},{"source":633,"target":640},{"source":633,"target":88},{"source":634,"target":641},{"source":634,"target":88},{"source":635,"target":642},{"source":635,"target":88},{"source":636,"target":643},{"source":636,"target":88},{"source":637,"target":16},{"source":89,"target":0},{"source":89,"target":15},{"source":89,"target":644},{"source":89,"target":645},{"source":89,"target":646},{"source":89,"target":647},{"source":644,"target":648},{"source":644,"target":89},{"source":645,"target":649},{"source":645,"target":89},{"source":646,"target":650},{"source":646,"target":89},{"source":647,"target":15},{"source":90,"target":0},{"source":90,"target":24},{"source":90,"target":651},{"source":90,"target":652},{"source":90,"target":653},{"source":90,"target":654},{"source":90,"target":655},{"source":90,"target":656},{"source":90,"target":657},{"source":90,"target":658},{"source":90,"target":659},{"source":90,"target":660},{"source":90,"target":661},{"source":90,"target":662},{"source":90,"target":663},{"source":651,"target":664},{"source":651,"target":90},{"source":652,"target":665},{"source":652,"target":90},{"source":653,"target":666},{"source":653,"target":90},{"source":654,"target":667},{"source":654,"target":90},{"source":655,"target":668},{"source":655,"target":90},{"source":656,"target":669},{"source":656,"target":90},{"source":657,"target":670},{"source":657,"target":90},{"source":658,"target":671},{"source":658,"target":90},{"source":659,"target":672},{"source":659,"target":90},{"source":660,"target":673},{"source":660,"target":90},{"source":661,"target":674},{"source":661,"target":90},{"source":662,"target":675},{"source":662,"target":90},{"source":663,"target":24},{"source":91,"target":0},{"source":91,"target":13},{"source":91,"target":676},{"source":91,"target":677},{"source":91,"target":678},{"source":676,"target":679},{"source":676,"target":91},{"source":677,"target":680},{"source":677,"target":91},{"source":678,"target":13}],"multigraph":true}
ecore
features
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dstrueber/bigtrafo/de.imotep.featuremodel.variability.metamodel/model/featuremodel.ecore
FeatureModel FeatureModel comments constraints version root groups NamedElement name Comment element text Constraint language code Feature atMostInOneGroup chain context mandatory abstract children requiredConstraints requireConstraints group excludeConstraintsA excludeConstraintsB RequireConstraint requiredFeature feature ExcludeConstraint excludedFeatureA excludedFeatureB Group features groupType GroupType OR OR ALT ALT
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="FeatureModel" nsURI="http://de.imotep.variability/featuremodel" nsPrefix="FeatureModel"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//NamedElement"> <eOperations name="atMostInOneGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments/> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredConstraints" upperBound="-1" eType="#//RequireConstraint" eOpposite="#//RequireConstraint/requiredFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requireConstraints" upperBound="-1" eType="#//RequireConstraint" eOpposite="#//RequireConstraint/feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//Group" eOpposite="#//Group/features"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludeConstraintsA" upperBound="-1" eType="#//ExcludeConstraint" eOpposite="#//ExcludeConstraint/excludedFeatureA"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludeConstraintsB" upperBound="-1" eType="#//ExcludeConstraint" eOpposite="#//ExcludeConstraint/excludedFeatureB"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireConstraint" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredFeature" lowerBound="1" eType="#//Feature" eOpposite="#//Feature/requiredConstraints"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//Feature" eOpposite="#//Feature/requireConstraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExcludeConstraint" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="excludedFeatureA" lowerBound="1" eType="#//Feature" eOpposite="#//Feature/excludeConstraintsA"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludedFeatureB" lowerBound="1" eType="#//Feature" eOpposite="#//Feature/excludeConstraintsB"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" lowerBound="2" upperBound="-1" eType="#//Feature" eOpposite="#//Feature/group"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupType" eType="#//GroupType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GroupType"> <eLiterals name="OR"/> <eLiterals name="ALT" value="2"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"FeatureModel","nsURI":"http://de.imotep.variability/featuremodel","name":"FeatureModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireConstraint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludeConstraint","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GroupType","instanceClass":null,"id":9,"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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":"version","changeable":true,"lowerBound":0,"iD":false,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"text","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":"language","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":"code","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"atMostInOneGroup","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mandatory","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":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":"requiredConstraints","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":"requireConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludeConstraintsA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludeConstraintsB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":2,"id":58,"derived":false},{"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":"excludedFeatureA","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":"excludedFeatureB","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"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupType","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"name":"OR","id":73,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"ALT","id":74,"value":2,"literal":"ALT","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":1,"target":0},{"source":1,"target":2},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":10,"target":3},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":3},{"source":11,"target":4},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":4},{"source":12,"target":18},{"source":12,"target":1},{"source":13,"target":5},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":5},{"source":14,"target":8},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":8},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":22},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":2},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":33,"target":43},{"source":33,"target":5},{"source":33,"target":44},{"source":33,"target":45},{"source":44,"target":46},{"source":44,"target":33},{"source":45,"target":47},{"source":45,"target":33},{"source":47,"target":48},{"source":47,"target":49},{"source":34,"target":50},{"source":34,"target":5},{"source":35,"target":51},{"source":35,"target":5},{"source":36,"target":5},{"source":36,"target":52},{"source":36,"target":5},{"source":52,"target":5},{"source":37,"target":6},{"source":37,"target":53},{"source":37,"target":5},{"source":37,"target":54},{"source":53,"target":6},{"source":38,"target":6},{"source":38,"target":55},{"source":38,"target":5},{"source":38,"target":56},{"source":55,"target":6},{"source":39,"target":8},{"source":39,"target":57},{"source":39,"target":5},{"source":39,"target":58},{"source":57,"target":8},{"source":40,"target":7},{"source":40,"target":59},{"source":40,"target":5},{"source":40,"target":60},{"source":59,"target":7},{"source":41,"target":7},{"source":41,"target":61},{"source":41,"target":5},{"source":41,"target":62},{"source":61,"target":7},{"source":42,"target":2},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":54},{"source":6,"target":56},{"source":6,"target":63},{"source":54,"target":5},{"source":54,"target":64},{"source":54,"target":6},{"source":54,"target":37},{"source":64,"target":5},{"source":56,"target":5},{"source":56,"target":65},{"source":56,"target":6},{"source":56,"target":38},{"source":65,"target":5},{"source":63,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":60},{"source":7,"target":62},{"source":7,"target":66},{"source":60,"target":5},{"source":60,"target":67},{"source":60,"target":7},{"source":60,"target":40},{"source":67,"target":5},{"source":62,"target":5},{"source":62,"target":68},{"source":62,"target":7},{"source":62,"target":41},{"source":68,"target":5},{"source":66,"target":4},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":58},{"source":8,"target":69},{"source":8,"target":70},{"source":58,"target":5},{"source":58,"target":71},{"source":58,"target":8},{"source":58,"target":39},{"source":71,"target":5},{"source":69,"target":9},{"source":69,"target":72},{"source":69,"target":8},{"source":72,"target":9},{"source":70,"target":2},{"source":9,"target":0},{"source":9,"target":73},{"source":9,"target":74},{"source":73,"target":9},{"source":74,"target":9}],"multigraph":true}
ecore
company
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/adilinam/QVTo-QVTd-OCL/org.eclipse.ocl.ecore.tests/model/Company.ecore
company Company dummyInvariant diagnostics context name employees size Employee reportsTo manager noManagerImpliesDirectReports diagnostics context hasNameAsOperation name manager company directReports allReports reportingChain hasNameAsAttribute CompanySizeKind small small medium medium large large Bug418716 AttributeWithInitital AttributeWithoutInitital
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="company" nsURI="http://www.eclipse.org/ocl/test/2010/Company.ecore" nsPrefix="co"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eOperations name="dummyInvariant" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true" eOpposite="#//Employee/company"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="#//CompanySizeKind" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="let table : Set(Tuple(range : Sequence(Integer), size : CompanySizeKind)) =&#xD; Set{Tuple{range=Sequence{0..49}, size=CompanySizeKind::small},&#xD; Tuple{range=Sequence{50..999}, size=CompanySizeKind::medium},&#xD; Tuple{range=Sequence{1000..1000000}, size=CompanySizeKind::large}} in&#xD;table->any(range->includes(employees->size())).size"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveName mustHaveNonEmptyName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="mustHaveName" value="not name.oclIsUndefined() and hasNameAsAttribute and hasNameAsOperation()"/> <details key="mustHaveNonEmptyName" value="Tuple {&#xA;&#x9;message : String = 'this is a \'precondition\'\n',&#xA;&#x9;status : Boolean = name->notEmpty() implies name.size() > 0&#xA;}.status"/> </eAnnotations> <eOperations name="reportsTo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="self.reportingChain->includes(manager)"/> </eAnnotations> <eParameters name="manager" eType="#//Employee"/> </eOperations> <eOperations name="noManagerImpliesDirectReports" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="manager.oclIsUndefined() implies directReports->size() > 0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="hasNameAsOperation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="name &lt;> null"/> </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="manager" eType="#//Employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="company" lowerBound="1" eType="#//Company" eOpposite="#//Company/employees"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directReports" upperBound="-1" eType="#//Employee" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="company.employees->select(manager = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allReports" ordered="false" upperBound="-1" eType="#//Employee" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="Employee.allInstances()->select(reportsTo(self))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reportingChain" upperBound="-1" eType="#//Employee" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if (manager.oclIsUndefined()) then&#xD; OrderedSet{}&#xD;else&#xD; manager.reportingChain->prepend(manager)&#xD;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasNameAsAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="name &lt;> null"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompanySizeKind"> <eLiterals name="small"/> <eLiterals name="medium" value="1"/> <eLiterals name="large" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bug418716"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AttributeWithInitital" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="initial" value="100"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AttributeWithoutInitital" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"co","nsURI":"http://www.eclipse.org/ocl/test/2010/Company.ecore","name":"company","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompanySizeKind","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bug418716","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"dummyInvariant","lowerBound":1,"id":5,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"size","changeable":false,"lowerBound":1,"iD":false,"id":8,"derived":true},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EParameter"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"company","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reportsTo","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"noManagerImpliesDirectReports","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasNameAsOperation","lowerBound":1,"id":22,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":"directReports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allReports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":26,"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":"reportingChain","changeable":false,"resolveProxies":true,"lowerBound":0,"id":27,"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":"hasNameAsAttribute","changeable":false,"lowerBound":0,"iD":false,"id":28,"derived":true},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"manager","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":34,"many":false,"required":false,"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"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"name":"small","id":47,"value":0,"literal":"small","eClass":"EEnumLiteral"},{"name":"medium","id":48,"value":1,"literal":"medium","eClass":"EEnumLiteral"},{"name":"large","id":49,"value":2,"literal":"large","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":"AttributeWithInitital","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AttributeWithoutInitital","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":5,"target":11},{"source":10,"target":12},{"source":10,"target":5},{"source":11,"target":13},{"source":11,"target":5},{"source":13,"target":14},{"source":13,"target":15},{"source":6,"target":16},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":17},{"source":7,"target":1},{"source":7,"target":18},{"source":17,"target":2},{"source":8,"target":3},{"source":8,"target":19},{"source":8,"target":1},{"source":19,"target":3},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":18},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":20,"target":29},{"source":20,"target":2},{"source":20,"target":30},{"source":30,"target":2},{"source":30,"target":31},{"source":30,"target":20},{"source":31,"target":2},{"source":21,"target":32},{"source":21,"target":2},{"source":21,"target":33},{"source":21,"target":34},{"source":33,"target":35},{"source":33,"target":21},{"source":34,"target":36},{"source":34,"target":21},{"source":36,"target":37},{"source":36,"target":38},{"source":22,"target":39},{"source":22,"target":2},{"source":23,"target":40},{"source":23,"target":2},{"source":24,"target":2},{"source":24,"target":41},{"source":24,"target":2},{"source":41,"target":2},{"source":18,"target":1},{"source":18,"target":42},{"source":18,"target":2},{"source":18,"target":7},{"source":42,"target":1},{"source":25,"target":2},{"source":25,"target":43},{"source":25,"target":2},{"source":43,"target":2},{"source":26,"target":2},{"source":26,"target":44},{"source":26,"target":2},{"source":44,"target":2},{"source":27,"target":2},{"source":27,"target":45},{"source":27,"target":2},{"source":45,"target":2},{"source":28,"target":46},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":47,"target":3},{"source":48,"target":3},{"source":49,"target":3},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":51},{"source":50,"target":52},{"source":50,"target":4},{"source":51,"target":53},{"source":51,"target":4}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/adilinam/QVTo-QVTd-OCL/org.eclipse.qvto.examples.xtext.imperativeocl/model/ImperativeOCLCS.ecore
imperativeoclcs AssertExpCS assertion log severity AssignStatementCS lValueCS oclExpressionCS incremental BlockExpCS expressions DictLiteralExpCS ownedParts DictLiteralPartCS key value DictTypeCS keyType valueType ComputeExpCS returnedElement ImperativeIterateExpCS target ImperativeLoopExpCS condition InstantiationExpCS typeSpecCS arguments DoExpCS condition ExceptCS except body ExpressionBlockCS body ExpressionStatementCS oclExpressionCS ForExpCS ListTypeCS type ListLiteralExpCS ownedParts LogExpCS condition QuitExpCS keyword value RaiseExpCS ReturnExpCS value StatementCS SwitchAltCS condition body keyword SwitchExpCS alternativePart elsePart TryExpCS catch VariableInitializationCS oclExpressionCS simpleNameCS typeCS withResult false WhileExpCS condition resultVar
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="imperativeoclcs" nsURI="http://www.eclipse.org/qvt/pivot/1.0/ImperativeOCLCS" nsPrefix="imperativeoclcs"> <eClassifiers xsi:type="ecore:EClass" name="AssertExpCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" eType="#//LogExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignStatementCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lValueCS" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incremental" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockExpCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="#//DictLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralPartCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//PrimitiveLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictTypeCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeExpCS" eSuperTypes="#//ExpressionBlockCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedElement" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeIterateExpCS" eSuperTypes="#//ImperativeLoopExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeLoopExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//CallExpCS #//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationExpCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecCS" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoExpCS" eSuperTypes="#//ExpressionBlockCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ElementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="except" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionBlockCS" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatementCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForExpCS" eSuperTypes="#//ImperativeLoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="ListTypeCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListLiteralExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParts" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//CollectionLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuitExpCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseExpCS" eSuperTypes="#//StatementCS"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnExpCS" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementCS" abstract="true" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchAltCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchExpCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternativePart" lowerBound="1" upperBound="-1" eType="#//SwitchAltCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryExpCS" eSuperTypes="#//ExpressionBlockCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="catch" upperBound="-1" eType="#//ExceptCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableInitializationCS" eSuperTypes="#//StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleNameCS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withResult" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileExpCS" eSuperTypes="#//ExpressionBlockCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVar" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//VariableCS" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"imperativeoclcs","nsURI":"http://www.eclipse.org/qvt/pivot/1.0/ImperativeOCLCS","name":"imperativeoclcs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExpCS","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignStatementCS","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExpCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExpCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPartCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictTypeCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExpCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExpCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExpCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExpCS","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoExpCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionBlockCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatementCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExpCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListTypeCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteralExpCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExpCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuitExpCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExpCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExpCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementCS","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchAltCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExpCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExpCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitializationCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExpCS","instanceClass":null,"abstract":false,"id":27,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lValueCS","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":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incremental","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"},{"container":false,"ordered":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":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":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"typeSpecCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"except","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":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":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"keyword","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternativePart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"simpleNameCS","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"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":"withResult","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":22},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":28,"target":32},{"source":28,"target":1},{"source":29,"target":18},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":18},{"source":30,"target":34},{"source":30,"target":1},{"source":31,"target":22},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":35,"target":39},{"source":35,"target":2},{"source":36,"target":40},{"source":36,"target":2},{"source":37,"target":41},{"source":37,"target":2},{"source":38,"target":22},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":44},{"source":42,"target":3},{"source":43,"target":22},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":5},{"source":45,"target":47},{"source":45,"target":4},{"source":47,"target":5},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":48,"target":51},{"source":48,"target":5},{"source":49,"target":52},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":53,"target":56},{"source":53,"target":6},{"source":54,"target":57},{"source":54,"target":6},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":58},{"source":7,"target":59},{"source":58,"target":60},{"source":58,"target":7},{"source":59,"target":13},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":61},{"source":8,"target":62},{"source":61,"target":63},{"source":61,"target":8},{"source":62,"target":9},{"source":9,"target":0},{"source":9,"target":22},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":64,"target":67},{"source":64,"target":9},{"source":66,"target":22},{"source":10,"target":0},{"source":10,"target":22},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":68,"target":71},{"source":68,"target":10},{"source":69,"target":72},{"source":69,"target":10},{"source":70,"target":22},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":73},{"source":11,"target":74},{"source":73,"target":75},{"source":73,"target":11},{"source":74,"target":13},{"source":12,"target":0},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":76,"target":79},{"source":76,"target":12},{"source":77,"target":80},{"source":77,"target":12},{"source":13,"target":0},{"source":13,"target":81},{"source":13,"target":82},{"source":81,"target":83},{"source":81,"target":13},{"source":14,"target":0},{"source":14,"target":22},{"source":14,"target":84},{"source":14,"target":85},{"source":84,"target":86},{"source":84,"target":14},{"source":85,"target":22},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":87},{"source":87,"target":9},{"source":16,"target":0},{"source":16,"target":88},{"source":16,"target":89},{"source":88,"target":90},{"source":88,"target":16},{"source":17,"target":0},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":93},{"source":91,"target":17},{"source":18,"target":0},{"source":18,"target":94},{"source":18,"target":95},{"source":94,"target":96},{"source":94,"target":18},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":97,"target":100},{"source":97,"target":19},{"source":98,"target":101},{"source":98,"target":19},{"source":99,"target":22},{"source":20,"target":0},{"source":20,"target":22},{"source":20,"target":102},{"source":102,"target":22},{"source":21,"target":0},{"source":21,"target":103},{"source":21,"target":104},{"source":103,"target":105},{"source":103,"target":21},{"source":22,"target":0},{"source":22,"target":106},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":107},{"source":23,"target":108},{"source":23,"target":109},{"source":23,"target":110},{"source":107,"target":111},{"source":107,"target":23},{"source":108,"target":112},{"source":108,"target":23},{"source":109,"target":113},{"source":109,"target":23},{"source":110,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":114},{"source":24,"target":115},{"source":24,"target":116},{"source":114,"target":23},{"source":114,"target":117},{"source":114,"target":24},{"source":117,"target":23},{"source":115,"target":118},{"source":115,"target":24},{"source":116,"target":22},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":119},{"source":25,"target":120},{"source":119,"target":12},{"source":119,"target":121},{"source":119,"target":25},{"source":121,"target":12},{"source":120,"target":13},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":122},{"source":26,"target":123},{"source":26,"target":124},{"source":26,"target":125},{"source":26,"target":126},{"source":122,"target":127},{"source":122,"target":26},{"source":123,"target":128},{"source":123,"target":26},{"source":124,"target":129},{"source":124,"target":26},{"source":125,"target":130},{"source":125,"target":26},{"source":126,"target":22},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":131},{"source":27,"target":132},{"source":27,"target":133},{"source":131,"target":134},{"source":131,"target":27},{"source":132,"target":135},{"source":132,"target":27},{"source":133,"target":13}],"multigraph":true}
ecore
books
repo-ecore-all/data/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/samples.ecore
samples Author name books Book title author
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="samples" nsURI="http:///name/njbartlett/osgi/emf/samples.ecore" nsPrefix="name.njbartlett.osgi.emf.samples"> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Author"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"name.njbartlett.osgi.emf.samples","nsURI":"http:///name/njbartlett/osgi/emf/samples.ecore","name":"samples","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"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":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":7,"target":9},{"source":7,"target":2},{"source":8,"target":1},{"source":8,"target":10},{"source":8,"target":2},{"source":10,"target":1}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/AniketosEU/Secure-Service-Specification-and-Deployment/Service Composition Framework/eu.aniketos.mtm.model/model/DI.ecore
mtm_di Diagram documentation id name resolution DiagramElement extension id anyAttribute Edge waypoint ExtensionType any Label bounds LabeledEdge LabeledShape Node Plane diagramElementGroup diagramElement Shape bounds Style id DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation diagramElement diagram edge label labeledEdge labeledShape node plane shape style
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mtm_di" nsURI="http://www.omg.org/spec/DD/20100524/DI" nsPrefix="mtm_di"> <eAnnotations source="emf.gen"> <details key="basePackage" value="eu.aniketos.wp5.mtm"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Diagram" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Diagram"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" 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="documentation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//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="resolution" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="resolution"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DiagramElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" eType="#//ExtensionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="extension"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <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="Edge" abstract="true" eSuperTypes="#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Edge"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" lowerBound="2" upperBound="-1" eType="ecore:EClass DC.ecore#//Point" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="waypoint"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="extension_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true" eSuperTypes="#//Node"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Label"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="ecore:EClass DC.ecore#//Bounds" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Bounds"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledEdge" abstract="true" eSuperTypes="#//Edge"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LabeledEdge"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledShape" abstract="true" eSuperTypes="#//Shape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LabeledShape"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Node"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plane" abstract="true" eSuperTypes="#//Node"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Plane"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diagramElementGroup" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="DiagramElement:group"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramElement" upperBound="-1" eType="#//DiagramElement" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DiagramElement"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="DiagramElement:group"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//Node"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Shape"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" lowerBound="1" eType="ecore:EClass DC.ecore#//Bounds" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Bounds"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Style" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Style"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </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="diagramElement" upperBound="-2" eType="#//DiagramElement" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DiagramElement"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="diagram" upperBound="-2" eType="#//Diagram" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Diagram"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" upperBound="-2" eType="#//Edge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Edge"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-2" eType="#//Label" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Label"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labeledEdge" upperBound="-2" eType="#//LabeledEdge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LabeledEdge"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labeledShape" upperBound="-2" eType="#//LabeledShape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LabeledShape"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-2" eType="#//Node" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Node"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="plane" upperBound="-2" eType="#//Plane" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Plane"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="shape" upperBound="-2" eType="#//Shape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Shape"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="style" upperBound="-2" eType="#//Style" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Style"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"mtm_di","nsURI":"http://www.omg.org/spec/DD/20100524/DI","name":"mtm_di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledEdge","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledShape","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plane","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","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":"documentation","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":22,"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":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoint","changeable":true,"resolveProxies":false,"lowerBound":2,"id":27,"derived":false},{"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":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":false,"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"diagramElementGroup","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"diagramElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"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":"bounds","changeable":true,"resolveProxies":false,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"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":"diagramElement","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":"diagram","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"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":"edge","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"label","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":"labeledEdge","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":"labeledShape","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":"node","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":"plane","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":"shape","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":"style","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":true},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":17},{"source":13,"target":1},{"source":14,"target":18},{"source":14,"target":1},{"source":15,"target":19},{"source":15,"target":1},{"source":16,"target":20},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":2},{"source":24,"target":4},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":29},{"source":27,"target":3},{"source":28,"target":2},{"source":4,"target":0},{"source":4,"target":30},{"source":30,"target":31},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":34},{"source":32,"target":5},{"source":33,"target":8},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":35},{"source":35,"target":3},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":36},{"source":36,"target":10},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":37},{"source":37,"target":2},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":38},{"source":9,"target":39},{"source":9,"target":40},{"source":38,"target":41},{"source":38,"target":9},{"source":39,"target":2},{"source":39,"target":42},{"source":39,"target":9},{"source":42,"target":2},{"source":40,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":45},{"source":43,"target":10},{"source":44,"target":8},{"source":11,"target":0},{"source":11,"target":46},{"source":46,"target":47},{"source":46,"target":11},{"source":12,"target":0},{"source":12,"target":48},{"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":48,"target":61},{"source":48,"target":12},{"source":49,"target":62},{"source":49,"target":12},{"source":50,"target":63},{"source":50,"target":12},{"source":51,"target":2},{"source":51,"target":64},{"source":51,"target":12},{"source":64,"target":2},{"source":52,"target":1},{"source":52,"target":65},{"source":52,"target":12},{"source":65,"target":1},{"source":53,"target":3},{"source":53,"target":66},{"source":53,"target":12},{"source":66,"target":3},{"source":54,"target":5},{"source":54,"target":67},{"source":54,"target":12},{"source":67,"target":5},{"source":55,"target":6},{"source":55,"target":68},{"source":55,"target":12},{"source":68,"target":6},{"source":56,"target":7},{"source":56,"target":69},{"source":56,"target":12},{"source":69,"target":7},{"source":57,"target":8},{"source":57,"target":70},{"source":57,"target":12},{"source":70,"target":8},{"source":58,"target":9},{"source":58,"target":71},{"source":58,"target":12},{"source":71,"target":9},{"source":59,"target":10},{"source":59,"target":72},{"source":59,"target":12},{"source":72,"target":10},{"source":60,"target":11},{"source":60,"target":73},{"source":60,"target":12},{"source":73,"target":11}],"multigraph":true}
ecore
expressions
repo-ecore-all/data/dvojtise/cellularautomata/domain/org.kermeta.language.sample.cellularautomata.rules.core.model/metamodel/rules_core.ecore
core Rule evaluatedVal filter Add IntegerExpression UnaryExpression target And Or Not Greater Lower IntegerLiteral val Conditional condition ifTrueExpression ifFalseExpression BinaryExpression left right Mult Div Filter Mod UMinus Minus Equal
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="core" nsURI="http://rules/core/1.0" nsPrefix="core"> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluatedVal" lowerBound="1" eType="#//IntegerExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Filter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" abstract="true" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//IntegerExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//IntegerExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifTrueExpression" lowerBound="1" eType="#//IntegerExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifFalseExpression" lowerBound="1" eType="#//IntegerExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//IntegerExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//IntegerExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Filter" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UMinus" eSuperTypes="#//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//BinaryExpression"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"core","nsURI":"http://rules/core/1.0","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"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":"Filter","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMinus","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":19,"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":"evaluatedVal","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"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":"val","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ifTrueExpression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ifFalseExpression","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"},{"container":false,"ordered":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":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":"right","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"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":3},{"source":20,"target":22},{"source":20,"target":1},{"source":22,"target":3},{"source":21,"target":15},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":15},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":24},{"source":24,"target":12},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":3},{"source":25,"target":27},{"source":25,"target":4},{"source":27,"target":3},{"source":26,"target":3},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":28},{"source":28,"target":12},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":29},{"source":29,"target":12},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":30},{"source":30,"target":4},{"source":8,"target":0},{"source":8,"target":12},{"source":8,"target":31},{"source":31,"target":12},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":32},{"source":32,"target":12},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":33},{"source":10,"target":34},{"source":33,"target":35},{"source":33,"target":10},{"source":34,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":36},{"source":11,"target":37},{"source":11,"target":38},{"source":11,"target":39},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":11},{"source":40,"target":3},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":11},{"source":41,"target":3},{"source":38,"target":3},{"source":38,"target":42},{"source":38,"target":11},{"source":42,"target":3},{"source":39,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":43,"target":3},{"source":43,"target":46},{"source":43,"target":12},{"source":46,"target":3},{"source":44,"target":3},{"source":44,"target":47},{"source":44,"target":12},{"source":47,"target":3},{"source":45,"target":3},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":48},{"source":48,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":49},{"source":49,"target":12},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":50},{"source":50,"target":12},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":51},{"source":51,"target":4},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":52},{"source":52,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":53},{"source":53,"target":12}],"multigraph":true}
ecore
relational
repo-ecore-all/data/AresEkb/sql/org.emftext.language.sql/model/sql.ecore
sql Dummy common SQLScript statements DirectSQLStatement UnsignedInteger org.emftext.language.sql.UnsignedInteger org.emftext.language.sql.UnsignedInteger Separator Comment value SimpleComment BracketedComment Statement SchemaQualifiedName catalogName schemaName name DateType java.time.LocalDate java.time.LocalDate TimeType java.time.LocalTime java.time.LocalTime TimestampType java.time.ZonedDateTime java.time.ZonedDateTime literal Literal GeneralLiteral CharacterStringLiteral characterSetName NationalCharacterStringLiteral values separators DatetimeLiteral BooleanLiteral value DateLiteral value TimeLiteral value TimestampLiteral value ExactNumericLiteral value ApproximateNumericLiteral value NumericLiteral datatype DataType PredefinedType CharacterStringType kind length characterSetName collationName NationalCharacterStringType kind length collationName BinaryLargeObjectStringType kind length NumericType BooleanType DatetimeType CharacterStringTypeKind CHARACTER CHARACTER CHAR CHAR CHARACTER_VARYING CHARACTER_VARYING CHAR_VARYING CHAR_VARYING VARCHAR VARCHAR NationalCharacterStringTypeKind NATIONAL_CHARACTER NATIONAL_CHARACTER NATIONAL_CHAR NATIONAL_CHAR NCHAR NCHAR NATIONAL_CHARACTER_VARYING NATIONAL_CHARACTER_VARYING NATIONAL_CHAR_VARYING NATIONAL_CHAR_VARYING NCHAR_VARYING NCHAR_VARYING BinaryLargeObjectStringTypeKind BINARY_LARGE_OBJECT BINARY_LARGE_OBJECT BLOB BLOB ExactNumericTypeKind NUMERIC NUMERIC DECIMAL DECIMAL DEC DEC SMALLINT SMALLINT INTEGER INTEGER INT INT BIGINT BIGINT ApproximateNumericTypeKind FLOAT FLOAT REAL REAL DOUBLE_PRECISION DOUBLE_PRECISION ExactNumericType kind precision scale ApproximateNumericType kind precision LargeObjectLength value multiplier units Multiplier K K M M G G CharLengthUnits CHARACTERS CHARACTERS CODE_UNITS CODE_UNITS OCTETS OCTETS DateType TimeType precision 0 withTimeZone TimestampType precision 6 withTimeZone function DatetimeValueFunction kind precision DatetimeValueFunctionKind CURRENT_DATE CURRENT_DATE CURRENT_TIME CURRENT_TIME LOCALTIME LOCALTIME CURRENT_TIMESTAMP CURRENT_TIMESTAMP LOCALTIMESTAMP LOCALTIMESTAMP expression ImplicitlyTypedValueSpecification NullSpecification schema TableDefinition label schemaQualifiedName scope contentsSource TableElementList elements TableElement owner Column name dataType defaultOption constraint collationName TableConstraint schemaQualifiedName TableContentsSource owner DefaultOption owner ColumnConstraint owner schemaQualifiedName NotNullColumnConstraint UniqueColumnConstraint ReferentialColumnConstraint TableScope PERSISTENT PERSISTENT GLOBAL_TEMPORARY GLOBAL_TEMPORARY LOCAL_TEMPORARY LOCAL_TEMPORARY SQLSchemaStatement SQLSchemaDefinitionStatement LiteralDefaultOption literal DatetimeValueFunctionDefaultOption function ImplicitlyTypedValueSpecificationDefaultOption specification UniqueSpecificationKind UNIQUE UNIQUE PRIMARY_KEY PRIMARY_KEY UniqueTableConstraint ReferentialTableConstraint UniqueConstraint kind ReferentialConstraint referencedColumns referencedTable TableReference catalogName schemaName target TableColumnsConstraint columns
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sql" nsURI="http://www.emftext.org/language/sql" nsPrefix="sql"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Dummy"/> <eSubpackages name="common" nsURI="http://www.emftext.org/language/sql/common" nsPrefix="common"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="conversionDelegates" value="org.emftext.language.sql.conversionDelegateFactory"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SQLScript"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//common/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectSQLStatement" abstract="true" eSuperTypes="#//common/Statement"/> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedInteger" instanceClassName="org.emftext.language.sql.UnsignedInteger"/> <eClassifiers xsi:type="ecore:EClass" name="Separator" abstract="true" eSuperTypes="#//common/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//common/Separator"> <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="SimpleComment" eSuperTypes="#//common/Comment"/> <eClassifiers xsi:type="ecore:EClass" name="BracketedComment" eSuperTypes="#//common/Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SchemaQualifiedName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="catalogName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaName" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DateType" instanceClassName="java.time.LocalDate"> <eAnnotations source="org.emftext.language.sql.conversionDelegateFactory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TimeType" instanceClassName="java.time.LocalTime"> <eAnnotations source="org.emftext.language.sql.conversionDelegateFactory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TimestampType" instanceClassName="java.time.ZonedDateTime"> <eAnnotations source="org.emftext.language.sql.conversionDelegateFactory"/> </eClassifiers> </eSubpackages> <eSubpackages name="literal" nsURI="http://www.emftext.org/language/sql/literal" nsPrefix="literal"> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralLiteral" abstract="true" eSuperTypes="#//literal/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="CharacterStringLiteral" eSuperTypes="#//literal/NationalCharacterStringLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="characterSetName" eType="#//common/SchemaQualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NationalCharacterStringLiteral" eSuperTypes="#//literal/GeneralLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="separators" upperBound="-1" eType="#//common/Separator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatetimeLiteral" abstract="true" eSuperTypes="#//literal/GeneralLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//literal/GeneralLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateLiteral" eSuperTypes="#//literal/DatetimeLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//common/DateType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeLiteral" eSuperTypes="#//literal/DatetimeLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//common/TimeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimestampLiteral" eSuperTypes="#//literal/DatetimeLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//common/TimestampType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExactNumericLiteral" eSuperTypes="#//literal/NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApproximateNumericLiteral" eSuperTypes="#//literal/NumericLiteral"> <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="NumericLiteral" abstract="true" eSuperTypes="#//literal/Literal"/> </eSubpackages> <eSubpackages name="datatype" nsURI="http://www.emftext.org/language/sql/datatype" nsPrefix="datatype"> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PredefinedType" abstract="true" eSuperTypes="#//datatype/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="CharacterStringType" eSuperTypes="#//datatype/PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//datatype/CharacterStringTypeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="#//common/UnsignedInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="characterSetName" eType="#//common/SchemaQualifiedName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collationName" eType="#//common/SchemaQualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NationalCharacterStringType" eSuperTypes="#//datatype/PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//datatype/NationalCharacterStringTypeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="#//common/UnsignedInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collationName" eType="#//common/SchemaQualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryLargeObjectStringType" eSuperTypes="#//datatype/PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//datatype/BinaryLargeObjectStringTypeKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="length" eType="#//datatype/LargeObjectLength" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//datatype/PredefinedType"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//datatype/PredefinedType"/> <eClassifiers xsi:type="ecore:EClass" name="DatetimeType" abstract="true" eSuperTypes="#//datatype/PredefinedType"/> <eClassifiers xsi:type="ecore:EEnum" name="CharacterStringTypeKind"> <eLiterals name="CHARACTER"/> <eLiterals name="CHAR" value="1"/> <eLiterals name="CHARACTER_VARYING" value="2"/> <eLiterals name="CHAR_VARYING" value="3"/> <eLiterals name="VARCHAR" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NationalCharacterStringTypeKind"> <eLiterals name="NATIONAL_CHARACTER"/> <eLiterals name="NATIONAL_CHAR" value="1"/> <eLiterals name="NCHAR" value="2"/> <eLiterals name="NATIONAL_CHARACTER_VARYING" value="3"/> <eLiterals name="NATIONAL_CHAR_VARYING" value="4"/> <eLiterals name="NCHAR_VARYING" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryLargeObjectStringTypeKind"> <eLiterals name="BINARY_LARGE_OBJECT"/> <eLiterals name="BLOB" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExactNumericTypeKind"> <eLiterals name="NUMERIC"/> <eLiterals name="DECIMAL" value="1"/> <eLiterals name="DEC" value="2"/> <eLiterals name="SMALLINT" value="3"/> <eLiterals name="INTEGER" value="4"/> <eLiterals name="INT" value="5"/> <eLiterals name="BIGINT" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ApproximateNumericTypeKind"> <eLiterals name="FLOAT"/> <eLiterals name="REAL" value="1"/> <eLiterals name="DOUBLE_PRECISION" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExactNumericType" eSuperTypes="#//datatype/NumericType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//datatype/ExactNumericTypeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="#//common/UnsignedInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="#//common/UnsignedInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApproximateNumericType" eSuperTypes="#//datatype/NumericType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//datatype/ApproximateNumericTypeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="#//common/UnsignedInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LargeObjectLength"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//common/UnsignedInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplier" eType="#//datatype/Multiplier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="units" eType="#//datatype/CharLengthUnits"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Multiplier"> <eLiterals name="K"/> <eLiterals name="M" value="1"/> <eLiterals name="G" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CharLengthUnits"> <eLiterals name="CHARACTERS"/> <eLiterals name="CODE_UNITS" value="1"/> <eLiterals name="OCTETS" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateType" eSuperTypes="#//datatype/DatetimeType"/> <eClassifiers xsi:type="ecore:EClass" name="TimeType" eSuperTypes="#//datatype/DatetimeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="#//common/UnsignedInteger" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withTimeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimestampType" eSuperTypes="#//datatype/DatetimeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="#//common/UnsignedInteger" defaultValueLiteral="6"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withTimeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> </eSubpackages> <eSubpackages name="function" nsURI="http://www.emftext.org/language/sql/function" nsPrefix="function"> <eClassifiers xsi:type="ecore:EClass" name="DatetimeValueFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//function/DatetimeValueFunctionKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="#//common/UnsignedInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DatetimeValueFunctionKind"> <eLiterals name="CURRENT_DATE"/> <eLiterals name="CURRENT_TIME" value="1"/> <eLiterals name="LOCALTIME" value="2"/> <eLiterals name="CURRENT_TIMESTAMP" value="3"/> <eLiterals name="LOCALTIMESTAMP" value="4"/> </eClassifiers> </eSubpackages> <eSubpackages name="expression" nsURI="http://www.emftext.org/language/sql/expression" nsPrefix="expression"> <eClassifiers xsi:type="ecore:EClass" name="ImplicitlyTypedValueSpecification" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NullSpecification" eSuperTypes="#//expression/ImplicitlyTypedValueSpecification"/> </eSubpackages> <eSubpackages name="schema" nsURI="http://www.emftext.org/language/sql/schema" nsPrefix="schema"> <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="TableDefinition" eSuperTypes="#//schema/SQLSchemaDefinitionStatement http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="if schemaQualifiedName.oclIsUndefined() then '' else schemaQualifiedName.name endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="schemaQualifiedName" lowerBound="1" eType="#//common/SchemaQualifiedName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" lowerBound="1" eType="#//schema/TableScope" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentsSource" lowerBound="1" eType="#//schema/TableContentsSource" containment="true" eOpposite="#//schema/TableContentsSource/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableElementList" eSuperTypes="#//schema/TableContentsSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//schema/TableElement" containment="true" eOpposite="#//schema/TableElement/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//schema/TableElementList" eOpposite="#//schema/TableElementList/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//schema/TableElement"> <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="dataType" lowerBound="1" eType="#//datatype/DataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultOption" eType="#//schema/DefaultOption" containment="true" eOpposite="#//schema/DefaultOption/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="#//schema/ColumnConstraint" containment="true" eOpposite="#//schema/ColumnConstraint/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collationName" eType="#//common/SchemaQualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableConstraint" abstract="true" eSuperTypes="#//schema/TableElement http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="schemaQualifiedName" eType="#//common/SchemaQualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableContentsSource" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//schema/TableDefinition" transient="true" eOpposite="#//schema/TableDefinition/contentsSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultOption" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//schema/Column" eOpposite="#//schema/Column/defaultOption"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnConstraint" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//schema/Column" eOpposite="#//schema/Column/constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schemaQualifiedName" eType="#//common/SchemaQualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotNullColumnConstraint" eSuperTypes="#//schema/ColumnConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueColumnConstraint" eSuperTypes="#//schema/UniqueConstraint #//schema/ColumnConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReferentialColumnConstraint" eSuperTypes="#//schema/ReferentialConstraint #//schema/ColumnConstraint"/> <eClassifiers xsi:type="ecore:EEnum" name="TableScope"> <eLiterals name="PERSISTENT"/> <eLiterals name="GLOBAL_TEMPORARY" value="1"/> <eLiterals name="LOCAL_TEMPORARY" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SQLSchemaStatement" abstract="true" eSuperTypes="#//common/DirectSQLStatement"/> <eClassifiers xsi:type="ecore:EClass" name="SQLSchemaDefinitionStatement" abstract="true" eSuperTypes="#//schema/SQLSchemaStatement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralDefaultOption" eSuperTypes="#//schema/DefaultOption"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" eType="#//literal/Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatetimeValueFunctionDefaultOption" eSuperTypes="#//schema/DefaultOption"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//function/DatetimeValueFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplicitlyTypedValueSpecificationDefaultOption" eSuperTypes="#//schema/DefaultOption"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1" eType="#//expression/ImplicitlyTypedValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UniqueSpecificationKind"> <eLiterals name="UNIQUE"/> <eLiterals name="PRIMARY_KEY" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueTableConstraint" eSuperTypes="#//schema/UniqueConstraint #//schema/TableColumnsConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReferentialTableConstraint" eSuperTypes="#//schema/ReferentialConstraint #//schema/TableColumnsConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="columnsMustBeCompatible"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="columnsMustBeCompatible" value="columns->size() = referencedColumns->size()"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueConstraint" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//schema/UniqueSpecificationKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferentialConstraint" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedColumns" upperBound="-1" eType="#//schema/Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedTable" lowerBound="1" eType="#//schema/TableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="catalogName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//schema/TableDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableColumnsConstraint" abstract="true" eSuperTypes="#//schema/TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="#//schema/Column"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sql","nsURI":"http://www.emftext.org/language/sql","name":"sql","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dummy","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"common","nsURI":"http://www.emftext.org/language/sql/common","name":"common","id":2,"eClass":"EPackage"},{"nsPrefix":"literal","nsURI":"http://www.emftext.org/language/sql/literal","name":"literal","id":3,"eClass":"EPackage"},{"nsPrefix":"datatype","nsURI":"http://www.emftext.org/language/sql/datatype","name":"datatype","id":4,"eClass":"EPackage"},{"nsPrefix":"function","nsURI":"http://www.emftext.org/language/sql/function","name":"function","id":5,"eClass":"EPackage"},{"nsPrefix":"expression","nsURI":"http://www.emftext.org/language/sql/expression","name":"expression","id":6,"eClass":"EPackage"},{"nsPrefix":"schema","nsURI":"http://www.emftext.org/language/sql/schema","name":"schema","id":7,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLScript","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectSQLStatement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.emftext.language.sql.UnsignedInteger","defaultValue":null,"instanceClassName":"org.emftext.language.sql.UnsignedInteger","name":"UnsignedInteger","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Separator","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleComment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BracketedComment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaQualifiedName","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.time.LocalDate","defaultValue":null,"instanceClassName":"java.time.LocalDate","name":"DateType","instanceClass":"java.time.LocalDate","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.time.LocalTime","defaultValue":null,"instanceClassName":"java.time.LocalTime","name":"TimeType","instanceClass":"java.time.LocalTime","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.time.ZonedDateTime","defaultValue":null,"instanceClassName":"java.time.ZonedDateTime","name":"TimestampType","instanceClass":"java.time.ZonedDateTime","id":19,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalogName","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":"schemaName","changeable":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralLiteral","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterStringLiteral","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NationalCharacterStringLiteral","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatetimeLiteral","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeLiteral","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimestampLiteral","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExactNumericLiteral","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApproximateNumericLiteral","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","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":true,"unsettable":false,"transient":false,"unique":true,"name":"characterSetName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"values","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"separators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedType","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterStringType","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NationalCharacterStringType","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryLargeObjectStringType","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatetimeType","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CharacterStringTypeKind","instanceClass":null,"id":84,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NationalCharacterStringTypeKind","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryLargeObjectStringTypeKind","instanceClass":null,"id":86,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExactNumericTypeKind","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ApproximateNumericTypeKind","instanceClass":null,"id":88,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExactNumericType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApproximateNumericType","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LargeObjectLength","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplier","instanceClass":null,"id":92,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CharLengthUnits","instanceClass":null,"id":93,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimestampType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"id":97,"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":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":"length","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"characterSetName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collationName","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"},{"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":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":"length","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collationName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"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":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":"length","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":"CHARACTER","id":122,"value":0,"literal":"CHARACTER","eClass":"EEnumLiteral"},{"name":"CHAR","id":123,"value":1,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"CHARACTER_VARYING","id":124,"value":2,"literal":"CHARACTER_VARYING","eClass":"EEnumLiteral"},{"name":"CHAR_VARYING","id":125,"value":3,"literal":"CHAR_VARYING","eClass":"EEnumLiteral"},{"name":"VARCHAR","id":126,"value":4,"literal":"VARCHAR","eClass":"EEnumLiteral"},{"name":"NATIONAL_CHARACTER","id":127,"value":0,"literal":"NATIONAL_CHARACTER","eClass":"EEnumLiteral"},{"name":"NATIONAL_CHAR","id":128,"value":1,"literal":"NATIONAL_CHAR","eClass":"EEnumLiteral"},{"name":"NCHAR","id":129,"value":2,"literal":"NCHAR","eClass":"EEnumLiteral"},{"name":"NATIONAL_CHARACTER_VARYING","id":130,"value":3,"literal":"NATIONAL_CHARACTER_VARYING","eClass":"EEnumLiteral"},{"name":"NATIONAL_CHAR_VARYING","id":131,"value":4,"literal":"NATIONAL_CHAR_VARYING","eClass":"EEnumLiteral"},{"name":"NCHAR_VARYING","id":132,"value":5,"literal":"NCHAR_VARYING","eClass":"EEnumLiteral"},{"name":"BINARY_LARGE_OBJECT","id":133,"value":0,"literal":"BINARY_LARGE_OBJECT","eClass":"EEnumLiteral"},{"name":"BLOB","id":134,"value":1,"literal":"BLOB","eClass":"EEnumLiteral"},{"name":"NUMERIC","id":135,"value":0,"literal":"NUMERIC","eClass":"EEnumLiteral"},{"name":"DECIMAL","id":136,"value":1,"literal":"DECIMAL","eClass":"EEnumLiteral"},{"name":"DEC","id":137,"value":2,"literal":"DEC","eClass":"EEnumLiteral"},{"name":"SMALLINT","id":138,"value":3,"literal":"SMALLINT","eClass":"EEnumLiteral"},{"name":"INTEGER","id":139,"value":4,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"INT","id":140,"value":5,"literal":"INT","eClass":"EEnumLiteral"},{"name":"BIGINT","id":141,"value":6,"literal":"BIGINT","eClass":"EEnumLiteral"},{"name":"FLOAT","id":142,"value":0,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"REAL","id":143,"value":1,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"DOUBLE_PRECISION","id":144,"value":2,"literal":"DOUBLE_PRECISION","eClass":"EEnumLiteral"},{"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":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":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":"precision","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplier","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"name":"K","id":163,"value":0,"literal":"K","eClass":"EEnumLiteral"},{"name":"M","id":164,"value":1,"literal":"M","eClass":"EEnumLiteral"},{"name":"G","id":165,"value":2,"literal":"G","eClass":"EEnumLiteral"},{"name":"CHARACTERS","id":166,"value":0,"literal":"CHARACTERS","eClass":"EEnumLiteral"},{"name":"CODE_UNITS","id":167,"value":1,"literal":"CODE_UNITS","eClass":"EEnumLiteral"},{"name":"OCTETS","id":168,"value":2,"literal":"OCTETS","eClass":"EEnumLiteral"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"precision","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":"withTimeZone","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"6","unsettable":false,"transient":false,"unique":true,"name":"precision","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":"withTimeZone","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatetimeValueFunction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatetimeValueFunctionKind","instanceClass":null,"id":181,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"CURRENT_DATE","id":186,"value":0,"literal":"CURRENT_DATE","eClass":"EEnumLiteral"},{"name":"CURRENT_TIME","id":187,"value":1,"literal":"CURRENT_TIME","eClass":"EEnumLiteral"},{"name":"LOCALTIME","id":188,"value":2,"literal":"LOCALTIME","eClass":"EEnumLiteral"},{"name":"CURRENT_TIMESTAMP","id":189,"value":3,"literal":"CURRENT_TIMESTAMP","eClass":"EEnumLiteral"},{"name":"LOCALTIMESTAMP","id":190,"value":4,"literal":"LOCALTIMESTAMP","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplicitlyTypedValueSpecification","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullSpecification","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"id":193,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDefinition","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableElementList","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableElement","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableConstraint","instanceClass":null,"abstract":true,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableContentsSource","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultOption","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnConstraint","instanceClass":null,"abstract":true,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNullColumnConstraint","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueColumnConstraint","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferentialColumnConstraint","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TableScope","instanceClass":null,"id":205,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLSchemaStatement","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLSchemaDefinitionStatement","instanceClass":null,"abstract":true,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralDefaultOption","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatetimeValueFunctionDefaultOption","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplicitlyTypedValueSpecificationDefaultOption","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UniqueSpecificationKind","instanceClass":null,"id":211,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueTableConstraint","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferentialTableConstraint","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueConstraint","instanceClass":null,"abstract":true,"id":214,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferentialConstraint","instanceClass":null,"abstract":true,"id":215,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableReference","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableColumnsConstraint","instanceClass":null,"abstract":true,"id":217,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":218,"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":"schemaQualifiedName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"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":"contentsSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"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":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultOption","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collationName","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schemaQualifiedName","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":"schemaQualifiedName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"name":"PERSISTENT","id":262,"value":0,"literal":"PERSISTENT","eClass":"EEnumLiteral"},{"name":"GLOBAL_TEMPORARY","id":263,"value":1,"literal":"GLOBAL_TEMPORARY","eClass":"EEnumLiteral"},{"name":"LOCAL_TEMPORARY","id":264,"value":2,"literal":"LOCAL_TEMPORARY","eClass":"EEnumLiteral"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"name":"UNIQUE","id":276,"value":0,"literal":"UNIQUE","eClass":"EEnumLiteral"},{"name":"PRIMARY_KEY","id":277,"value":1,"literal":"PRIMARY_KEY","eClass":"EEnumLiteral"},{"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":"kind","changeable":true,"lowerBound":1,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"referencedTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalogName","changeable":true,"lowerBound":0,"iD":false,"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":"schemaName","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"container":false,"ordered":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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":0},{"source":8,"target":2},{"source":8,"target":20},{"source":20,"target":15},{"source":20,"target":21},{"source":20,"target":8},{"source":21,"target":15},{"source":9,"target":2},{"source":9,"target":15},{"source":9,"target":22},{"source":22,"target":15},{"source":10,"target":2},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":23},{"source":23,"target":15},{"source":12,"target":2},{"source":12,"target":11},{"source":12,"target":24},{"source":12,"target":25},{"source":24,"target":26},{"source":24,"target":12},{"source":25,"target":11},{"source":13,"target":2},{"source":13,"target":12},{"source":13,"target":27},{"source":27,"target":12},{"source":14,"target":2},{"source":14,"target":12},{"source":14,"target":28},{"source":28,"target":12},{"source":15,"target":2},{"source":16,"target":2},{"source":16,"target":29},{"source":16,"target":30},{"source":16,"target":31},{"source":29,"target":32},{"source":29,"target":16},{"source":30,"target":33},{"source":30,"target":16},{"source":31,"target":34},{"source":31,"target":16},{"source":17,"target":2},{"source":18,"target":2},{"source":19,"target":2},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":0},{"source":35,"target":3},{"source":36,"target":3},{"source":36,"target":35},{"source":36,"target":47},{"source":47,"target":35},{"source":37,"target":3},{"source":37,"target":38},{"source":37,"target":48},{"source":37,"target":49},{"source":48,"target":16},{"source":48,"target":50},{"source":48,"target":37},{"source":50,"target":16},{"source":49,"target":38},{"source":38,"target":3},{"source":38,"target":36},{"source":38,"target":51},{"source":38,"target":52},{"source":38,"target":53},{"source":51,"target":54},{"source":51,"target":38},{"source":52,"target":11},{"source":52,"target":55},{"source":52,"target":38},{"source":55,"target":11},{"source":53,"target":36},{"source":39,"target":3},{"source":39,"target":36},{"source":39,"target":56},{"source":56,"target":36},{"source":40,"target":3},{"source":40,"target":36},{"source":40,"target":57},{"source":40,"target":58},{"source":57,"target":59},{"source":57,"target":40},{"source":58,"target":36},{"source":41,"target":3},{"source":41,"target":39},{"source":41,"target":60},{"source":41,"target":61},{"source":60,"target":17},{"source":60,"target":62},{"source":60,"target":41},{"source":62,"target":17},{"source":61,"target":39},{"source":42,"target":3},{"source":42,"target":39},{"source":42,"target":63},{"source":42,"target":64},{"source":63,"target":18},{"source":63,"target":65},{"source":63,"target":42},{"source":65,"target":18},{"source":64,"target":39},{"source":43,"target":3},{"source":43,"target":39},{"source":43,"target":66},{"source":43,"target":67},{"source":66,"target":19},{"source":66,"target":68},{"source":66,"target":43},{"source":68,"target":19},{"source":67,"target":39},{"source":44,"target":3},{"source":44,"target":46},{"source":44,"target":69},{"source":44,"target":70},{"source":69,"target":71},{"source":69,"target":44},{"source":70,"target":46},{"source":45,"target":3},{"source":45,"target":46},{"source":45,"target":72},{"source":45,"target":73},{"source":72,"target":74},{"source":72,"target":45},{"source":73,"target":46},{"source":46,"target":3},{"source":46,"target":35},{"source":46,"target":75},{"source":75,"target":35},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":0},{"source":76,"target":4},{"source":77,"target":4},{"source":77,"target":76},{"source":77,"target":97},{"source":97,"target":76},{"source":78,"target":4},{"source":78,"target":77},{"source":78,"target":98},{"source":78,"target":99},{"source":78,"target":100},{"source":78,"target":101},{"source":78,"target":102},{"source":98,"target":84},{"source":98,"target":103},{"source":98,"target":78},{"source":103,"target":84},{"source":99,"target":10},{"source":99,"target":104},{"source":99,"target":78},{"source":104,"target":10},{"source":100,"target":16},{"source":100,"target":105},{"source":100,"target":78},{"source":105,"target":16},{"source":101,"target":16},{"source":101,"target":106},{"source":101,"target":78},{"source":106,"target":16},{"source":102,"target":77},{"source":79,"target":4},{"source":79,"target":77},{"source":79,"target":107},{"source":79,"target":108},{"source":79,"target":109},{"source":79,"target":110},{"source":107,"target":85},{"source":107,"target":111},{"source":107,"target":79},{"source":111,"target":85},{"source":108,"target":10},{"source":108,"target":112},{"source":108,"target":79},{"source":112,"target":10},{"source":109,"target":16},{"source":109,"target":113},{"source":109,"target":79},{"source":113,"target":16},{"source":110,"target":77},{"source":80,"target":4},{"source":80,"target":77},{"source":80,"target":114},{"source":80,"target":115},{"source":80,"target":116},{"source":114,"target":86},{"source":114,"target":117},{"source":114,"target":80},{"source":117,"target":86},{"source":115,"target":91},{"source":115,"target":118},{"source":115,"target":80},{"source":118,"target":91},{"source":116,"target":77},{"source":81,"target":4},{"source":81,"target":77},{"source":81,"target":119},{"source":119,"target":77},{"source":82,"target":4},{"source":82,"target":77},{"source":82,"target":120},{"source":120,"target":77},{"source":83,"target":4},{"source":83,"target":77},{"source":83,"target":121},{"source":121,"target":77},{"source":84,"target":4},{"source":84,"target":122},{"source":84,"target":123},{"source":84,"target":124},{"source":84,"target":125},{"source":84,"target":126},{"source":122,"target":84},{"source":123,"target":84},{"source":124,"target":84},{"source":125,"target":84},{"source":126,"target":84},{"source":85,"target":4},{"source":85,"target":127},{"source":85,"target":128},{"source":85,"target":129},{"source":85,"target":130},{"source":85,"target":131},{"source":85,"target":132},{"source":127,"target":85},{"source":128,"target":85},{"source":129,"target":85},{"source":130,"target":85},{"source":131,"target":85},{"source":132,"target":85},{"source":86,"target":4},{"source":86,"target":133},{"source":86,"target":134},{"source":133,"target":86},{"source":134,"target":86},{"source":87,"target":4},{"source":87,"target":135},{"source":87,"target":136},{"source":87,"target":137},{"source":87,"target":138},{"source":87,"target":139},{"source":87,"target":140},{"source":87,"target":141},{"source":135,"target":87},{"source":136,"target":87},{"source":137,"target":87},{"source":138,"target":87},{"source":139,"target":87},{"source":140,"target":87},{"source":141,"target":87},{"source":88,"target":4},{"source":88,"target":142},{"source":88,"target":143},{"source":88,"target":144},{"source":142,"target":88},{"source":143,"target":88},{"source":144,"target":88},{"source":89,"target":4},{"source":89,"target":81},{"source":89,"target":145},{"source":89,"target":146},{"source":89,"target":147},{"source":89,"target":148},{"source":145,"target":87},{"source":145,"target":149},{"source":145,"target":89},{"source":149,"target":87},{"source":146,"target":10},{"source":146,"target":150},{"source":146,"target":89},{"source":150,"target":10},{"source":147,"target":10},{"source":147,"target":151},{"source":147,"target":89},{"source":151,"target":10},{"source":148,"target":81},{"source":90,"target":4},{"source":90,"target":81},{"source":90,"target":152},{"source":90,"target":153},{"source":90,"target":154},{"source":152,"target":88},{"source":152,"target":155},{"source":152,"target":90},{"source":155,"target":88},{"source":153,"target":10},{"source":153,"target":156},{"source":153,"target":90},{"source":156,"target":10},{"source":154,"target":81},{"source":91,"target":4},{"source":91,"target":157},{"source":91,"target":158},{"source":91,"target":159},{"source":157,"target":10},{"source":157,"target":160},{"source":157,"target":91},{"source":160,"target":10},{"source":158,"target":92},{"source":158,"target":161},{"source":158,"target":91},{"source":161,"target":92},{"source":159,"target":93},{"source":159,"target":162},{"source":159,"target":91},{"source":162,"target":93},{"source":92,"target":4},{"source":92,"target":163},{"source":92,"target":164},{"source":92,"target":165},{"source":163,"target":92},{"source":164,"target":92},{"source":165,"target":92},{"source":93,"target":4},{"source":93,"target":166},{"source":93,"target":167},{"source":93,"target":168},{"source":166,"target":93},{"source":167,"target":93},{"source":168,"target":93},{"source":94,"target":4},{"source":94,"target":83},{"source":94,"target":169},{"source":169,"target":83},{"source":95,"target":4},{"source":95,"target":83},{"source":95,"target":170},{"source":95,"target":171},{"source":95,"target":172},{"source":170,"target":10},{"source":170,"target":173},{"source":170,"target":95},{"source":173,"target":10},{"source":171,"target":174},{"source":171,"target":95},{"source":172,"target":83},{"source":96,"target":4},{"source":96,"target":83},{"source":96,"target":175},{"source":96,"target":176},{"source":96,"target":177},{"source":175,"target":10},{"source":175,"target":178},{"source":175,"target":96},{"source":178,"target":10},{"source":176,"target":179},{"source":176,"target":96},{"source":177,"target":83},{"source":5,"target":180},{"source":5,"target":181},{"source":5,"target":0},{"source":180,"target":5},{"source":180,"target":182},{"source":180,"target":183},{"source":182,"target":181},{"source":182,"target":184},{"source":182,"target":180},{"source":184,"target":181},{"source":183,"target":10},{"source":183,"target":185},{"source":183,"target":180},{"source":185,"target":10},{"source":181,"target":5},{"source":181,"target":186},{"source":181,"target":187},{"source":181,"target":188},{"source":181,"target":189},{"source":181,"target":190},{"source":186,"target":181},{"source":187,"target":181},{"source":188,"target":181},{"source":189,"target":181},{"source":190,"target":181},{"source":6,"target":191},{"source":6,"target":192},{"source":6,"target":0},{"source":191,"target":6},{"source":192,"target":6},{"source":192,"target":191},{"source":192,"target":193},{"source":193,"target":191},{"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":7,"target":203},{"source":7,"target":204},{"source":7,"target":205},{"source":7,"target":206},{"source":7,"target":207},{"source":7,"target":208},{"source":7,"target":209},{"source":7,"target":210},{"source":7,"target":211},{"source":7,"target":212},{"source":7,"target":213},{"source":7,"target":214},{"source":7,"target":215},{"source":7,"target":216},{"source":7,"target":217},{"source":7,"target":0},{"source":194,"target":7},{"source":194,"target":207},{"source":194,"target":218},{"source":194,"target":219},{"source":194,"target":220},{"source":194,"target":221},{"source":194,"target":222},{"source":194,"target":223},{"source":218,"target":224},{"source":218,"target":194},{"source":219,"target":16},{"source":219,"target":225},{"source":219,"target":194},{"source":225,"target":16},{"source":220,"target":205},{"source":220,"target":226},{"source":220,"target":194},{"source":226,"target":205},{"source":221,"target":199},{"source":221,"target":227},{"source":221,"target":194},{"source":221,"target":228},{"source":227,"target":199},{"source":222,"target":207},{"source":195,"target":7},{"source":195,"target":199},{"source":195,"target":229},{"source":195,"target":230},{"source":229,"target":196},{"source":229,"target":231},{"source":229,"target":195},{"source":229,"target":232},{"source":231,"target":196},{"source":230,"target":199},{"source":196,"target":7},{"source":196,"target":232},{"source":232,"target":195},{"source":232,"target":233},{"source":232,"target":196},{"source":232,"target":229},{"source":233,"target":195},{"source":197,"target":7},{"source":197,"target":196},{"source":197,"target":234},{"source":197,"target":235},{"source":197,"target":236},{"source":197,"target":237},{"source":197,"target":238},{"source":197,"target":239},{"source":234,"target":240},{"source":234,"target":197},{"source":235,"target":76},{"source":235,"target":241},{"source":235,"target":197},{"source":241,"target":76},{"source":236,"target":200},{"source":236,"target":242},{"source":236,"target":197},{"source":236,"target":243},{"source":242,"target":200},{"source":237,"target":201},{"source":237,"target":244},{"source":237,"target":197},{"source":237,"target":245},{"source":244,"target":201},{"source":238,"target":16},{"source":238,"target":246},{"source":238,"target":197},{"source":246,"target":16},{"source":239,"target":196},{"source":198,"target":7},{"source":198,"target":196},{"source":198,"target":247},{"source":198,"target":248},{"source":198,"target":249},{"source":247,"target":16},{"source":247,"target":250},{"source":247,"target":198},{"source":250,"target":16},{"source":248,"target":196},{"source":199,"target":7},{"source":199,"target":228},{"source":228,"target":194},{"source":228,"target":251},{"source":228,"target":199},{"source":228,"target":221},{"source":251,"target":194},{"source":200,"target":7},{"source":200,"target":243},{"source":243,"target":197},{"source":243,"target":252},{"source":243,"target":200},{"source":243,"target":236},{"source":252,"target":197},{"source":201,"target":7},{"source":201,"target":245},{"source":201,"target":253},{"source":201,"target":254},{"source":245,"target":197},{"source":245,"target":255},{"source":245,"target":201},{"source":245,"target":237},{"source":255,"target":197},{"source":253,"target":16},{"source":253,"target":256},{"source":253,"target":201},{"source":256,"target":16},{"source":202,"target":7},{"source":202,"target":201},{"source":202,"target":257},{"source":257,"target":201},{"source":203,"target":7},{"source":203,"target":214},{"source":203,"target":201},{"source":203,"target":258},{"source":203,"target":259},{"source":258,"target":214},{"source":259,"target":201},{"source":204,"target":7},{"source":204,"target":215},{"source":204,"target":201},{"source":204,"target":260},{"source":204,"target":261},{"source":260,"target":215},{"source":261,"target":201},{"source":205,"target":7},{"source":205,"target":262},{"source":205,"target":263},{"source":205,"target":264},{"source":262,"target":205},{"source":263,"target":205},{"source":264,"target":205},{"source":206,"target":7},{"source":206,"target":9},{"source":206,"target":265},{"source":265,"target":9},{"source":207,"target":7},{"source":207,"target":206},{"source":207,"target":266},{"source":266,"target":206},{"source":208,"target":7},{"source":208,"target":200},{"source":208,"target":267},{"source":208,"target":268},{"source":267,"target":35},{"source":267,"target":269},{"source":267,"target":208},{"source":269,"target":35},{"source":268,"target":200},{"source":209,"target":7},{"source":209,"target":200},{"source":209,"target":270},{"source":209,"target":271},{"source":270,"target":180},{"source":270,"target":272},{"source":270,"target":209},{"source":272,"target":180},{"source":271,"target":200},{"source":210,"target":7},{"source":210,"target":200},{"source":210,"target":273},{"source":210,"target":274},{"source":273,"target":191},{"source":273,"target":275},{"source":273,"target":210},{"source":275,"target":191},{"source":274,"target":200},{"source":211,"target":7},{"source":211,"target":276},{"source":211,"target":277},{"source":276,"target":211},{"source":277,"target":211},{"source":212,"target":7},{"source":212,"target":214},{"source":212,"target":217},{"source":212,"target":278},{"source":212,"target":279},{"source":278,"target":214},{"source":279,"target":217},{"source":213,"target":7},{"source":213,"target":215},{"source":213,"target":217},{"source":213,"target":280},{"source":213,"target":281},{"source":280,"target":215},{"source":281,"target":217},{"source":214,"target":7},{"source":214,"target":282},{"source":282,"target":211},{"source":282,"target":283},{"source":282,"target":214},{"source":283,"target":211},{"source":215,"target":7},{"source":215,"target":284},{"source":215,"target":285},{"source":284,"target":197},{"source":284,"target":286},{"source":284,"target":215},{"source":286,"target":197},{"source":285,"target":216},{"source":285,"target":287},{"source":285,"target":215},{"source":287,"target":216},{"source":216,"target":7},{"source":216,"target":288},{"source":216,"target":289},{"source":216,"target":290},{"source":288,"target":291},{"source":288,"target":216},{"source":289,"target":292},{"source":289,"target":216},{"source":290,"target":194},{"source":290,"target":293},{"source":290,"target":216},{"source":293,"target":194},{"source":217,"target":7},{"source":217,"target":198},{"source":217,"target":294},{"source":217,"target":295},{"source":294,"target":197},{"source":294,"target":296},{"source":294,"target":217},{"source":296,"target":197},{"source":295,"target":198}],"multigraph":true}
ecore
expressions
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/FURCAS-dev/FURCAS/DSLEngineering/com.sap.furcas.test/scenarioFixtures/ExpressionAbstract.ecore
expression IncludingExpression argument source Expression ExpressionList elements StringExpression value Integer int int String java.lang.String java.lang.String BooleanExpression value Boolean boolean boolean NegativeIntExpression value isNegative SubExpression SubExpression2
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="expression" nsURI="http:///test.ecore" nsPrefix="test"> <eClassifiers xsi:type="ecore:EClass" name="IncludingExpression" eSuperTypes="#//SubExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" lowerBound="1" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionList"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//SubExpression2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//SubExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EClass" name="NegativeIntExpression" eSuperTypes="#//SubExpression2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNegative" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="SubExpression2" eSuperTypes="#//Expression"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"test","nsURI":"http:///test.ecore","name":"expression","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludingExpression","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeIntExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubExpression","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubExpression2","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argument","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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNegative","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":2},{"source":13,"target":2},{"source":13,"target":16},{"source":13,"target":1},{"source":16,"target":2},{"source":14,"target":10},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":2},{"source":17,"target":18},{"source":17,"target":3},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":6},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":6},{"source":20,"target":11},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":22},{"source":7,"target":23},{"source":22,"target":8},{"source":22,"target":24},{"source":22,"target":7},{"source":24,"target":8},{"source":23,"target":10},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":25},{"source":9,"target":26},{"source":9,"target":27},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":9},{"source":28,"target":5},{"source":26,"target":8},{"source":26,"target":29},{"source":26,"target":9},{"source":29,"target":8},{"source":27,"target":11},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":30},{"source":30,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":31},{"source":31,"target":2}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/adilinam/QVTo-QVTd-OCL/org.eclipse.qvt/model/ecore/EssentialOCL.ecore
EssentialOCL AnyType BagType BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Collection Collection CollectionLiteralExp kind part CollectionLiteralPart collectionLiteralExp CollectionRange first last CollectionType elementType EnumLiteralExp referredEnumLiteral ExpressionInOcl bodyExpression contextVariable generatedType parameterVariable resultVariable FeatureCallExp IfExp condition elseExpression thenExpression IntegerLiteralExp integerSymbol InvalidLiteralExp InvalidType IterateExp result IteratorExp LetExp in variable LiteralExp LoopExp body iterator NavigationCallExp NullLiteralExp NumericLiteralExp OclExpression OperationCallExp argument referredOperation OrderedSetType PrimitiveLiteralExp PropertyCallExp referredProperty RealLiteralExp realSymbol SequenceType SetType StringLiteralExp stringSymbol TemplateParameterType specification TupleLiteralExp part TupleLiteralPart attribute tupleLiteralExp value TupleType TypeExp referredType UnlimitedNaturalExp symbol Variable initExpression letExp representedParameter VariableExp referredVariable VoidType
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="EssentialOCL" name="EssentialOCL" nsURI="http://www.omg.org/spec/QVT/20151201/EssentialOCL" nsPrefix="essentialocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.AnyType" name="AnyType" eSuperTypes="EMOF.ecore#EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BagType" name="BagType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BooleanLiteralExp" name="BooleanLiteralExp" eSuperTypes="#EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.BooleanLiteralExp.booleanSymbol" name="booleanSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CallExp" name="CallExp" abstract="true" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CallExp.source" name="source" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="appliedElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionItem" name="CollectionItem" eSuperTypes="#EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionItem.item" name="item" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="collectionItem"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="EssentialOCL.CollectionKind" name="CollectionKind"> <eLiterals xmi:id="EssentialOCL.CollectionKind.Set" name="Set"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.OrderedSet" name="OrderedSet" value="1"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Bag" name="Bag" value="2"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Sequence" name="Sequence" value="3"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Collection" name="Collection" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralExp" name="CollectionLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.CollectionLiteralExp.kind" name="kind" eType="#EssentialOCL.CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="#EssentialOCL.CollectionLiteralPart" containment="true" resolveProxies="false" eOpposite="#EssentialOCL.CollectionLiteralPart.collectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralPart" name="CollectionLiteralPart" abstract="true" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralPart.collectionLiteralExp" name="collectionLiteralExp" lowerBound="1" eType="#EssentialOCL.CollectionLiteralExp" transient="true" resolveProxies="false" eOpposite="#EssentialOCL.CollectionLiteralExp.part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionRange" name="CollectionRange" eSuperTypes="#EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.first" name="first" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="firstOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.last" name="last" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="lastOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionType" name="CollectionType" eSuperTypes="EMOF.ecore#EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionType.elementType" name="elementType" lowerBound="1" eType="ecore:EClass EMOF.ecore#EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="collectionType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.EnumLiteralExp" name="EnumLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.EnumLiteralExp.referredEnumLiteral" name="referredEnumLiteral" eType="ecore:EClass EMOF.ecore#EMOF.EnumerationLiteral"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="literalExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.ExpressionInOcl" name="ExpressionInOcl" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.bodyExpression" name="bodyExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="topExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.contextVariable" name="contextVariable" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="selfOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.generatedType" name="generatedType" ordered="false" upperBound="-1" eType="ecore:EClass EMOF.ecore#EMOF.Type" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.parameterVariable" name="parameterVariable" ordered="false" upperBound="-1" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="varOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.resultVariable" name="resultVariable" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resultOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.FeatureCallExp" name="FeatureCallExp" abstract="true" eSuperTypes="#EssentialOCL.CallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IfExp" name="IfExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.condition" name="condition" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ifOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.elseExpression" name="elseExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elseOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.thenExpression" name="thenExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="thenOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IntegerLiteralExp" name="IntegerLiteralExp" eSuperTypes="#EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.IntegerLiteralExp.integerSymbol" name="integerSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidLiteralExp" name="InvalidLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidType" name="InvalidType" eSuperTypes="EMOF.ecore#EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IterateExp" name="IterateExp" eSuperTypes="#EssentialOCL.LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IterateExp.result" name="result" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="baseExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IteratorExp" name="IteratorExp" eSuperTypes="#EssentialOCL.LoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LetExp" name="LetExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.in" name="in" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="letExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.variable" name="variable" lowerBound="1" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false" eOpposite="#EssentialOCL.Variable.letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LiteralExp" name="LiteralExp" abstract="true" eSuperTypes="#EssentialOCL.OclExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LoopExp" name="LoopExp" abstract="true" eSuperTypes="#EssentialOCL.CallExp #EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.body" name="body" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.iterator" name="iterator" upperBound="-1" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NavigationCallExp" name="NavigationCallExp" eSuperTypes="#EssentialOCL.FeatureCallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NullLiteralExp" name="NullLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NumericLiteralExp" name="NumericLiteralExp" abstract="true" eSuperTypes="#EssentialOCL.PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OclExpression" name="OclExpression" abstract="true" eSuperTypes="EMOF.ecore#EMOF.TypedElement"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OperationCallExp" name="OperationCallExp" eSuperTypes="#EssentialOCL.FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.argument" name="argument" upperBound="-1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parentCall"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.referredOperation" name="referredOperation" eType="ecore:EClass EMOF.ecore#EMOF.Operation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OrderedSetType" name="OrderedSetType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PrimitiveLiteralExp" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PropertyCallExp" name="PropertyCallExp" eSuperTypes="#EssentialOCL.NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.PropertyCallExp.referredProperty" name="referredProperty" eType="ecore:EClass EMOF.ecore#EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.RealLiteralExp" name="RealLiteralExp" eSuperTypes="#EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.RealLiteralExp.realSymbol" name="realSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SequenceType" name="SequenceType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SetType" name="SetType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.StringLiteralExp" name="StringLiteralExp" eSuperTypes="#EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.StringLiteralExp.stringSymbol" name="stringSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TemplateParameterType" name="TemplateParameterType" eSuperTypes="EMOF.ecore#EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.TemplateParameterType.specification" name="specification" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralExp" name="TupleLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="#EssentialOCL.TupleLiteralPart" containment="true" resolveProxies="false" eOpposite="#EssentialOCL.TupleLiteralPart.tupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralPart" name="TupleLiteralPart" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.attribute" name="attribute" eType="ecore:EClass EMOF.ecore#EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupleLiteralPart"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.tupleLiteralExp" name="tupleLiteralExp" eType="#EssentialOCL.TupleLiteralExp" transient="true" resolveProxies="false" eOpposite="#EssentialOCL.TupleLiteralExp.part"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.value" name="value" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupleLiteralPart"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleType" name="TupleType" eSuperTypes="EMOF.ecore#EMOF.Class EMOF.ecore#EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TypeExp" name="TypeExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TypeExp.referredType" name="referredType" eType="ecore:EClass EMOF.ecore#EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typeExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.UnlimitedNaturalExp" name="UnlimitedNaturalExp" eSuperTypes="#EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.UnlimitedNaturalExp.symbol" name="symbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.Variable" name="Variable" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.initExpression" name="initExpression" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initializedElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.letExp" name="letExp" eType="#EssentialOCL.LetExp" transient="true" resolveProxies="false" eOpposite="#EssentialOCL.LetExp.variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.representedParameter" name="representedParameter" eType="ecore:EClass EMOF.ecore#EMOF.Parameter"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="variable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VariableExp" name="VariableExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.VariableExp.referredVariable" name="referredVariable" eType="#EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VoidType" name="VoidType" eSuperTypes="EMOF.ecore#EMOF.Type"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"essentialocl","nsURI":"http://www.omg.org/spec/QVT/20151201/EssentialOCL","name":"EssentialOCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"Set","id":55,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":56,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":57,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":58,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":59,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"collectionLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"letExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tupleLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":1,"target":44},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":45},{"source":45,"target":10},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":48},{"source":46,"target":3},{"source":47,"target":29},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":49},{"source":4,"target":50},{"source":49,"target":26},{"source":49,"target":51},{"source":49,"target":4},{"source":51,"target":26},{"source":50,"target":26},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":26},{"source":52,"target":54},{"source":52,"target":5},{"source":54,"target":26},{"source":53,"target":8},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"target":6},{"source":58,"target":6},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":60,"target":6},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":6},{"source":61,"target":8},{"source":61,"target":64},{"source":61,"target":7},{"source":61,"target":65},{"source":64,"target":8},{"source":62,"target":21},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":7},{"source":65,"target":67},{"source":65,"target":8},{"source":65,"target":61},{"source":67,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":26},{"source":68,"target":71},{"source":68,"target":9},{"source":71,"target":26},{"source":69,"target":26},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":26},{"source":70,"target":8},{"source":10,"target":0},{"source":10,"target":73},{"source":10,"target":74},{"source":73,"target":75},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":21},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":21},{"source":12,"target":0},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":79,"target":26},{"source":79,"target":85},{"source":79,"target":12},{"source":85,"target":26},{"source":80,"target":41},{"source":80,"target":86},{"source":80,"target":12},{"source":86,"target":41},{"source":81,"target":87},{"source":81,"target":12},{"source":82,"target":41},{"source":82,"target":88},{"source":82,"target":12},{"source":88,"target":41},{"source":83,"target":41},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":41},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":90},{"source":90,"target":4},{"source":14,"target":0},{"source":14,"target":26},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":91,"target":26},{"source":91,"target":95},{"source":91,"target":14},{"source":95,"target":26},{"source":92,"target":26},{"source":92,"target":96},{"source":92,"target":14},{"source":96,"target":26},{"source":93,"target":26},{"source":93,"target":97},{"source":93,"target":14},{"source":97,"target":26},{"source":94,"target":26},{"source":15,"target":0},{"source":15,"target":25},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":100},{"source":98,"target":15},{"source":99,"target":25},{"source":16,"target":0},{"source":16,"target":21},{"source":16,"target":101},{"source":101,"target":21},{"source":17,"target":0},{"source":17,"target":102},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":103},{"source":18,"target":104},{"source":103,"target":41},{"source":103,"target":105},{"source":103,"target":18},{"source":105,"target":41},{"source":104,"target":22},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":106},{"source":106,"target":22},{"source":20,"target":0},{"source":20,"target":26},{"source":20,"target":107},{"source":20,"target":108},{"source":20,"target":109},{"source":107,"target":26},{"source":107,"target":110},{"source":107,"target":20},{"source":110,"target":26},{"source":108,"target":41},{"source":108,"target":111},{"source":108,"target":20},{"source":108,"target":112},{"source":111,"target":41},{"source":109,"target":26},{"source":21,"target":0},{"source":21,"target":26},{"source":21,"target":113},{"source":113,"target":26},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":114},{"source":22,"target":115},{"source":22,"target":116},{"source":22,"target":117},{"source":114,"target":26},{"source":114,"target":118},{"source":114,"target":22},{"source":118,"target":26},{"source":115,"target":41},{"source":115,"target":119},{"source":115,"target":22},{"source":119,"target":41},{"source":116,"target":4},{"source":117,"target":26},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":120},{"source":120,"target":13},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":121},{"source":121,"target":21},{"source":25,"target":0},{"source":25,"target":29},{"source":25,"target":122},{"source":122,"target":29},{"source":26,"target":0},{"source":26,"target":123},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":124,"target":26},{"source":124,"target":127},{"source":124,"target":27},{"source":127,"target":26},{"source":125,"target":128},{"source":125,"target":27},{"source":126,"target":13},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":129},{"source":129,"target":10},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":130},{"source":130,"target":21},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":131},{"source":30,"target":132},{"source":131,"target":133},{"source":131,"target":30},{"source":132,"target":23},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":134},{"source":31,"target":135},{"source":134,"target":136},{"source":134,"target":31},{"source":135,"target":25},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":137},{"source":137,"target":10},{"source":33,"target":0},{"source":33,"target":10},{"source":33,"target":138},{"source":138,"target":10},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":139},{"source":34,"target":140},{"source":139,"target":141},{"source":139,"target":34},{"source":140,"target":29},{"source":35,"target":0},{"source":35,"target":142},{"source":35,"target":143},{"source":142,"target":144},{"source":142,"target":35},{"source":36,"target":0},{"source":36,"target":21},{"source":36,"target":145},{"source":36,"target":146},{"source":145,"target":37},{"source":145,"target":147},{"source":145,"target":36},{"source":145,"target":148},{"source":147,"target":37},{"source":146,"target":21},{"source":37,"target":0},{"source":37,"target":149},{"source":37,"target":148},{"source":37,"target":150},{"source":37,"target":151},{"source":149,"target":152},{"source":149,"target":37},{"source":148,"target":36},{"source":148,"target":153},{"source":148,"target":37},{"source":148,"target":145},{"source":153,"target":36},{"source":150,"target":26},{"source":150,"target":154},{"source":150,"target":37},{"source":154,"target":26},{"source":38,"target":0},{"source":38,"target":155},{"source":38,"target":156},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":157},{"source":39,"target":158},{"source":157,"target":159},{"source":157,"target":39},{"source":158,"target":26},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":160},{"source":40,"target":161},{"source":160,"target":162},{"source":160,"target":40},{"source":161,"target":25},{"source":41,"target":0},{"source":41,"target":163},{"source":41,"target":112},{"source":41,"target":164},{"source":41,"target":165},{"source":163,"target":26},{"source":163,"target":166},{"source":163,"target":41},{"source":166,"target":26},{"source":112,"target":20},{"source":112,"target":167},{"source":112,"target":41},{"source":112,"target":108},{"source":167,"target":20},{"source":164,"target":168},{"source":164,"target":41},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":169},{"source":42,"target":170},{"source":169,"target":41},{"source":169,"target":171},{"source":169,"target":42},{"source":171,"target":41},{"source":170,"target":26},{"source":43,"target":0},{"source":43,"target":172}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/hassanLOULOU/moliz/org.modelexecution.xmof.examples/fsa/fsa.ecore
fsa FSA states transitions initialState State name accepting outgoingTransitions incomingTransitions Transition event fromState toState
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsa" nsURI="http://fsa/1.0" nsPrefix="fsa"> <eClassifiers xsi:type="ecore:EClass" name="FSA"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <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="accepting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/fromState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/toState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromState" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toState" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransitions"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"fsa","nsURI":"http://fsa/1.0","name":"fsa","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"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":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accepting","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"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":"fromState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"event","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":4,"target":2},{"source":4,"target":7},{"source":4,"target":1},{"source":7,"target":2},{"source":5,"target":3},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":3},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":15},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":17},{"source":16,"target":3},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":2},{"source":13,"target":19},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":17},{"source":3,"target":19},{"source":20,"target":21},{"source":20,"target":3},{"source":17,"target":2},{"source":17,"target":22},{"source":17,"target":3},{"source":17,"target":12},{"source":22,"target":2},{"source":19,"target":2},{"source":19,"target":23},{"source":19,"target":3},{"source":19,"target":13},{"source":23,"target":2}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/adilinam/EclipsePivotBasedQVTo/org.eclipse.m2m.tests.qvt.oml/models/javaless.ecore
javaless EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue ePackage EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature EOperation eContainingClass eParameters eExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator nested
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="javaless" nsURI="http://www.example.com/javaless/2006" nsPrefix="javaless"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eOperations name="isInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" eType="#//EJavaClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="convertToString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="#//EObject"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <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="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents" eType="#//EEList"/> <eOperations name="eAllContents" eType="#//ETreeIterator"/> <eOperations name="eCrossReferences" eType="#//EEList"/> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getContainerClass" eType="#//EJavaClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"/> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"/> <eSubpackages name="nested" nsURI="http://www.example.com/javaless/2006/nested" nsPrefix="nested"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"javaless","nsURI":"http://www.example.com/javaless/2006","name":"javaless","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"nsPrefix":"nested","nsURI":"http://www.example.com/javaless/2006/nested","name":"nested","id":51,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":53,"derived":true},{"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","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":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":79,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":80,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":81,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":119,"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":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":121,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":122,"derived":true},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EParameter"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"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":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":180,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","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":"source","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EParameter"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EParameter"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":255,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":258,"derived":true},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":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":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":271,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":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":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":289,"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":290,"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":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":16},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":52,"target":55},{"source":52,"target":1},{"source":53,"target":5},{"source":53,"target":56},{"source":53,"target":1},{"source":56,"target":5},{"source":54,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":57,"target":63},{"source":57,"target":2},{"source":58,"target":49},{"source":58,"target":64},{"source":58,"target":2},{"source":64,"target":49},{"source":59,"target":9},{"source":59,"target":65},{"source":59,"target":2},{"source":59,"target":66},{"source":65,"target":9},{"source":60,"target":11},{"source":60,"target":67},{"source":60,"target":2},{"source":67,"target":11},{"source":61,"target":11},{"source":61,"target":68},{"source":61,"target":2},{"source":68,"target":11},{"source":62,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"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":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":69,"target":89},{"source":69,"target":3},{"source":69,"target":90},{"source":90,"target":3},{"source":90,"target":91},{"source":90,"target":69},{"source":91,"target":3},{"source":70,"target":92},{"source":70,"target":3},{"source":71,"target":16},{"source":71,"target":93},{"source":71,"target":3},{"source":71,"target":94},{"source":93,"target":16},{"source":94,"target":95},{"source":94,"target":71},{"source":72,"target":96},{"source":72,"target":3},{"source":72,"target":97},{"source":97,"target":16},{"source":97,"target":98},{"source":97,"target":72},{"source":98,"target":16},{"source":73,"target":16},{"source":73,"target":99},{"source":73,"target":3},{"source":73,"target":100},{"source":99,"target":16},{"source":100,"target":101},{"source":100,"target":73},{"source":74,"target":102},{"source":74,"target":3},{"source":75,"target":103},{"source":75,"target":3},{"source":76,"target":3},{"source":76,"target":104},{"source":76,"target":3},{"source":104,"target":3},{"source":77,"target":12},{"source":77,"target":105},{"source":77,"target":3},{"source":77,"target":106},{"source":105,"target":12},{"source":78,"target":1},{"source":78,"target":107},{"source":78,"target":3},{"source":107,"target":1},{"source":79,"target":15},{"source":79,"target":108},{"source":79,"target":3},{"source":108,"target":15},{"source":80,"target":15},{"source":80,"target":109},{"source":80,"target":3},{"source":109,"target":15},{"source":81,"target":1},{"source":81,"target":110},{"source":81,"target":3},{"source":110,"target":1},{"source":82,"target":15},{"source":82,"target":111},{"source":82,"target":3},{"source":111,"target":15},{"source":83,"target":12},{"source":83,"target":112},{"source":83,"target":3},{"source":112,"target":12},{"source":84,"target":16},{"source":84,"target":113},{"source":84,"target":3},{"source":113,"target":16},{"source":85,"target":3},{"source":85,"target":114},{"source":85,"target":3},{"source":114,"target":3},{"source":86,"target":1},{"source":86,"target":115},{"source":86,"target":3},{"source":115,"target":1},{"source":87,"target":16},{"source":87,"target":116},{"source":87,"target":3},{"source":87,"target":117},{"source":116,"target":16},{"source":88,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":118,"target":125},{"source":118,"target":4},{"source":118,"target":126},{"source":126,"target":40},{"source":126,"target":127},{"source":126,"target":118},{"source":127,"target":40},{"source":119,"target":128},{"source":119,"target":4},{"source":120,"target":129},{"source":120,"target":4},{"source":121,"target":39},{"source":121,"target":130},{"source":121,"target":4},{"source":130,"target":39},{"source":122,"target":40},{"source":122,"target":131},{"source":122,"target":4},{"source":131,"target":40},{"source":123,"target":13},{"source":123,"target":132},{"source":123,"target":4},{"source":123,"target":133},{"source":132,"target":13},{"source":124,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":134},{"source":5,"target":135},{"source":134,"target":136},{"source":134,"target":5},{"source":135,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":137,"target":7},{"source":137,"target":142},{"source":137,"target":6},{"source":137,"target":143},{"source":142,"target":7},{"source":143,"target":144},{"source":143,"target":137},{"source":138,"target":7},{"source":138,"target":145},{"source":138,"target":6},{"source":138,"target":146},{"source":145,"target":7},{"source":146,"target":147},{"source":146,"target":138},{"source":139,"target":7},{"source":139,"target":148},{"source":139,"target":6},{"source":139,"target":149},{"source":148,"target":7},{"source":149,"target":150},{"source":149,"target":139},{"source":140,"target":7},{"source":140,"target":151},{"source":140,"target":6},{"source":140,"target":152},{"source":151,"target":7},{"source":141,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":153},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":152},{"source":7,"target":156},{"source":153,"target":157},{"source":153,"target":7},{"source":154,"target":32},{"source":154,"target":158},{"source":154,"target":7},{"source":158,"target":32},{"source":155,"target":159},{"source":155,"target":7},{"source":152,"target":6},{"source":152,"target":160},{"source":152,"target":7},{"source":152,"target":140},{"source":160,"target":6},{"source":156,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":161},{"source":8,"target":162},{"source":8,"target":163},{"source":8,"target":164},{"source":8,"target":165},{"source":161,"target":11},{"source":161,"target":166},{"source":161,"target":8},{"source":161,"target":167},{"source":166,"target":11},{"source":167,"target":3},{"source":167,"target":168},{"source":167,"target":161},{"source":168,"target":3},{"source":162,"target":40},{"source":162,"target":169},{"source":162,"target":8},{"source":162,"target":170},{"source":162,"target":171},{"source":169,"target":40},{"source":170,"target":5},{"source":170,"target":172},{"source":170,"target":162},{"source":172,"target":5},{"source":171,"target":173},{"source":171,"target":162},{"source":163,"target":174},{"source":163,"target":8},{"source":163,"target":175},{"source":163,"target":176},{"source":175,"target":5},{"source":175,"target":177},{"source":175,"target":163},{"source":177,"target":5},{"source":176,"target":40},{"source":176,"target":178},{"source":176,"target":163},{"source":178,"target":40},{"source":164,"target":13},{"source":164,"target":179},{"source":164,"target":8},{"source":164,"target":180},{"source":179,"target":13},{"source":165,"target":9},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":181},{"source":9,"target":66},{"source":9,"target":182},{"source":181,"target":2},{"source":181,"target":183},{"source":181,"target":9},{"source":181,"target":184},{"source":183,"target":2},{"source":184,"target":185},{"source":184,"target":181},{"source":66,"target":2},{"source":66,"target":186},{"source":66,"target":9},{"source":66,"target":59},{"source":186,"target":2},{"source":182,"target":11},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":187},{"source":10,"target":188},{"source":187,"target":189},{"source":187,"target":10},{"source":188,"target":9},{"source":11,"target":0},{"source":11,"target":190},{"source":11,"target":191},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":11,"target":196},{"source":11,"target":197},{"source":11,"target":198},{"source":11,"target":199},{"source":11,"target":200},{"source":11,"target":201},{"source":11,"target":202},{"source":11,"target":203},{"source":190,"target":3},{"source":190,"target":204},{"source":190,"target":11},{"source":204,"target":3},{"source":191,"target":205},{"source":191,"target":11},{"source":192,"target":44},{"source":192,"target":206},{"source":192,"target":11},{"source":206,"target":44},{"source":193,"target":11},{"source":193,"target":207},{"source":193,"target":11},{"source":207,"target":11},{"source":194,"target":16},{"source":194,"target":208},{"source":194,"target":11},{"source":208,"target":16},{"source":195,"target":15},{"source":195,"target":209},{"source":195,"target":11},{"source":209,"target":15},{"source":196,"target":31},{"source":196,"target":210},{"source":196,"target":11},{"source":210,"target":31},{"source":197,"target":50},{"source":197,"target":211},{"source":197,"target":11},{"source":211,"target":50},{"source":198,"target":31},{"source":198,"target":212},{"source":198,"target":11},{"source":212,"target":31},{"source":199,"target":40},{"source":199,"target":213},{"source":199,"target":11},{"source":199,"target":214},{"source":213,"target":40},{"source":214,"target":16},{"source":214,"target":215},{"source":214,"target":199},{"source":215,"target":16},{"source":200,"target":40},{"source":200,"target":216},{"source":200,"target":11},{"source":200,"target":217},{"source":200,"target":218},{"source":216,"target":40},{"source":217,"target":16},{"source":217,"target":219},{"source":217,"target":200},{"source":219,"target":16},{"source":218,"target":220},{"source":218,"target":200},{"source":201,"target":11},{"source":201,"target":221},{"source":201,"target":222},{"source":221,"target":16},{"source":221,"target":223},{"source":221,"target":201},{"source":223,"target":16},{"source":222,"target":40},{"source":222,"target":224},{"source":222,"target":201},{"source":224,"target":40},{"source":202,"target":225},{"source":202,"target":11},{"source":202,"target":226},{"source":226,"target":16},{"source":226,"target":227},{"source":226,"target":202},{"source":227,"target":16},{"source":203,"target":11},{"source":203,"target":228},{"source":228,"target":16},{"source":228,"target":229},{"source":228,"target":203},{"source":229,"target":16},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":106},{"source":12,"target":230},{"source":12,"target":231},{"source":12,"target":232},{"source":106,"target":3},{"source":106,"target":233},{"source":106,"target":12},{"source":106,"target":77},{"source":233,"target":3},{"source":230,"target":14},{"source":230,"target":234},{"source":230,"target":12},{"source":230,"target":235},{"source":234,"target":14},{"source":231,"target":4},{"source":231,"target":236},{"source":231,"target":12},{"source":236,"target":4},{"source":232,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":237},{"source":13,"target":238},{"source":13,"target":239},{"source":13,"target":180},{"source":13,"target":133},{"source":13,"target":240},{"source":13,"target":241},{"source":13,"target":242},{"source":237,"target":4},{"source":237,"target":243},{"source":237,"target":13},{"source":237,"target":244},{"source":243,"target":4},{"source":244,"target":245},{"source":244,"target":237},{"source":238,"target":246},{"source":238,"target":13},{"source":239,"target":247},{"source":239,"target":13},{"source":180,"target":8},{"source":180,"target":248},{"source":180,"target":13},{"source":180,"target":164},{"source":248,"target":8},{"source":133,"target":4},{"source":133,"target":249},{"source":133,"target":13},{"source":133,"target":123},{"source":249,"target":4},{"source":240,"target":13},{"source":240,"target":250},{"source":240,"target":13},{"source":240,"target":241},{"source":250,"target":13},{"source":241,"target":13},{"source":241,"target":251},{"source":241,"target":13},{"source":241,"target":240},{"source":251,"target":13},{"source":242,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":235},{"source":14,"target":252},{"source":235,"target":12},{"source":235,"target":253},{"source":235,"target":14},{"source":235,"target":230},{"source":253,"target":12},{"source":252,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":254},{"source":15,"target":255},{"source":15,"target":256},{"source":15,"target":257},{"source":15,"target":258},{"source":15,"target":259},{"source":254,"target":260},{"source":254,"target":15},{"source":255,"target":261},{"source":255,"target":15},{"source":256,"target":262},{"source":256,"target":15},{"source":257,"target":15},{"source":257,"target":263},{"source":257,"target":15},{"source":263,"target":15},{"source":258,"target":3},{"source":258,"target":264},{"source":258,"target":15},{"source":264,"target":3},{"source":259,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":265},{"source":16,"target":266},{"source":16,"target":267},{"source":16,"target":268},{"source":16,"target":269},{"source":16,"target":270},{"source":16,"target":271},{"source":16,"target":272},{"source":16,"target":273},{"source":16,"target":117},{"source":16,"target":274},{"source":265,"target":275},{"source":265,"target":16},{"source":266,"target":39},{"source":266,"target":276},{"source":266,"target":16},{"source":276,"target":39},{"source":267,"target":277},{"source":267,"target":16},{"source":268,"target":278},{"source":268,"target":16},{"source":269,"target":279},{"source":269,"target":16},{"source":270,"target":280},{"source":270,"target":16},{"source":271,"target":40},{"source":271,"target":281},{"source":271,"target":16},{"source":281,"target":40},{"source":272,"target":282},{"source":272,"target":16},{"source":273,"target":283},{"source":273,"target":16},{"source":117,"target":3},{"source":117,"target":284},{"source":117,"target":16},{"source":117,"target":87},{"source":284,"target":3},{"source":274,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":285},{"source":17,"target":286},{"source":17,"target":287},{"source":17,"target":288},{"source":17,"target":289},{"source":17,"target":290},{"source":17,"target":291},{"source":17,"target":292},{"source":285,"target":293},{"source":285,"target":17},{"source":286,"target":294},{"source":286,"target":17},{"source":287,"target":295},{"source":287,"target":17},{"source":288,"target":296},{"source":288,"target":17},{"source":289,"target":297},{"source":289,"target":17},{"source":290,"target":298},{"source":290,"target":17},{"source":291,"target":4},{"source":291,"target":299},{"source":291,"target":17},{"source":299,"target":4},{"source":292,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":300},{"source":49,"target":301},{"source":300,"target":302},{"source":300,"target":49},{"source":301,"target":303},{"source":301,"target":49},{"source":50,"target":0},{"source":51,"target":0}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/eclipse/ocl/examples/org.eclipse.ocl.examples.pivot/model/Pivot.ecore
pivot Boolean boolean boolean Integer java.lang.Number java.lang.Number LibraryFeature org.eclipse.ocl.examples.domain.library.LibraryFeature org.eclipse.ocl.examples.domain.library.LibraryFeature Object java.lang.Object java.lang.Object Real java.lang.Number java.lang.Number String java.lang.String java.lang.String Throwable java.lang.Throwable java.lang.Throwable UnlimitedNatural java.lang.Number java.lang.Number AssociativityKind Left Left Right Right CollectionKind Collection Collection Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence PseudostateKind initial initial deepHistory deepHistory shallowHistory shallowHistory join join fork fork junction junction choice choice entryPoint entryPoint exitPoint exitPoint terminate terminate TransitionKind internal internal local local external external Annotation ownedContent ownedDetail reference AnyType AssociationClass unownedAttribute AssociationClassCallExp referredAssociationClass BagType Behavior BooleanLiteralExp TypeIsBoolean diagnostics context booleanSymbol CallExp source implicit false CallOperationAction operation Class ownedOperation superClass instanceClassName ownedAttribute isAbstract false ownedBehavior isInterface false CollectionItem TypeIsItemType diagnostics context item CollectionLiteralExp CollectionKindIsConcrete diagnostics context SetKindIsSet diagnostics context OrderedSetKindIsOrderedSet diagnostics context SequenceKindIsSequence diagnostics context BagKindIsBag diagnostics context kind part CollectionLiteralPart CollectionRange first last CollectionType elementType lower 0 upper * Comment body annotatedElement ConnectionPointReference entry state exit Constraint UniqueName diagnostics context constrainedElement specification context isCallable false ConstructorExp part value ConstructorPart referredProperty initExpression DataType isSerializable true behavioralType Detail value DynamicElement metaType DynamicProperty referredProperty default DynamicType metaType ownedProperty Element allOwnedElements getValue stereotype propertyName ownedComment extension ElementExtension stereotype base EnumLiteralExp TypeIsEnumerationType diagnostics context referredEnumLiteral Enumeration ownedLiteral EnumerationLiteral enumeration value 0 ExpressionInOCL bodyExpression contextVariable resultVariable parameterVariable messageExpression Feature isStatic implementationClass implementation FeatureCallExp isPre false FinalState IfExp ConditionTypeIsBoolean diagnostics context condition thenExpression elseExpression Import importedNamespace IntegerLiteralExp TypeIsInteger diagnostics context integerSymbol InvalidLiteralExp InvalidType IterateExp OneInitializer diagnostics context BodyTypeConformsToResultType diagnostics context TypeIsResultType diagnostics context result Iteration ownedIterator ownedAccumulator IteratorExp ExistsBodyTypeIsBoolean diagnostics context CollectNestedHasOneIterator diagnostics context ClosureSourceElementTypeIsBodyElementType diagnostics context ExistsTypeIsBoolean diagnostics context CollectTypeIsUnordered diagnostics context ClosureTypeIsUniqueCollection diagnostics context RejectOrSelectTypeIsSourceType diagnostics context SortedByIsOrderedIfSourceIsOrdered diagnostics context AnyTypeIsSourceElementType diagnostics context SortedByHasOneIterator diagnostics context IteratorTypeIsSourceElementType diagnostics context OneBodyTypeIsBoolean diagnostics context CollectNestedTypeIsBag diagnostics context AnyHasOneIterator diagnostics context AnyBodyTypeIsBoolean diagnostics context RejectOrSelectTypeIsBoolean diagnostics context OneHasOneIterator diagnostics context OneTypeIsBoolean diagnostics context SortedByElementTypeIsSourceElementType diagnostics context ForAllTypeIsBoolean diagnostics context CollectHasOneIterator diagnostics context ClosureElementTypeIsSourceElementType diagnostics context CollectElementTypeIsSourceElementType diagnostics context ClosureHasOneIterator diagnostics context ClosureBodyTypeIsConformanttoIteratorType diagnostics context SortedByIteratorTypeIsComparable diagnostics context CollectNestedTypeIsBodyType diagnostics context IsUniqueHasOneIterator diagnostics context RejectOrSelectHasOneIterator diagnostics context ForAllBodyTypeIsBoolean diagnostics context IsUniqueTypeIsBoolean diagnostics context LambdaType contextType parameterType resultType LetExp TypeIsInType diagnostics context in variable Library ownedPrecedence LiteralExp LoopExp SourceIsCollection diagnostics context NoInitializers diagnostics context body iterator referredIteration MessageExp OneCallOrOneSend diagnostics context TargetIsNotACollection diagnostics context target argument calledOperation sentSignal MessageType referredSignal referredOperation Metaclass instanceType MorePivotable org.eclipse.ocl.examples.pivot.util.MorePivotable org.eclipse.ocl.examples.pivot.util.MorePivotable Nameable org.eclipse.ocl.examples.domain.elements.Nameable org.eclipse.ocl.examples.domain.elements.Nameable NamedElement name isStatic ownedAnnotation Namespace ownedRule NavigationCallExp qualifier navigationSource NullLiteralExp NumericLiteralExp OCLExpression OpaqueExpression body language message Operation templateParameter CompatibleReturn diagnostics context LoadableImplementation diagnostics context UniquePreconditionName diagnostics context UniquePostconditionName diagnostics context raisedException ownedParameter owningType precondition postcondition bodyExpression isInvalidating false isValidating false precedence redefinedOperation class OperationCallExp ArgumentCount diagnostics context ArgumentTypeIsConformant diagnostics context argument referredOperation OperationTemplateParameter parameteredElement OrderedSetType Package nestedPackage nestingPackage nsPrefix nsURI importedPackage ownedType PackageableElement Parameter operation ParameterableElement isTemplateParameter isCompatibleWith p owningTemplateParameter templateParameter Pivotable org.eclipse.ocl.examples.pivot.util.Pivotable org.eclipse.ocl.examples.pivot.util.Pivotable Precedence associativity Left order 0 PrimitiveLiteralExp PrimitiveType Profile Property isAttribute p CompatibleDefaultExpression diagnostics context isReadOnly false default isComposite false isDerived false class opposite association implicit false defaultExpression isID false keys isResolveProxies true isTransient false isUnsettable false isVolatile false redefinedProperty subsettedProperty referredProperty owningType PropertyCallExp getSpecializedReferredPropertyOwningType getSpecializedReferredPropertyType NonStaticSourceTypeIsConformant diagnostics context CompatibleResultType diagnostics context referredProperty Pseudostate kind initial stateMachine state RealLiteralExp realSymbol ReferringElement getReferredElement Region transition stateMachine state extendedRegion subvertex Root nestedPackage externalURI imports SelfType specializeIn expr selfType SendSignalAction signal SequenceType SetType Signal State isComposite false isOrthogonal false isSimple true isSubmachineState false submachine connection redefinedState region stateInvariant entry exit doActivity connectionPoint deferrableTrigger StateExp referredState StateMachine region connectionPoint submachineState extendedStateMachine Stereotype StringLiteralExp stringSymbol TemplateBinding signature parameterSubstitution boundElement TemplateParameter signature parameteredElement ownedParameteredElement default ownedDefault TemplateParameterSubstitution formal actual ownedActual templateBinding TemplateParameterType specification TemplateSignature parameter ownedParameter template TemplateableElement parameterableElements isTemplate templateBinding ownedTemplateSignature unspecializedElement Transition kind external source target guard effect trigger container Trigger TupleLiteralExp part TupleLiteralPart initExpression TupleType Type isTemplate templateParameter specializeIn expr selfType UniqueInvariantName diagnostics context package ownedAttribute ownedOperation superClass ownedInvariant instanceClassName TypeExp referredType TypeTemplateParameter parameteredElement allowSubstitutable true constrainingType TypedElement type isRequired true TypedMultiplicityElement CompatibleBody bodySpecification makeParameter UnlimitedNaturalLiteralExp unlimitedNaturalSymbol UnspecifiedType lowerBound upperBound UnspecifiedValueExp ValueSpecification isComputable integerValue booleanValue stringValue unlimitedValue isNull Variable initExpression representedParameter implicit false VariableDeclaration VariableExp referredVariable implicit false Vertex container outgoing incoming Visitable org.eclipse.ocl.examples.pivot.util.Visitable org.eclipse.ocl.examples.pivot.util.Visitable Visitor org.eclipse.ocl.examples.pivot.util.Visitor org.eclipse.ocl.examples.pivot.util.Visitor R VoidType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pivot" nsURI="http://www.eclipse.org/ocl/3.1.0/Pivot" nsPrefix="pivot"> <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:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Boolean type is used for logical expression, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Number"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LibraryFeature" instanceClassName="org.eclipse.ocl.examples.domain.library.LibraryFeature"/> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="java.lang.Number"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Throwable" instanceClassName="java.lang.Throwable"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="java.lang.Number"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An unlimited natural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssociativityKind"> <eLiterals name="Left"/> <eLiterals name="Right" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="Collection"/> <eLiterals name="Set" value="1"/> <eLiterals name="OrderedSet" value="2"/> <eLiterals name="Bag" value="3"/> <eLiterals name="Sequence" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PseudostateKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="PseudostateKind is an enumeration type."/> </eAnnotations> <eLiterals name="initial"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state. There can be at most one initial vertex in a region. The outgoing transition from the initial vertex may have a behavior, but not a trigger or guard."/> </eAnnotations> </eLiterals> <eLiterals name="deepHistory" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="DeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate; e.g. the state configuration that was active when the composite state was last exited. A composite state can have at most one deep history vertex. At most one transition may originate from the history connector to the default deep history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a deep history are performed."/> </eAnnotations> </eLiterals> <eLiterals name="shallowHistory" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ShallowHistory represents the most recent active substate of its containing state (but not the substates of that substate). A composite state can have at most one shallow history vertex. A transition coming into the shallow history vertex is equivalent to a transition coming into the most recent active substate of a state. At most one transition may originate from the history connector to the default shallow history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a shallow history are performed."/> </eAnnotations> </eLiterals> <eLiterals name="join" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Join vertices serve to merge several transitions emanating from source vertices in different orthogonal regions. The transitions entering a join vertex cannot have guards or triggers."/> </eAnnotations> </eLiterals> <eLiterals name="fork" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Fork vertices serve to split an incoming transition into two or more transitions terminating on orthogonal target vertices&#xD;&#xA;(i.e. vertices in different regions of a composite state). The segments outgoing from a fork vertex must not have guards or triggers."/> </eAnnotations> </eLiterals> <eLiterals name="junction" value="5"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Junction vertices are semantic-free vertices that are used to chain together multiple transitions. They are used to construct compound transition paths between states. For example, a junction can be used to converge multiple incoming transitions into a single outgoing transition representing a shared transition path (this is known as an merge). Conversely, they can be used to split an incoming transition into multiple outgoing transition segments with different guard conditions. This realizes a static conditional branch. (In the latter case, outgoing transitions whose guard conditions evaluate to false are disabled. A predefined guard denoted 'else' may be defined for at most one outgoing transition. This transition is enabled if all the guards labeling the other transitions are false.) Static conditional branches are distinct from dynamic conditional branches that are realized by choice vertices (described below)."/> </eAnnotations> </eLiterals> <eLiterals name="choice" value="6"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Choice vertices which, when reached, result in the dynamic evaluation of the guards of the triggers of its outgoing transitions. This realizes a dynamic conditional branch. It allows splitting of transitions into multiple outgoing paths such that the decision on which path to take may be a function of the results of prior actions performed in the same run-tocompletion step. If more than one of the guards evaluates to true, an arbitrary one is selected. If none of the guards evaluates to true, then the model is considered ill-formed. (To avoid this, it is recommended to define one outgoing transition with the predefined else guard for every choice vertex.) Choice vertices should be distinguished from static branch points that are based on junction points (described above)."/> </eAnnotations> </eLiterals> <eLiterals name="entryPoint" value="7"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An entry point pseudostate is an entry point of a state machine or composite state. In each region of the state machine or composite state it has a single transition to a vertex within the same region."/> </eAnnotations> </eLiterals> <eLiterals name="exitPoint" value="8"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An exit point pseudostate is an exit point of a state machine or composite state. Entering an exit point within any region of the composite state or state machine referenced by a submachine state implies the exit of this composite state or submachine state and the triggering of the transition that has this exit point as source in the state machine enclosing the submachine or composite state."/> </eAnnotations> </eLiterals> <eLiterals name="terminate" value="9"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Entering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated. The state machine does not exit any states nor does it perform any exit actions other than those associated with the transition leading to the terminate pseudostate. Entering a terminate pseudostate is equivalent to invoking a DestroyObjectAction."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransitionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TransitionKind is an enumeration type."/> </eAnnotations> <eLiterals name="internal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Implies that the transition, if triggered, occurs without exiting or entering the source state. Thus, it does not cause a state change. This means that the entry or exit condition of the source state will not be invoked. An internal transition can be taken even if the state machine is in one or more regions nested within this state."/> </eAnnotations> </eLiterals> <eLiterals name="local" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Implies that the transition, if triggered, will not exit the composite (source) state, but it will apply to any state within the composite state, and these will be exited and entered."/> </eAnnotations> </eLiterals> <eLiterals name="external" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Implies that the transition, if triggered, will exit the composite (source) state."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedContent" upperBound="-1" eType="#//Element" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDetail" upperBound="-1" eType="#//Detail" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" upperBound="-1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="unownedAttribute" ordered="false" upperBound="-1" eType="#//Property" eOpposite="#//Property/association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClassCallExp" eSuperTypes="#//NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredAssociationClass" eType="#//AssociationClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="#//PrimitiveLiteralExp"> <eOperations name="TypeIsBoolean" 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.type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" lowerBound="1" eType="#//Boolean" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="#//OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implicit" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Type #//Namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A class is a type that has objects as its instances."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operations owned by a class. These do not include the inherited operations."/> </eAnnotations> <eAnnotations source="redefines" references="#//Type/ownedOperation"/> </contents> <contents xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The immediate superclasses of a class, from which the class inherits."/> </eAnnotations> <eAnnotations source="redefines" references="#//Type/superClass"/> </contents> <contents xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//String"> <eAnnotations source="redefines" references="#//Type/instanceClassName"/> </contents> <contents xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The attributes owned by a class. These do not include the inherited attributes. Attributes are represented by instances of Property."/> </eAnnotations> <eAnnotations source="redefines" references="#//Type/ownedAttribute"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True when a class is abstract."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" ordered="false" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterface" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#//CollectionLiteralPart"> <eOperations name="TypeIsItemType" 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="type = item.type&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp" eSuperTypes="#//LiteralExp"> <eOperations name="CollectionKindIsConcrete" 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="kind &lt;> CollectionKind::Collection&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="SetKindIsSet" 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="kind = CollectionKind::Set implies type.oclIsKindOf (SetType)&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="OrderedSetKindIsOrderedSet" 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="kind = CollectionKind::OrderedSet implies type.oclIsKindOf (OrderedSetType)&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="SequenceKindIsSequence" 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="kind = CollectionKind::Sequence implies type.oclIsKindOf (SequenceType)&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="BagKindIsBag" 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="kind = CollectionKind::Bag implies type.oclIsKindOf (BagType)&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//CollectionLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPart" abstract="true" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#//CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" eType="#//OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" lowerBound="1" eType="#//Integer" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" lowerBound="1" eType="#//UnlimitedNatural" defaultValueLiteral="*"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comment is a textual annotation that can be attached to a set of elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a string that is the comment."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Element(s) being commented."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A connection point reference represents a usage (as part of a submachine state) of an entry/exit point defined in the statemachine reference by the submachine state."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" ordered="false" upperBound="-1" eType="#//Pseudostate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The entryPoint kind pseudo states corresponding to this connection point."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The State in which the connection point refreshens are defined."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" ordered="false" upperBound="-1" eType="#//Pseudostate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The exitPoints kind pseudo states corresponding to this connection point."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element."/> </eAnnotations> <eOperations name="UniqueName" 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="true "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered set of Elements referenced by this Constraint."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1" eType="#//OpaqueExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A condition that must be true when evaluated in order for the constraint to be satisfied."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Namespace" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCallable" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorExp" eSuperTypes="#//OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//ConstructorPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorPart" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" lowerBound="1" eType="#//OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="DataType is an abstract class that acts as a common superclass for different kinds of data types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSerializable" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behavioralType" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Detail" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" upperBound="-1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="metaType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicProperty" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicType" eSuperTypes="#//Type #//DynamicElement"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="metaType" lowerBound="1" eType="#//Type"> <eAnnotations source="redefines" references="#//DynamicElement/metaType"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperty" ordered="false" upperBound="-1" eType="#//DynamicProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//Visitable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element is a constituent of a model."/> </eAnnotations> <eOperations name="allOwnedElements" ordered="false" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;--self->closure(oclContents())&#xA;oclContents()&#xA;&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getValue" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="null&#xA;&#xA;"/> </eAnnotations> <eParameters name="stereotype" lowerBound="1" eType="#//Type"/> <eParameters name="propertyName" lowerBound="1" eType="#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#//Comment" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Comments owned by this element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" ordered="false" upperBound="-1" eType="#//ElementExtension" containment="true" eOpposite="#//ElementExtension/base"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementExtension" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base" lowerBound="1" eType="#//Element" eOpposite="#//Element/extension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//LiteralExp"> <eOperations name="TypeIsEnumerationType" 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.type = referredEnumLiteral.enumeration&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredEnumLiteral" eType="#//EnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An enumeration defines a set of literals that can be used as its values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered set of literals for this Enumeration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An enumeration literal is a value of an enumeration."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enumeration" eOpposite="#//Enumeration/ownedLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Enumeration that this EnumerationLiteral is a member of."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Integer" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInOCL" eSuperTypes="#//OpaqueExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" lowerBound="1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextVariable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVariable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterVariable" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExpression" eType="#//OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//TypedMultiplicityElement"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EAttribute" name="isStatic" lowerBound="1" eType="#//Boolean"> <eAnnotations source="redefines" references="#//NamedElement/isStatic"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationClass" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" eType="#//LibraryFeature" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExp" abstract="true" eSuperTypes="#//CallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPre" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A special kind of state signifying that the enclosing region is completed. If the enclosing region is directly contained in a state machine and all other regions in the state machine also are completed, then it means that the entire state machine is completed."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//OCLExpression"> <eOperations name="ConditionTypeIsBoolean" 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.condition.type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedNamespace" lowerBound="1" eType="#//Namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExp" eSuperTypes="#//NumericLiteralExp"> <eOperations name="TypeIsInteger" 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.type = Integer&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" lowerBound="1" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExp" eSuperTypes="#//LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//LoopExp #//ReferringElement"> <eOperations name="OneInitializer" 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.result.initExpression->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="BodyTypeConformsToResultType" 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="_'body'.type.conformsTo(result.type)&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="TypeIsResultType" 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="type = result.type&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedIterator" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAccumulator" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//LoopExp #//ReferringElement"> <eOperations name="ExistsBodyTypeIsBoolean" 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="name = 'exists' implies _'body'.type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="CollectNestedHasOneIterator" 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="name = 'collectNested' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ClosureSourceElementTypeIsBodyElementType" 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="name = 'closure' implies&#xA;source.type.oclAsType(CollectionType).elementType =&#xA;if _'body'.type.oclIsKindOf(CollectionType)&#xA;then _'body'.type.oclAsType(CollectionType).elementType&#xA;else _'body'.type&#xA;endif&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ExistsTypeIsBoolean" 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="name = 'exists' implies type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="CollectTypeIsUnordered" 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="name = 'collect' implies&#xA;if source.type.oclIsKindOf(SequenceType) or source.type.oclIsKindOf(OrderedSetType) then&#xA;type.oclIsKindOf(SequenceType)&#xA;else&#xA;type.oclIsKindOf(BagType)&#xA;endif&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ClosureTypeIsUniqueCollection" 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="name = 'closure' implies&#xA;if source.type.oclIsKindOf(SequenceType) or source.type.oclIsKindOf(OrderedSetType) then&#xA;type.oclIsKindOf(OrderedSetType)&#xA;else&#xA;type.oclIsKindOf(SetType)&#xA;endif&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="RejectOrSelectTypeIsSourceType" 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="name = 'reject' or name = 'select' implies type = source.type&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="SortedByIsOrderedIfSourceIsOrdered" 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="name = 'sortedBy' implies&#xA;if source.type.oclIsKindOf(SequenceType) or source.type.oclIsKindOf(BagType) then&#xA;type.oclIsKindOf(SequenceType)&#xA;else&#xA;type.oclIsKindOf(OrderedSetType)&#xA;endif&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="AnyTypeIsSourceElementType" 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="name = 'any' implies type = source.type.oclAsType(CollectionType).elementType&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="SortedByHasOneIterator" 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="name = 'sortedBy' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="IteratorTypeIsSourceElementType" 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.iterator->forAll(source.type.oclAsType (CollectionType).elementType.conformsTo(type))&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="OneBodyTypeIsBoolean" 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="name = 'one' implies _'body'.type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="CollectNestedTypeIsBag" 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="name = 'collectNested' implies type.oclIsKindOf(BagType)&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="AnyHasOneIterator" 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="name = 'any' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="AnyBodyTypeIsBoolean" 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="name = 'any' implies _'body'.type = 'Boolean'&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="RejectOrSelectTypeIsBoolean" 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="name = 'reject' or name = 'select' implies type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="OneHasOneIterator" 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="name = 'one' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="OneTypeIsBoolean" 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="name = 'one' implies type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="SortedByElementTypeIsSourceElementType" 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="name = 'sortedBy' implies&#xA;type.oclAsType(CollectionType).elementType =&#xA;_'body'.type.oclAsType(CollectionType).elementType&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ForAllTypeIsBoolean" 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="name = 'forAll' implies type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="CollectHasOneIterator" 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="name = 'collect' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ClosureElementTypeIsSourceElementType" 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="name = 'closure' implies&#xA;type.oclAsType(CollectionType).elementType&#xA;= source.type.oclAsType(CollectionType).elementType&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="CollectElementTypeIsSourceElementType" 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="name = 'collect' implies&#xA;type.oclAsType(CollectionType).elementType =&#xA;_'body'.type.oclAsType(CollectionType).elementType&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ClosureHasOneIterator" 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="name = 'closure' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ClosureBodyTypeIsConformanttoIteratorType" 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;true&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="SortedByIteratorTypeIsComparable" 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;true&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="CollectNestedTypeIsBodyType" 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="name = 'collectNested' implies type = _'body'.type&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="IsUniqueHasOneIterator" 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="name = 'isUnique' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="RejectOrSelectHasOneIterator" 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="name = 'reject' or name = 'select' implies iterator->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ForAllBodyTypeIsBoolean" 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="name = 'forAll' implies _'body'.type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="IsUniqueTypeIsBoolean" 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="name = 'isUnique' implies type = Boolean&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" unique="false" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//OCLExpression"> <eOperations name="TypeIsInType" 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="type = _'in'.type&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrecedence" upperBound="-1" eType="#//Precedence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="#//OCLExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//CallExp"> <eOperations name="SourceIsCollection" 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="source.type.oclIsKindOf (CollectionType)&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="NoInitializers" 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.iterator->forAll(initExpression->isEmpty())&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredIteration" eType="#//Iteration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExp" eSuperTypes="#//OCLExpression"> <eOperations name="OneCallOrOneSend" 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="calledOperation->size() + sentSignal->size() = 1&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="TargetIsNotACollection" 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="not target.type.oclIsKindOf (CollectionType)&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calledOperation" eType="#//CallOperationAction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sentSignal" eType="#//SendSignalAction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredSignal" eType="#//Signal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metaclass" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MorePivotable" instanceClassName="org.eclipse.ocl.examples.pivot.util.MorePivotable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Nameable" instanceClassName="org.eclipse.ocl.examples.domain.elements.Nameable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element #//Nameable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A named element represents an element with a name."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the NamedElement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnotation" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationCallExp" abstract="true" eSuperTypes="#//FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//OCLExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigationSource" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExp" eSuperTypes="#//PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteralExp" abstract="true" eSuperTypes="#//PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="OCLExpression" abstract="true" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text of the expression, possibly in multiple languages."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" unique="false" upperBound="-1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Feature #//Namespace #//TemplateableElement #//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation is owned by a class and may be invoked in the context of objects that are instances of that class. It is a typed element and a multiplicity element.&#xD;&#xA;Operation specializes TemplateableElement in order to support specification of template operations and bound operations. Operation specializes ParameterableElement to specify that an operation can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="templateParameter" eType="#//TemplateParameter" eOpposite="#//OperationTemplateParameter/%duplicates%/parameteredElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template parameter that exposes this element as a formal parameter."/> </eAnnotations> <eAnnotations source="redefines" references="#//ParameterableElement/templateParameter"/> </contents> </eAnnotations> <eOperations name="CompatibleReturn" 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="bodyExpression &lt;> null and bodyExpression.oclIsKindOf(ExpressionInOCL) implies CompatibleBody(bodyExpression)&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="LoadableImplementation" 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;true&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="UniquePreconditionName" 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="precondition->isUnique(name)&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="UniquePostconditionName" 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="postcondition->isUnique(name)&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The exceptions that are declared as possible during an invocation of the operation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameters to the operation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningType" eType="#//Type" eOpposite="#//Type/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" eType="#//OpaqueExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInvalidating" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isValidating" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precedence" eType="#//Precedence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false" upperBound="-1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class that owns the operation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#//FeatureCallExp #//ReferringElement"> <eOperations name="ArgumentCount" 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="argument->size() = referredOperation.ownedParameter->size()&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="ArgumentTypeIsConformant" 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;let operation : Operation = self.referredOperation in&#xA;&#x9;let parameters : OrderedSet(Parameter) = operation.ownedParameter in&#xA;&#x9;let selfType : Type = operation.owningType in&#xA;&#x9;Sequence{1..argument->size()}->forAll (i | &#xA;&#x9;&#x9;let argument : OCLExpression = argument->at(i) in&#xA;&#x9;&#x9;let parameter : Parameter = parameters->at(i) in&#xA;&#x9;&#x9;let parameterType : Type = parameter.type in&#xA;&#x9;&#x9;argument.type.conformsTo(parameterType.specializeIn(self, selfType)))&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationTemplateParameter" eSuperTypes="#//TemplateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation template parameter exposes an operation as a formal parameter for a template."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="parameteredElement" lowerBound="1" eType="#//ParameterableElement" eOpposite="#//Operation/%duplicates%/templateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operation for this template parameter."/> </eAnnotations> <eAnnotations source="redefines" references="#//TemplateParameter/parameteredElement"/> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//TemplateableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package is a container for types and other packages.&#xD;&#xA;Package specializes TemplateableElement and PackageableElement specializes ParameterableElement to specify that a package can be used as a template and a PackageableElement as a template parameter."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/nestingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The set of contained packages."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" eType="#//Package" eOpposite="#//Package/nestedPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The containing package."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false" upperBound="-1" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false" upperBound="-1" eType="#//Type" containment="true" eOpposite="#//Type/package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The set of contained types."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true" eSuperTypes="#//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Packageable elements are able to serve as a template parameter."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedMultiplicityElement #//VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A parameter is a typed element that represents a parameter of an operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation" eOpposite="#//Operation/ownedParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operation that owns the parameter."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterableElement" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A parameterable element is an element that can be exposed as a formal template parameter for a template, or specified as an actual parameter in a binding of a template."/> </eAnnotations> <eOperations name="isTemplateParameter" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isTemplateParameter() determines if this parameterable element is exposed as a formal template parameter."/> </eAnnotations> </eOperations> <eOperations name="isCompatibleWith" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;p.oclIsKindOf(self.oclType())&#xA;&#xA;"/> </eAnnotations> <eParameters name="p" lowerBound="1" eType="#//ParameterableElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateParameter" eType="#//TemplateParameter" eOpposite="#//TemplateParameter/ownedParameteredElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The formal template parameter that owns this element."/> </eAnnotations> <eAnnotations source="subsets" references="#//ParameterableElement/templateParameter"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="templateParameter" eType="#//TemplateParameter" eOpposite="#//TemplateParameter/parameteredElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template parameter that exposes this element as a formal parameter."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pivotable" instanceClassName="org.eclipse.ocl.examples.pivot.util.Pivotable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Precedence" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associativity" eType="#//AssociativityKind" defaultValueLiteral="Left"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" lowerBound="1" eType="#//Integer" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#//LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A primitive type is a data type implemented by the underlying infrastructure and made available for modeling."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Feature #//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A property is a typed element that represents an attribute of a class.&#xD;&#xA;Property specializes ParameterableElement to specify that a property can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template."/> </eAnnotations> <eOperations name="isAttribute" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;--Type.allInstances()->exists(c| c.ownedAttribute->includes(p))&#xA;let container : ocl::OclElement = oclContainer() in container.oclIsKindOf(Type) and container.oclAsType(Type).ownedAttribute->includes(self)&#xA;&#xA;"/> </eAnnotations> <eParameters name="p" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="CompatibleDefaultExpression" 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="defaultExpression &lt;> null and defaultExpression.oclIsKindOf(ExpressionInOCL) implies CompatibleBody(defaultExpression)&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="isReadOnly" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isReadOnly is true, the attribute may not be written to after initialization."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string that is evaluated to give a default value for the attribute when an object of the owning class is instantiated."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isDerived is true, the value of the attribute is derived from information elsewhere."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class that owns the property, and of which the property is an attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Two attributes attr1 and attr2 of two objects o1 and o2 (which may be the same object) may be paired with each other so that o1.attr1 refers to o2 if and only if o2.attr2 refers to o1. In such a case attr1 is the opposite of attr2 and attr2 is the opposite of attr1."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//AssociationClass" eOpposite="#//AssociationClass/unownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implicit" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExpression" eType="#//OpaqueExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" ordered="false" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isResolveProxies" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTransient" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnsettable" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" ordered="false" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" ordered="false" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningType" eType="#//Type" eOpposite="#//Type/ownedAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//NavigationCallExp #//ReferringElement"> <eOperations name="getSpecializedReferredPropertyOwningType" lowerBound="1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="referredProperty.owningType "/> </eAnnotations> </eOperations> <eOperations name="getSpecializedReferredPropertyType" lowerBound="1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="referredProperty.type "/> </eAnnotations> </eOperations> <eOperations name="NonStaticSourceTypeIsConformant" 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="not referredProperty.isStatic implies source.type.conformsTo(getSpecializedReferredPropertyOwningType())&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments 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="CompatibleResultType" 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="type = getSpecializedReferredPropertyType()&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//PseudostateKind" defaultValueLiteral="initial"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateMachine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The StateMachine in which this Pseudostate is defined. This only applies to Pseudostates of the kind entryPoint or exitPoint."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The State that owns this pseudostate and in which it appears."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExp" eSuperTypes="#//NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" lowerBound="1" eType="#//Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferringElement" abstract="true" interface="true"> <eOperations name="getReferredElement" lowerBound="1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A region is an orthogonal part of either a composite state or a state machine. It contains states and transitions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" ordered="false" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateMachine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The State that owns the Region. If a Region is owned by a State, then it cannot also be owned by a StateMachine."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedRegion" eType="#//Region"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The region of which this region is an extension."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subvertex" ordered="false" upperBound="-1" eType="#//Vertex" containment="true" eOpposite="#//Vertex/container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The set of vertices that are owned by this region."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="#//Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false" upperBound="-1" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalURI" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfType" eSuperTypes="#//Class"> <eOperations name="specializeIn" lowerBound="1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="selfType&#xA;&#xA;"/> </eAnnotations> <eParameters name="expr" lowerBound="1" eType="#//OCLExpression"/> <eParameters name="selfType" lowerBound="1" eType="#//Type"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Vertex #//Namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A state models a situation during which some (usually implicit) invariant condition holds."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" lowerBound="1" eType="#//Boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A state with isComposite=true is said to be a composite state. A composite state is a state that contains at least one region."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrthogonal" lowerBound="1" eType="#//Boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A state with isOrthogonal=true is said to be an orthogonal composite state. An orthogonal composite state contains two or more regions."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimple" lowerBound="1" eType="#//Boolean" volatile="true" transient="true" defaultValueLiteral="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A state with isSimple=true is said to be a simple state. A simple state does not have any regions and it does not refer to any submachine state machine."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubmachineState" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A state with isSubmachineState=true is said to be a submachine state. Such a state refers to a state machine (submachine)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="submachine" eType="#//StateMachine" eOpposite="#//StateMachine/submachineState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The state machine that is to be inserted in place of the (submachine) state."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" ordered="false" upperBound="-1" eType="#//ConnectionPointReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The entry and exit connection points used in conjunction with this (submachine) state, i.e. as targets and sources, respectively, in the region with the submachine state. A connection point reference references the corresponding definition of a connection point pseudostate in the statemachine referenced by the submachinestate."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedState" eType="#//State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The state of which this state is a redefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="region" ordered="false" upperBound="-1" eType="#//Region" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The regions owned directly by the state."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stateInvariant" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies conditions that are always true when this state is the current state. In protocol state machines, state invariants are additional conditions to the preconditions of the outgoing transitions, and to the postcondition of the incoming transitions.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state. If defined, entry actions are always executed to completion prior to any internal behavior or transitions performed within the state.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state. If defined, exit actions are always executed to completion only after all internal activities and transition actions have completed execution."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="doActivity" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional behavior that is executed while being in the state. The execution starts when this state is entered, and stops either by itself, or when the state is exited, whichever comes first."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionPoint" ordered="false" upperBound="-1" eType="#//Pseudostate" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The entry and exit pseudostates of a composite state. These can only be entry or exit Pseudostates, and they must have different names. They can only be defined for composite states."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="deferrableTrigger" ordered="false" upperBound="-1" eType="#//Trigger" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed). A deferred trigger is retained until the state machine reaches a state configuration where it is no longer deferred.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateExp" eSuperTypes="#//OCLExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredState" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="State machines can be used to express the behavior of part of a system. Behavior is modeled as a traversal of a graph of state nodes interconnected by one or more joined transition arcs that are triggered by the dispatching of series of (event) occurrences. During this traversal, the state machine executes a series of activities associated with various elements of the state machine."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="region" ordered="false" lowerBound="1" upperBound="-1" eType="#//Region" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The regions owned directly by the state machine."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionPoint" ordered="false" upperBound="-1" eType="#//Pseudostate" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The connection points defined for this state machine. They represent the interface of the state machine when used as part of submachine state."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="submachineState" ordered="false" upperBound="-1" eType="#//State" eOpposite="#//State/submachine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the submachine(s) in case of a submachine state. Multiple machines are referenced in case of a concurrent state."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedStateMachine" ordered="false" upperBound="-1" eType="#//StateMachine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The state machines of which this is an extension."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExp" eSuperTypes="#//PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A template binding represents a relationship between a templateable element and a template. A template binding specifies the substitutions of actual parameters for the formal parameters of the template."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature" lowerBound="1" eType="#//TemplateSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template signature for the template that is the target of the binding."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterSubstitution" ordered="false" upperBound="-1" eType="#//TemplateParameterSubstitution" containment="true" eOpposite="#//TemplateParameterSubstitution/templateBinding"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter substitutions owned by this template binding."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="boundElement" lowerBound="1" eType="#//TemplateableElement" eOpposite="#//TemplateableElement/templateBinding"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element that is bound by this binding."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A template parameter exposes a parameterable element as a formal template parameter of a template."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature" lowerBound="1" eType="#//TemplateSignature" eOpposite="#//TemplateSignature/ownedParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template signature that owns this template parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameteredElement" lowerBound="1" eType="#//ParameterableElement" eOpposite="#//ParameterableElement/templateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element exposed by this template parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameteredElement" eType="#//ParameterableElement" containment="true" eOpposite="#//ParameterableElement/owningTemplateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element that is owned by this template parameter."/> </eAnnotations> <eAnnotations source="subsets" references="#//TemplateParameter/parameteredElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element that is the default for this formal template parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDefault" eType="#//ParameterableElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element that is owned by this template parameter for the purpose of providing a default."/> </eAnnotations> <eAnnotations source="subsets" references="#//TemplateParameter/default"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A template parameter substitution relates the actual parameter to a formal template parameter as part of a template binding."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="formal" lowerBound="1" eType="#//TemplateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The formal template parameter that is associated with this substitution."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element that is the actual parameter for this substitution."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedActual" eType="#//ParameterableElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The actual parameter that is owned by this substitution."/> </eAnnotations> <eAnnotations source="subsets" references="#//TemplateParameterSubstitution/actual"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" lowerBound="1" eType="#//TemplateBinding" eOpposite="#//TemplateBinding/parameterSubstitution"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The optional bindings from this element to templates."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignature" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A template signature bundles the set of formal template parameters for a templated element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" upperBound="-1" eType="#//TemplateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered set of all formal template parameters for this template signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//TemplateParameter" containment="true" eOpposite="#//TemplateParameter/signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The formal template parameters that are owned by this template signature."/> </eAnnotations> <eAnnotations source="subsets" references="#//TemplateSignature/parameter"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//TemplateableElement" eOpposite="#//TemplateableElement/ownedTemplateSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element that owns this template signature."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElement" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A templateable element is an element that can optionally be defined as a template and bound to other templates."/> </eAnnotations> <eOperations name="parameterableElements" ordered="false" upperBound="-1" eType="#//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query parameterableElements() returns the set of elements that may be used as the parametered elements for a template parameter of this templateable element. By default, this set includes all the owned elements. Subclasses may override this operation if they choose to restrict the set of parameterable elements."/> </eAnnotations> </eOperations> <eOperations name="isTemplate" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isTemplate() returns whether this templateable element is actually a template."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" ordered="false" upperBound="-1" eType="#//TemplateBinding" containment="true" eOpposite="#//TemplateBinding/boundElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The optional bindings from this element to templates."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateSignature" eType="#//TemplateSignature" containment="true" eOpposite="#//TemplateSignature/template"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The optional template signature specifying the formal template parameters."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unspecializedElement" eType="#//TemplateableElement" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A transition is a directed relationship between a source vertex and a target vertex. It may be part of a compound transition, which takes the state machine from one state configuration to another, representing the complete response of the state machine to an occurrence of an event of a particular type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//TransitionKind" defaultValueLiteral="external"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates the precise type of the transition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Vertex" eOpposite="#//Vertex/outgoing"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates the originating vertex (state or pseudostate) of the transition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Vertex" eOpposite="#//Vertex/incoming"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates the target vertex that is reached when the transition is taken."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A guard is a constraint that provides a fine-grained control over the firing of the transition. The guard is evaluated when an event occurrence is dispatched by the state machine. If the guard is true at that time, the transition may be enabled, otherwise, it is disabled. Guards should be pure expressions without side effects. Guard expressions with side effects are ill formed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies an optional behavior to be performed when the transition fires."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false" upperBound="-1" eType="#//Trigger" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the triggers that may fire the transition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//Region" eOpposite="#//Region/transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates the region that owns this transition."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="#//LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//TupleLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPart" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//OCLExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//NamedElement #//TemplateableElement #//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type is a named element that is used as the type for a typed element. A type can be contained in a package.&#xD;&#xA;Type is defined to be a kind of templateable element so that a type can be parameterized. It is also defined to be a kind of parameterable element so that a type can be a formal template parameter."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isTemplate" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isTemplate() returns whether this templateable element is actually a template."/> </eAnnotations> <eAnnotations source="redefines" references="#//TemplateableElement/isTemplate"/> </contents> <contents xsi:type="ecore:EReference" name="templateParameter" eType="#//TemplateParameter" eOpposite="#//TypeTemplateParameter/%duplicates%/parameteredElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template parameter that exposes this element as a formal parameter."/> </eAnnotations> <eAnnotations source="redefines" references="#//ParameterableElement/templateParameter"/> </contents> </eAnnotations> <eOperations name="specializeIn" lowerBound="1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self&#xA;&#xA;"/> </eAnnotations> <eParameters name="expr" lowerBound="1" eType="#//OCLExpression"/> <eParameters name="selfType" lowerBound="1" eType="#//Type"/> </eOperations> <eOperations name="UniqueInvariantName" 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="ownedInvariant->isUnique(name)&#xA;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//Package" eOpposite="#//Package/ownedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the owning package of this classifier, if any."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/owningType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/owningType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInvariant" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExp" eSuperTypes="#//OCLExpression #//ReferringElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeTemplateParameter" eSuperTypes="#//TemplateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type template parameter exposes a type as a formal template parameter."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="parameteredElement" lowerBound="1" eType="#//ParameterableElement" eOpposite="#//Type/%duplicates%/templateParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameterable classifier for this template parameter."/> </eAnnotations> <eAnnotations source="redefines" references="#//TemplateParameter/parameteredElement"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSubstitutable" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Constrains the required relationship between an actual parameter and the parameteredElement for this formal parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingType" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifiers that constrain the argument that can be used for the parameter. If the allowSubstitutable attribute is true, then any classifier that is compatible with this constraining classifier can be substituted; otherwise, it must be either this classifier or one of its subclasses. If this property is empty, there are no constraints on the classifier that can be used as an argument."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A typed element is a kind of named element that represents an element with a type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of the TypedElement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequired" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedMultiplicityElement" abstract="true" eSuperTypes="#//TypedElement"> <eOperations name="CompatibleBody" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;bodySpecification.type.conformsTo(self.type)&#xA;&#xA;"/> </eAnnotations> <eParameters name="bodySpecification" lowerBound="1" eType="#//ValueSpecification"/> </eOperations> <eOperations name="makeParameter" lowerBound="1" eType="#//Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="Parameter{name='name'}&#xA;&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalLiteralExp" eSuperTypes="#//NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unlimitedNaturalSymbol" lowerBound="1" eType="#//UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnspecifiedType" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnspecifiedValueExp" eSuperTypes="#//OCLExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true" eSuperTypes="#//TypedElement #//ParameterableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A value specification is the specification of a (possibly empty) set of instances, including both objects and data values.&#xD;&#xA;ValueSpecification specializes ParameterableElement to specify that a value specification can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template."/> </eAnnotations> <eOperations name="isComputable" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() determines whether a value specification can be computed in a model. This operation cannot be fully defined in OCL. A conforming implementation is expected to deliver true for this operation for all value specifications that it can compute, and to compute all of those for which the operation is true. A conforming implementation is expected to be able to compute the value of all literals."/> </eAnnotations> </eOperations> <eOperations name="integerValue" lowerBound="1" eType="#//Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query integerValue() gives a single Integer value when one can be computed."/> </eAnnotations> </eOperations> <eOperations name="booleanValue" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query booleanValue() gives a single Boolean value when one can be computed."/> </eAnnotations> </eOperations> <eOperations name="stringValue" lowerBound="1" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query stringValue() gives a single String value when one can be computed."/> </eAnnotations> </eOperations> <eOperations name="unlimitedValue" lowerBound="1" eType="#//UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed."/> </eAnnotations> </eOperations> <eOperations name="isNull" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isNull() returns true when it can be computed that the value is null."/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//OCLExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representedParameter" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implicit" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//OCLExpression #//ReferringElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" eType="#//VariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implicit" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A vertex is an abstraction of a node in a state machine graph. In general, it can be the source or destination of any number of transitions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Region" eOpposite="#//Region/subvertex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The region that contains this vertex."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the transitions departing from this vertex."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the transitions entering this vertex."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Visitable" instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Visitor" instanceClassName="org.eclipse.ocl.examples.pivot.util.Visitor" abstract="true" interface="true"> <eTypeParameters name="R"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//Class"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"pivot","nsURI":"http://www.eclipse.org/ocl/3.1.0/Pivot","name":"pivot","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Number","defaultValue":null,"instanceClassName":"java.lang.Number","name":"Integer","instanceClass":"java.lang.Number","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.library.LibraryFeature","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.library.LibraryFeature","name":"LibraryFeature","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Number","defaultValue":null,"instanceClassName":"java.lang.Number","name":"Real","instanceClass":"java.lang.Number","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Throwable","defaultValue":null,"instanceClassName":"java.lang.Throwable","name":"Throwable","instanceClass":"java.lang.Throwable","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Number","defaultValue":null,"instanceClassName":"java.lang.Number","name":"UnlimitedNatural","instanceClass":"java.lang.Number","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociativityKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PseudostateKind","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransitionKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassCallExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorPart","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Detail","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicElement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicProperty","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementExtension","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOCL","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaType","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExp","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.util.MorePivotable","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.util.MorePivotable","name":"MorePivotable","instanceClass":null,"abstract":true,"id":63,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.domain.elements.Nameable","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.domain.elements.Nameable","name":"Nameable","instanceClass":null,"abstract":true,"id":64,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLExpression","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTemplateParameter","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableElement","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.util.Pivotable","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.util.Pivotable","name":"Pivotable","instanceClass":null,"abstract":true,"id":80,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Precedence","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferringElement","instanceClass":null,"abstract":true,"id":89,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateExp","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignature","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElement","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeTemplateParameter","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedMultiplicityElement","instanceClass":null,"abstract":true,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalLiteralExp","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnspecifiedType","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnspecifiedValueExp","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.util.Visitable","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.util.Visitable","name":"Visitable","instanceClass":null,"abstract":true,"id":126,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.examples.pivot.util.Visitor","defaultValue":null,"instanceClassName":"org.eclipse.ocl.examples.pivot.util.Visitor","name":"Visitor","instanceClass":null,"abstract":true,"id":127,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"name":"Left","id":129,"value":0,"literal":"Left","eClass":"EEnumLiteral"},{"name":"Right","id":130,"value":1,"literal":"Right","eClass":"EEnumLiteral"},{"name":"Collection","id":131,"value":0,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"Set","id":132,"value":1,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":133,"value":2,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":134,"value":3,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":135,"value":4,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"initial","id":136,"value":0,"literal":"initial","eClass":"EEnumLiteral"},{"name":"deepHistory","id":137,"value":1,"literal":"deepHistory","eClass":"EEnumLiteral"},{"name":"shallowHistory","id":138,"value":2,"literal":"shallowHistory","eClass":"EEnumLiteral"},{"name":"join","id":139,"value":3,"literal":"join","eClass":"EEnumLiteral"},{"name":"fork","id":140,"value":4,"literal":"fork","eClass":"EEnumLiteral"},{"name":"junction","id":141,"value":5,"literal":"junction","eClass":"EEnumLiteral"},{"name":"choice","id":142,"value":6,"literal":"choice","eClass":"EEnumLiteral"},{"name":"entryPoint","id":143,"value":7,"literal":"entryPoint","eClass":"EEnumLiteral"},{"name":"exitPoint","id":144,"value":8,"literal":"exitPoint","eClass":"EEnumLiteral"},{"name":"terminate","id":145,"value":9,"literal":"terminate","eClass":"EEnumLiteral"},{"name":"internal","id":146,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"local","id":147,"value":1,"literal":"local","eClass":"EEnumLiteral"},{"name":"external","id":148,"value":2,"literal":"external","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":"ownedContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDetail","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unownedAttribute","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","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":"referredAssociationClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TypeIsBoolean","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"false","unsettable":false,"transient":false,"unique":true,"name":"implicit","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"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":"isInterface","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"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":"class","changeable":false,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"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":"class","changeable":false,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TypeIsItemType","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"CollectionKindIsConcrete","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SetKindIsSet","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"OrderedSetKindIsOrderedSet","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SequenceKindIsSequence","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"BagKindIsBag","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"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":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EParameter"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"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":"lower","changeable":true,"lowerBound":1,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"*","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"UniqueName","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isCallable","changeable":true,"lowerBound":1,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EParameter"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"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":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isSerializable","changeable":true,"lowerBound":1,"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":"behavioralType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"default","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allOwnedElements","lowerBound":0,"id":333,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":334,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stereotype","lowerBound":1,"id":340,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":1,"id":341,"many":false,"required":true,"eClass":"EParameter"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TypeIsEnumerationType","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementationClass","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"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":"isPre","changeable":true,"lowerBound":1,"iD":false,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ConditionTypeIsBoolean","lowerBound":0,"id":392,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"container":false,"ordered":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":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":399,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TypeIsInteger","lowerBound":0,"id":410,"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":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EParameter"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneInitializer","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"BodyTypeConformsToResultType","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"TypeIsResultType","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EParameter"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EParameter"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":444,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":445,"many":false,"required":false,"eClass":"EParameter"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedIterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAccumulator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExistsBodyTypeIsBoolean","lowerBound":0,"id":456,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CollectNestedHasOneIterator","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ClosureSourceElementTypeIsBodyElementType","lowerBound":0,"id":458,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExistsTypeIsBoolean","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CollectTypeIsUnordered","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ClosureTypeIsUniqueCollection","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RejectOrSelectTypeIsSourceType","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SortedByIsOrderedIfSourceIsOrdered","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AnyTypeIsSourceElementType","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SortedByHasOneIterator","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"IteratorTypeIsSourceElementType","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneBodyTypeIsBoolean","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CollectNestedTypeIsBag","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AnyHasOneIterator","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AnyBodyTypeIsBoolean","lowerBound":0,"id":470,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RejectOrSelectTypeIsBoolean","lowerBound":0,"id":471,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneHasOneIterator","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneTypeIsBoolean","lowerBound":0,"id":473,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SortedByElementTypeIsSourceElementType","lowerBound":0,"id":474,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ForAllTypeIsBoolean","lowerBound":0,"id":475,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CollectHasOneIterator","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ClosureElementTypeIsSourceElementType","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CollectElementTypeIsSourceElementType","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ClosureHasOneIterator","lowerBound":0,"id":479,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ClosureBodyTypeIsConformanttoIteratorType","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SortedByIteratorTypeIsComparable","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CollectNestedTypeIsBodyType","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsUniqueHasOneIterator","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RejectOrSelectHasOneIterator","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ForAllBodyTypeIsBoolean","lowerBound":0,"id":485,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsUniqueTypeIsBoolean","lowerBound":0,"id":486,"many":false,"required":false,"eClass":"EOperation"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":490,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":498,"many":false,"required":false,"eClass":"EParameter"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":504,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":505,"many":false,"required":false,"eClass":"EParameter"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":511,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":512,"many":false,"required":false,"eClass":"EParameter"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":518,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EParameter"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":525,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":526,"many":false,"required":false,"eClass":"EParameter"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EParameter"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":539,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EParameter"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":546,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":547,"many":false,"required":false,"eClass":"EParameter"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":553,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":554,"many":false,"required":false,"eClass":"EParameter"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":560,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":561,"many":false,"required":false,"eClass":"EParameter"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":567,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":568,"many":false,"required":false,"eClass":"EParameter"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":574,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":575,"many":false,"required":false,"eClass":"EParameter"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":581,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":582,"many":false,"required":false,"eClass":"EParameter"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":588,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":589,"many":false,"required":false,"eClass":"EParameter"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":595,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":596,"many":false,"required":false,"eClass":"EParameter"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":602,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":603,"many":false,"required":false,"eClass":"EParameter"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":609,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":610,"many":false,"required":false,"eClass":"EParameter"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":616,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":617,"many":false,"required":false,"eClass":"EParameter"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":623,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":624,"many":false,"required":false,"eClass":"EParameter"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":630,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":631,"many":false,"required":false,"eClass":"EParameter"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":637,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":638,"many":false,"required":false,"eClass":"EParameter"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":644,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":645,"many":false,"required":false,"eClass":"EParameter"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":651,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":652,"many":false,"required":false,"eClass":"EParameter"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":658,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":659,"many":false,"required":false,"eClass":"EParameter"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":665,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":666,"many":false,"required":false,"eClass":"EParameter"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":672,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":673,"many":false,"required":false,"eClass":"EParameter"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":679,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":680,"many":false,"required":false,"eClass":"EParameter"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":686,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":687,"many":false,"required":false,"eClass":"EParameter"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":693,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":694,"many":false,"required":false,"eClass":"EParameter"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":700,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":701,"many":false,"required":false,"eClass":"EParameter"},{"id":702,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":706,"derived":false},{"container":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":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TypeIsInType","lowerBound":0,"id":713,"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":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":714,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":718,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":719,"many":false,"required":false,"eClass":"EParameter"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"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":"ownedPrecedence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":726,"derived":false},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SourceIsCollection","lowerBound":0,"id":730,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoInitializers","lowerBound":0,"id":731,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":732,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":733,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredIteration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":737,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":738,"many":false,"required":false,"eClass":"EParameter"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":744,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":745,"many":false,"required":false,"eClass":"EParameter"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneCallOrOneSend","lowerBound":0,"id":753,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"TargetIsNotACollection","lowerBound":0,"id":754,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":755,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":756,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":757,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sentSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":758,"derived":false},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":761,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":762,"many":false,"required":false,"eClass":"EParameter"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":768,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":769,"many":false,"required":false,"eClass":"EParameter"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":778,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":786,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":787,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":788,"derived":false},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":794,"derived":false},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"navigationSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":798,"derived":false},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":805,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":806,"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"CompatibleReturn","lowerBound":0,"id":812,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"LoadableImplementation","lowerBound":0,"id":813,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UniquePreconditionName","lowerBound":0,"id":814,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UniquePostconditionName","lowerBound":0,"id":815,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":816,"derived":false},{"container":false,"ordered":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":817,"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":"owningType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":818,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":819,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":820,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":821,"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":"isInvalidating","changeable":true,"lowerBound":1,"iD":false,"id":822,"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":"isValidating","changeable":true,"lowerBound":1,"iD":false,"id":823,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":824,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":830,"derived":false},{"id":831,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameteredElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":832,"derived":false},{"id":833,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":834,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":835,"many":false,"required":false,"eClass":"EParameter"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":841,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":842,"many":false,"required":false,"eClass":"EParameter"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":848,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":849,"many":false,"required":false,"eClass":"EParameter"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":855,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":856,"many":false,"required":false,"eClass":"EParameter"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":863,"derived":false},{"id":864,"eClass":"EGenericType"},{"container":false,"ordered":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":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ArgumentCount","lowerBound":0,"id":874,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ArgumentTypeIsConformant","lowerBound":0,"id":875,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":876,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":877,"derived":false},{"id":878,"eClass":"EGenericType"},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":881,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":882,"many":false,"required":false,"eClass":"EParameter"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":888,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":889,"many":false,"required":false,"eClass":"EParameter"},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"id":894,"eClass":"EGenericType"},{"id":895,"eClass":"EGenericType"},{"id":896,"eClass":"EGenericType"},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":899,"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":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":900,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":901,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":902,"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":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":903,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":904,"derived":false},{"id":905,"eClass":"EGenericType"},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"id":908,"eClass":"EGenericType"},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"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":913,"derived":false},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTemplateParameter","lowerBound":1,"id":918,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCompatibleWith","lowerBound":1,"id":919,"many":false,"required":true,"eClass":"EOperation"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningTemplateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":920,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":921,"derived":false},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":925,"many":false,"required":true,"eClass":"EParameter"},{"id":926,"eClass":"EGenericType"},{"id":927,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameteredElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":928,"derived":false},{"id":929,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameteredElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":930,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Left","unsettable":false,"transient":false,"unique":true,"name":"associativity","changeable":true,"lowerBound":0,"iD":false,"id":931,"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":"order","changeable":true,"lowerBound":1,"iD":false,"id":932,"derived":false},{"id":933,"eClass":"EGenericType"},{"id":934,"eClass":"EGenericType"},{"id":935,"eClass":"EGenericType"},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAttribute","lowerBound":1,"id":939,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CompatibleDefaultExpression","lowerBound":0,"id":940,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":941,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":942,"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":"isComposite","changeable":true,"lowerBound":1,"iD":false,"id":943,"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":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":944,"derived":false},{"container":false,"ordered":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":945,"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":"implicit","changeable":true,"lowerBound":0,"iD":false,"id":946,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":947,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":1,"iD":false,"id":948,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":949,"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":"isResolveProxies","changeable":true,"lowerBound":1,"iD":false,"id":950,"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":"isTransient","changeable":true,"lowerBound":1,"iD":false,"id":951,"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":"isUnsettable","changeable":true,"lowerBound":1,"iD":false,"id":952,"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":"isVolatile","changeable":true,"lowerBound":1,"iD":false,"id":953,"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":"redefinedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":954,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":955,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":956,"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":"owningType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":957,"derived":false},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":961,"many":false,"required":true,"eClass":"EParameter"},{"id":962,"eClass":"EGenericType"},{"id":963,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":964,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":965,"many":false,"required":false,"eClass":"EParameter"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"id":980,"eClass":"EGenericType"},{"id":981,"eClass":"EGenericType"},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"container":false,"ordered":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":989,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getSpecializedReferredPropertyOwningType","lowerBound":1,"id":990,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSpecializedReferredPropertyType","lowerBound":1,"id":991,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"NonStaticSourceTypeIsConformant","lowerBound":0,"id":992,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CompatibleResultType","lowerBound":0,"id":993,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":994,"derived":false},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1000,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1001,"many":false,"required":false,"eClass":"EParameter"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1007,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1008,"many":false,"required":false,"eClass":"EParameter"},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"initial","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":1014,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1015,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1016,"derived":false},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":1021,"derived":false},{"id":1022,"eClass":"EGenericType"},{"id":1023,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReferredElement","lowerBound":1,"id":1024,"many":false,"required":true,"eClass":"EOperation"},{"id":1025,"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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1026,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1027,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1028,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1029,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subvertex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1030,"derived":false},{"id":1031,"eClass":"EGenericType"},{"id":1032,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1033,"derived":false},{"id":1034,"eClass":"EGenericType"},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"id":1037,"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":1038,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1039,"derived":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":1040,"derived":false},{"container":false,"ordered":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":1041,"derived":false},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"id":1044,"eClass":"EGenericType"},{"id":1045,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"specializeIn","lowerBound":1,"id":1046,"many":false,"required":true,"eClass":"EOperation"},{"id":1047,"eClass":"EGenericType"},{"id":1048,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expr","lowerBound":1,"id":1049,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"selfType","lowerBound":1,"id":1050,"many":false,"required":true,"eClass":"EParameter"},{"id":1051,"eClass":"EGenericType"},{"id":1052,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1053,"derived":false},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"id":1058,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isComposite","changeable":true,"lowerBound":1,"iD":false,"id":1059,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isOrthogonal","changeable":true,"lowerBound":1,"iD":false,"id":1060,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"isSimple","changeable":true,"lowerBound":1,"iD":false,"id":1061,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isSubmachineState","changeable":true,"lowerBound":1,"iD":false,"id":1062,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"submachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1063,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1064,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1065,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1066,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateInvariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1067,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1068,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1069,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"doActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1070,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1071,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deferrableTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1072,"derived":false},{"id":1073,"eClass":"EGenericType"},{"id":1074,"eClass":"EGenericType"},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"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":"submachineState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1080,"derived":false},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"id":1083,"eClass":"EGenericType"},{"id":1084,"eClass":"EGenericType"},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"id":1089,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1090,"derived":false},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1093,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1094,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedStateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1095,"derived":false},{"id":1096,"eClass":"EGenericType"},{"id":1097,"eClass":"EGenericType"},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":1102,"derived":false},{"id":1103,"eClass":"EGenericType"},{"id":1104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1105,"derived":false},{"container":false,"ordered":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":1106,"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":"boundElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1107,"derived":false},{"id":1108,"eClass":"EGenericType"},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1111,"derived":false},{"id":1112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1113,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDefault","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1116,"derived":false},{"id":1117,"eClass":"EGenericType"},{"id":1118,"eClass":"EGenericType"},{"container":false,"ordered":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":1119,"derived":false},{"id":1120,"eClass":"EGenericType"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedActual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1126,"derived":false},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":1132,"derived":false},{"id":1133,"eClass":"EGenericType"},{"id":1134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1135,"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":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1136,"derived":false},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplateSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1141,"derived":false},{"ordered":false,"upperBound":-1,"unique":true,"name":"parameterableElements","lowerBound":0,"id":1142,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTemplate","lowerBound":1,"id":1143,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"unspecializedElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1144,"derived":false},{"id":1145,"eClass":"EGenericType"},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"external","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":1151,"derived":false},{"container":false,"ordered":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":1152,"derived":false},{"container":false,"ordered":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":1153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1155,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1156,"derived":false},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1160,"derived":false},{"id":1161,"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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1162,"derived":false},{"id":1163,"eClass":"EGenericType"},{"id":1164,"eClass":"EGenericType"},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1168,"derived":false},{"id":1169,"eClass":"EGenericType"},{"id":1170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1171,"derived":false},{"id":1172,"eClass":"EGenericType"},{"id":1173,"eClass":"EGenericType"},{"id":1174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"specializeIn","lowerBound":1,"id":1175,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UniqueInvariantName","lowerBound":0,"id":1176,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1177,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInvariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":1179,"derived":false},{"id":1180,"eClass":"EGenericType"},{"id":1181,"eClass":"EGenericType"},{"id":1182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTemplate","lowerBound":1,"id":1183,"many":false,"required":true,"eClass":"EOperation"},{"id":1184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1185,"derived":false},{"id":1186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameteredElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1187,"derived":false},{"id":1188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"expr","lowerBound":1,"id":1189,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"selfType","lowerBound":1,"id":1190,"many":false,"required":true,"eClass":"EParameter"},{"id":1191,"eClass":"EGenericType"},{"id":1192,"eClass":"EGenericType"},{"id":1193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1194,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1195,"many":false,"required":false,"eClass":"EParameter"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"eClass":"EGenericType"},{"id":1203,"eClass":"EGenericType"},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1206,"derived":false},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"allowSubstitutable","changeable":true,"lowerBound":1,"iD":false,"id":1210,"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":"constrainingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1211,"derived":false},{"id":1212,"eClass":"EGenericType"},{"id":1213,"eClass":"EGenericType"},{"id":1214,"eClass":"EGenericType"},{"id":1215,"eClass":"EGenericType"},{"container":false,"ordered":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":1216,"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":"isRequired","changeable":true,"lowerBound":1,"iD":false,"id":1217,"derived":false},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"CompatibleBody","lowerBound":1,"id":1221,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makeParameter","lowerBound":1,"id":1222,"many":false,"required":true,"eClass":"EOperation"},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bodySpecification","lowerBound":1,"id":1225,"many":false,"required":true,"eClass":"EParameter"},{"id":1226,"eClass":"EGenericType"},{"id":1227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unlimitedNaturalSymbol","changeable":true,"lowerBound":1,"iD":false,"id":1228,"derived":false},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1232,"derived":false},{"id":1233,"eClass":"EGenericType"},{"id":1234,"eClass":"EGenericType"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":1237,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"integerValue","lowerBound":1,"id":1238,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"booleanValue","lowerBound":1,"id":1239,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stringValue","lowerBound":1,"id":1240,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unlimitedValue","lowerBound":1,"id":1241,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNull","lowerBound":1,"id":1242,"many":false,"required":true,"eClass":"EOperation"},{"id":1243,"eClass":"EGenericType"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"id":1248,"eClass":"EGenericType"},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1252,"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":"implicit","changeable":true,"lowerBound":0,"iD":false,"id":1253,"derived":false},{"id":1254,"eClass":"EGenericType"},{"id":1255,"eClass":"EGenericType"},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"id":1258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1259,"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":"implicit","changeable":true,"lowerBound":0,"iD":false,"id":1260,"derived":false},{"id":1261,"eClass":"EGenericType"},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"id":1264,"eClass":"EGenericType"},{"id":1265,"eClass":"EGenericType"},{"id":1266,"eClass":"EGenericType"},{"id":1267,"eClass":"EGenericType"},{"id":1268,"eClass":"EGenericType"},{"name":"R","id":1269,"eClass":"ETypeParameter"},{"id":1270,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":129},{"source":9,"target":130},{"source":129,"target":9},{"source":130,"target":9},{"source":10,"target":0},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":131,"target":10},{"source":132,"target":10},{"source":133,"target":10},{"source":134,"target":10},{"source":135,"target":10},{"source":11,"target":0},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":11,"target":140},{"source":11,"target":141},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":11,"target":145},{"source":136,"target":11},{"source":137,"target":11},{"source":138,"target":11},{"source":139,"target":11},{"source":140,"target":11},{"source":141,"target":11},{"source":142,"target":11},{"source":143,"target":11},{"source":144,"target":11},{"source":145,"target":11},{"source":12,"target":0},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":146,"target":12},{"source":147,"target":12},{"source":148,"target":12},{"source":13,"target":0},{"source":13,"target":65},{"source":13,"target":149},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":149,"target":38},{"source":149,"target":153},{"source":149,"target":13},{"source":153,"target":38},{"source":150,"target":34},{"source":150,"target":154},{"source":150,"target":13},{"source":154,"target":34},{"source":151,"target":38},{"source":151,"target":155},{"source":151,"target":13},{"source":155,"target":38},{"source":152,"target":65},{"source":14,"target":0},{"source":14,"target":22},{"source":14,"target":156},{"source":156,"target":22},{"source":15,"target":0},{"source":15,"target":22},{"source":15,"target":157},{"source":15,"target":158},{"source":157,"target":85},{"source":157,"target":159},{"source":157,"target":15},{"source":157,"target":160},{"source":159,"target":85},{"source":158,"target":22},{"source":16,"target":0},{"source":16,"target":67},{"source":16,"target":161},{"source":16,"target":162},{"source":161,"target":15},{"source":161,"target":163},{"source":161,"target":16},{"source":163,"target":15},{"source":162,"target":67},{"source":17,"target":0},{"source":17,"target":27},{"source":17,"target":164},{"source":164,"target":27},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":165},{"source":165,"target":22},{"source":19,"target":0},{"source":19,"target":82},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":166,"target":169},{"source":166,"target":19},{"source":166,"target":170},{"source":166,"target":171},{"source":170,"target":172},{"source":170,"target":166},{"source":171,"target":173},{"source":171,"target":166},{"source":173,"target":174},{"source":173,"target":175},{"source":167,"target":1},{"source":167,"target":176},{"source":167,"target":19},{"source":176,"target":1},{"source":168,"target":82},{"source":20,"target":0},{"source":20,"target":70},{"source":20,"target":177},{"source":20,"target":178},{"source":20,"target":179},{"source":177,"target":70},{"source":177,"target":180},{"source":177,"target":20},{"source":180,"target":70},{"source":178,"target":1},{"source":178,"target":181},{"source":178,"target":20},{"source":181,"target":1},{"source":179,"target":70},{"source":21,"target":0},{"source":21,"target":65},{"source":21,"target":182},{"source":21,"target":183},{"source":182,"target":72},{"source":182,"target":184},{"source":182,"target":21},{"source":184,"target":72},{"source":183,"target":65},{"source":22,"target":0},{"source":22,"target":113},{"source":22,"target":66},{"source":22,"target":185},{"source":22,"target":186},{"source":22,"target":187},{"source":22,"target":188},{"source":22,"target":189},{"source":190,"target":72},{"source":190,"target":191},{"source":190,"target":192},{"source":191,"target":72},{"source":193,"target":22},{"source":193,"target":194},{"source":194,"target":22},{"source":195,"target":6},{"source":195,"target":196},{"source":196,"target":6},{"source":197,"target":85},{"source":197,"target":198},{"source":197,"target":199},{"source":198,"target":85},{"source":185,"target":1},{"source":185,"target":200},{"source":185,"target":22},{"source":200,"target":1},{"source":186,"target":18},{"source":186,"target":201},{"source":186,"target":22},{"source":201,"target":18},{"source":187,"target":1},{"source":187,"target":202},{"source":187,"target":22},{"source":202,"target":1},{"source":188,"target":113},{"source":189,"target":66},{"source":23,"target":0},{"source":23,"target":25},{"source":23,"target":203},{"source":23,"target":204},{"source":23,"target":205},{"source":203,"target":206},{"source":203,"target":23},{"source":203,"target":207},{"source":203,"target":208},{"source":207,"target":209},{"source":207,"target":203},{"source":208,"target":210},{"source":208,"target":203},{"source":210,"target":211},{"source":210,"target":212},{"source":204,"target":70},{"source":204,"target":213},{"source":204,"target":23},{"source":213,"target":70},{"source":205,"target":25},{"source":24,"target":0},{"source":24,"target":58},{"source":24,"target":214},{"source":24,"target":215},{"source":24,"target":216},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":221},{"source":214,"target":222},{"source":214,"target":24},{"source":214,"target":223},{"source":214,"target":224},{"source":223,"target":225},{"source":223,"target":214},{"source":224,"target":226},{"source":224,"target":214},{"source":226,"target":227},{"source":226,"target":228},{"source":215,"target":229},{"source":215,"target":24},{"source":215,"target":230},{"source":215,"target":231},{"source":230,"target":232},{"source":230,"target":215},{"source":231,"target":233},{"source":231,"target":215},{"source":233,"target":234},{"source":233,"target":235},{"source":216,"target":236},{"source":216,"target":24},{"source":216,"target":237},{"source":216,"target":238},{"source":237,"target":239},{"source":237,"target":216},{"source":238,"target":240},{"source":238,"target":216},{"source":240,"target":241},{"source":240,"target":242},{"source":217,"target":243},{"source":217,"target":24},{"source":217,"target":244},{"source":217,"target":245},{"source":244,"target":246},{"source":244,"target":217},{"source":245,"target":247},{"source":245,"target":217},{"source":247,"target":248},{"source":247,"target":249},{"source":218,"target":250},{"source":218,"target":24},{"source":218,"target":251},{"source":218,"target":252},{"source":251,"target":253},{"source":251,"target":218},{"source":252,"target":254},{"source":252,"target":218},{"source":254,"target":255},{"source":254,"target":256},{"source":219,"target":10},{"source":219,"target":257},{"source":219,"target":24},{"source":257,"target":10},{"source":220,"target":25},{"source":220,"target":258},{"source":220,"target":24},{"source":258,"target":25},{"source":221,"target":58},{"source":25,"target":0},{"source":25,"target":116},{"source":25,"target":259},{"source":259,"target":116},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":260},{"source":26,"target":261},{"source":26,"target":262},{"source":260,"target":70},{"source":260,"target":263},{"source":260,"target":26},{"source":263,"target":70},{"source":261,"target":70},{"source":261,"target":264},{"source":261,"target":26},{"source":264,"target":70},{"source":262,"target":25},{"source":27,"target":0},{"source":27,"target":33},{"source":27,"target":265},{"source":27,"target":266},{"source":27,"target":267},{"source":27,"target":268},{"source":265,"target":113},{"source":265,"target":269},{"source":265,"target":27},{"source":269,"target":113},{"source":266,"target":2},{"source":266,"target":270},{"source":266,"target":27},{"source":270,"target":2},{"source":267,"target":8},{"source":267,"target":271},{"source":267,"target":27},{"source":271,"target":8},{"source":268,"target":33},{"source":28,"target":0},{"source":28,"target":38},{"source":28,"target":272},{"source":28,"target":273},{"source":28,"target":274},{"source":272,"target":6},{"source":272,"target":275},{"source":272,"target":28},{"source":275,"target":6},{"source":273,"target":38},{"source":273,"target":276},{"source":273,"target":28},{"source":276,"target":38},{"source":274,"target":38},{"source":29,"target":0},{"source":29,"target":125},{"source":29,"target":277},{"source":29,"target":278},{"source":29,"target":279},{"source":29,"target":280},{"source":277,"target":87},{"source":277,"target":281},{"source":277,"target":29},{"source":281,"target":87},{"source":278,"target":97},{"source":278,"target":282},{"source":278,"target":29},{"source":282,"target":97},{"source":279,"target":87},{"source":279,"target":283},{"source":279,"target":29},{"source":283,"target":87},{"source":280,"target":125},{"source":30,"target":0},{"source":30,"target":65},{"source":30,"target":284},{"source":30,"target":285},{"source":30,"target":286},{"source":30,"target":287},{"source":30,"target":288},{"source":30,"target":289},{"source":284,"target":290},{"source":284,"target":30},{"source":284,"target":291},{"source":284,"target":292},{"source":291,"target":293},{"source":291,"target":284},{"source":292,"target":294},{"source":292,"target":284},{"source":294,"target":295},{"source":294,"target":296},{"source":285,"target":38},{"source":285,"target":297},{"source":285,"target":30},{"source":297,"target":38},{"source":286,"target":71},{"source":286,"target":298},{"source":286,"target":30},{"source":298,"target":71},{"source":287,"target":66},{"source":287,"target":299},{"source":287,"target":30},{"source":299,"target":66},{"source":288,"target":1},{"source":288,"target":300},{"source":288,"target":30},{"source":300,"target":1},{"source":289,"target":65},{"source":31,"target":0},{"source":31,"target":70},{"source":31,"target":301},{"source":31,"target":302},{"source":31,"target":303},{"source":301,"target":32},{"source":301,"target":304},{"source":301,"target":31},{"source":304,"target":32},{"source":302,"target":6},{"source":302,"target":305},{"source":302,"target":31},{"source":305,"target":6},{"source":303,"target":70},{"source":32,"target":0},{"source":32,"target":116},{"source":32,"target":306},{"source":32,"target":307},{"source":32,"target":308},{"source":306,"target":85},{"source":306,"target":309},{"source":306,"target":32},{"source":309,"target":85},{"source":307,"target":70},{"source":307,"target":310},{"source":307,"target":32},{"source":310,"target":70},{"source":308,"target":116},{"source":33,"target":0},{"source":33,"target":22},{"source":33,"target":311},{"source":33,"target":312},{"source":33,"target":313},{"source":311,"target":1},{"source":311,"target":314},{"source":311,"target":33},{"source":314,"target":1},{"source":312,"target":113},{"source":312,"target":315},{"source":312,"target":33},{"source":315,"target":113},{"source":313,"target":22},{"source":34,"target":0},{"source":34,"target":65},{"source":34,"target":316},{"source":34,"target":317},{"source":316,"target":6},{"source":316,"target":318},{"source":316,"target":34},{"source":318,"target":6},{"source":317,"target":65},{"source":35,"target":0},{"source":35,"target":38},{"source":35,"target":319},{"source":35,"target":320},{"source":319,"target":113},{"source":319,"target":321},{"source":319,"target":35},{"source":321,"target":113},{"source":320,"target":38},{"source":36,"target":0},{"source":36,"target":38},{"source":36,"target":322},{"source":36,"target":323},{"source":36,"target":324},{"source":322,"target":85},{"source":322,"target":325},{"source":322,"target":36},{"source":325,"target":85},{"source":323,"target":6},{"source":323,"target":326},{"source":323,"target":36},{"source":326,"target":6},{"source":324,"target":38},{"source":37,"target":0},{"source":37,"target":113},{"source":37,"target":35},{"source":37,"target":327},{"source":37,"target":328},{"source":37,"target":329},{"source":330,"target":113},{"source":330,"target":331},{"source":331,"target":113},{"source":327,"target":36},{"source":327,"target":332},{"source":327,"target":37},{"source":332,"target":36},{"source":328,"target":113},{"source":329,"target":35},{"source":38,"target":0},{"source":38,"target":126},{"source":38,"target":333},{"source":38,"target":334},{"source":38,"target":335},{"source":38,"target":336},{"source":38,"target":337},{"source":333,"target":38},{"source":333,"target":338},{"source":333,"target":38},{"source":338,"target":38},{"source":334,"target":38},{"source":334,"target":339},{"source":334,"target":38},{"source":334,"target":340},{"source":334,"target":341},{"source":339,"target":38},{"source":340,"target":113},{"source":340,"target":342},{"source":340,"target":334},{"source":342,"target":113},{"source":341,"target":6},{"source":341,"target":343},{"source":341,"target":334},{"source":343,"target":6},{"source":335,"target":28},{"source":335,"target":344},{"source":335,"target":38},{"source":344,"target":28},{"source":336,"target":39},{"source":336,"target":345},{"source":336,"target":38},{"source":336,"target":346},{"source":345,"target":39},{"source":337,"target":126},{"source":39,"target":0},{"source":39,"target":113},{"source":39,"target":347},{"source":39,"target":346},{"source":39,"target":348},{"source":347,"target":113},{"source":347,"target":349},{"source":347,"target":39},{"source":349,"target":113},{"source":346,"target":38},{"source":346,"target":350},{"source":346,"target":39},{"source":346,"target":336},{"source":350,"target":38},{"source":348,"target":113},{"source":40,"target":0},{"source":40,"target":58},{"source":40,"target":351},{"source":40,"target":352},{"source":40,"target":353},{"source":351,"target":354},{"source":351,"target":40},{"source":351,"target":355},{"source":351,"target":356},{"source":355,"target":357},{"source":355,"target":351},{"source":356,"target":358},{"source":356,"target":351},{"source":358,"target":359},{"source":358,"target":360},{"source":352,"target":42},{"source":352,"target":361},{"source":352,"target":40},{"source":361,"target":42},{"source":353,"target":58},{"source":41,"target":0},{"source":41,"target":33},{"source":41,"target":362},{"source":41,"target":363},{"source":362,"target":42},{"source":362,"target":364},{"source":362,"target":41},{"source":362,"target":365},{"source":364,"target":42},{"source":363,"target":33},{"source":42,"target":0},{"source":42,"target":65},{"source":42,"target":365},{"source":42,"target":366},{"source":42,"target":367},{"source":365,"target":41},{"source":365,"target":368},{"source":365,"target":42},{"source":365,"target":362},{"source":368,"target":41},{"source":366,"target":2},{"source":366,"target":369},{"source":366,"target":42},{"source":369,"target":2},{"source":367,"target":65},{"source":43,"target":0},{"source":43,"target":71},{"source":43,"target":370},{"source":43,"target":371},{"source":43,"target":372},{"source":43,"target":373},{"source":43,"target":374},{"source":43,"target":375},{"source":370,"target":70},{"source":370,"target":376},{"source":370,"target":43},{"source":376,"target":70},{"source":371,"target":122},{"source":371,"target":377},{"source":371,"target":43},{"source":377,"target":122},{"source":372,"target":122},{"source":372,"target":378},{"source":372,"target":43},{"source":378,"target":122},{"source":373,"target":122},{"source":373,"target":379},{"source":373,"target":43},{"source":379,"target":122},{"source":374,"target":70},{"source":374,"target":380},{"source":374,"target":43},{"source":380,"target":70},{"source":375,"target":71},{"source":44,"target":0},{"source":44,"target":117},{"source":44,"target":381},{"source":44,"target":382},{"source":44,"target":383},{"source":384,"target":1},{"source":384,"target":385},{"source":385,"target":1},{"source":381,"target":6},{"source":381,"target":386},{"source":381,"target":44},{"source":386,"target":6},{"source":382,"target":3},{"source":382,"target":387},{"source":382,"target":44},{"source":387,"target":3},{"source":383,"target":117},{"source":45,"target":0},{"source":45,"target":20},{"source":45,"target":388},{"source":45,"target":389},{"source":388,"target":1},{"source":388,"target":390},{"source":388,"target":45},{"source":390,"target":1},{"source":389,"target":20},{"source":46,"target":0},{"source":46,"target":97},{"source":46,"target":391},{"source":391,"target":97},{"source":47,"target":0},{"source":47,"target":70},{"source":47,"target":392},{"source":47,"target":393},{"source":47,"target":394},{"source":47,"target":395},{"source":47,"target":396},{"source":392,"target":397},{"source":392,"target":47},{"source":392,"target":398},{"source":392,"target":399},{"source":398,"target":400},{"source":398,"target":392},{"source":399,"target":401},{"source":399,"target":392},{"source":401,"target":402},{"source":401,"target":403},{"source":393,"target":70},{"source":393,"target":404},{"source":393,"target":47},{"source":404,"target":70},{"source":394,"target":70},{"source":394,"target":405},{"source":394,"target":47},{"source":405,"target":70},{"source":395,"target":70},{"source":395,"target":406},{"source":395,"target":47},{"source":406,"target":70},{"source":396,"target":70},{"source":48,"target":0},{"source":48,"target":65},{"source":48,"target":407},{"source":48,"target":408},{"source":407,"target":66},{"source":407,"target":409},{"source":407,"target":48},{"source":409,"target":66},{"source":408,"target":65},{"source":49,"target":0},{"source":49,"target":69},{"source":49,"target":410},{"source":49,"target":411},{"source":49,"target":412},{"source":410,"target":413},{"source":410,"target":49},{"source":410,"target":414},{"source":410,"target":415},{"source":414,"target":416},{"source":414,"target":410},{"source":415,"target":417},{"source":415,"target":410},{"source":417,"target":418},{"source":417,"target":419},{"source":411,"target":2},{"source":411,"target":420},{"source":411,"target":49},{"source":420,"target":2},{"source":412,"target":69},{"source":50,"target":0},{"source":50,"target":58},{"source":50,"target":421},{"source":421,"target":58},{"source":51,"target":0},{"source":51,"target":22},{"source":51,"target":422},{"source":422,"target":22},{"source":52,"target":0},{"source":52,"target":59},{"source":52,"target":89},{"source":52,"target":423},{"source":52,"target":424},{"source":52,"target":425},{"source":52,"target":426},{"source":52,"target":427},{"source":52,"target":428},{"source":423,"target":429},{"source":423,"target":52},{"source":423,"target":430},{"source":423,"target":431},{"source":430,"target":432},{"source":430,"target":423},{"source":431,"target":433},{"source":431,"target":423},{"source":433,"target":434},{"source":433,"target":435},{"source":424,"target":436},{"source":424,"target":52},{"source":424,"target":437},{"source":424,"target":438},{"source":437,"target":439},{"source":437,"target":424},{"source":438,"target":440},{"source":438,"target":424},{"source":440,"target":441},{"source":440,"target":442},{"source":425,"target":443},{"source":425,"target":52},{"source":425,"target":444},{"source":425,"target":445},{"source":444,"target":446},{"source":444,"target":425},{"source":445,"target":447},{"source":445,"target":425},{"source":447,"target":448},{"source":447,"target":449},{"source":426,"target":122},{"source":426,"target":450},{"source":426,"target":52},{"source":450,"target":122},{"source":427,"target":59},{"source":428,"target":89},{"source":53,"target":0},{"source":53,"target":72},{"source":53,"target":451},{"source":53,"target":452},{"source":53,"target":453},{"source":451,"target":78},{"source":451,"target":454},{"source":451,"target":53},{"source":454,"target":78},{"source":452,"target":78},{"source":452,"target":455},{"source":452,"target":53},{"source":455,"target":78},{"source":453,"target":72},{"source":54,"target":0},{"source":54,"target":59},{"source":54,"target":89},{"source":54,"target":456},{"source":54,"target":457},{"source":54,"target":458},{"source":54,"target":459},{"source":54,"target":460},{"source":54,"target":461},{"source":54,"target":462},{"source":54,"target":463},{"source":54,"target":464},{"source":54,"target":465},{"source":54,"target":466},{"source":54,"target":467},{"source":54,"target":468},{"source":54,"target":469},{"source":54,"target":470},{"source":54,"target":471},{"source":54,"target":472},{"source":54,"target":473},{"source":54,"target":474},{"source":54,"target":475},{"source":54,"target":476},{"source":54,"target":477},{"source":54,"target":478},{"source":54,"target":479},{"source":54,"target":480},{"source":54,"target":481},{"source":54,"target":482},{"source":54,"target":483},{"source":54,"target":484},{"source":54,"target":485},{"source":54,"target":486},{"source":54,"target":487},{"source":54,"target":488},{"source":456,"target":489},{"source":456,"target":54},{"source":456,"target":490},{"source":456,"target":491},{"source":490,"target":492},{"source":490,"target":456},{"source":491,"target":493},{"source":491,"target":456},{"source":493,"target":494},{"source":493,"target":495},{"source":457,"target":496},{"source":457,"target":54},{"source":457,"target":497},{"source":457,"target":498},{"source":497,"target":499},{"source":497,"target":457},{"source":498,"target":500},{"source":498,"target":457},{"source":500,"target":501},{"source":500,"target":502},{"source":458,"target":503},{"source":458,"target":54},{"source":458,"target":504},{"source":458,"target":505},{"source":504,"target":506},{"source":504,"target":458},{"source":505,"target":507},{"source":505,"target":458},{"source":507,"target":508},{"source":507,"target":509},{"source":459,"target":510},{"source":459,"target":54},{"source":459,"target":511},{"source":459,"target":512},{"source":511,"target":513},{"source":511,"target":459},{"source":512,"target":514},{"source":512,"target":459},{"source":514,"target":515},{"source":514,"target":516},{"source":460,"target":517},{"source":460,"target":54},{"source":460,"target":518},{"source":460,"target":519},{"source":518,"target":520},{"source":518,"target":460},{"source":519,"target":521},{"source":519,"target":460},{"source":521,"target":522},{"source":521,"target":523},{"source":461,"target":524},{"source":461,"target":54},{"source":461,"target":525},{"source":461,"target":526},{"source":525,"target":527},{"source":525,"target":461},{"source":526,"target":528},{"source":526,"target":461},{"source":528,"target":529},{"source":528,"target":530},{"source":462,"target":531},{"source":462,"target":54},{"source":462,"target":532},{"source":462,"target":533},{"source":532,"target":534},{"source":532,"target":462},{"source":533,"target":535},{"source":533,"target":462},{"source":535,"target":536},{"source":535,"target":537},{"source":463,"target":538},{"source":463,"target":54},{"source":463,"target":539},{"source":463,"target":540},{"source":539,"target":541},{"source":539,"target":463},{"source":540,"target":542},{"source":540,"target":463},{"source":542,"target":543},{"source":542,"target":544},{"source":464,"target":545},{"source":464,"target":54},{"source":464,"target":546},{"source":464,"target":547},{"source":546,"target":548},{"source":546,"target":464},{"source":547,"target":549},{"source":547,"target":464},{"source":549,"target":550},{"source":549,"target":551},{"source":465,"target":552},{"source":465,"target":54},{"source":465,"target":553},{"source":465,"target":554},{"source":553,"target":555},{"source":553,"target":465},{"source":554,"target":556},{"source":554,"target":465},{"source":556,"target":557},{"source":556,"target":558},{"source":466,"target":559},{"source":466,"target":54},{"source":466,"target":560},{"source":466,"target":561},{"source":560,"target":562},{"source":560,"target":466},{"source":561,"target":563},{"source":561,"target":466},{"source":563,"target":564},{"source":563,"target":565},{"source":467,"target":566},{"source":467,"target":54},{"source":467,"target":567},{"source":467,"target":568},{"source":567,"target":569},{"source":567,"target":467},{"source":568,"target":570},{"source":568,"target":467},{"source":570,"target":571},{"source":570,"target":572},{"source":468,"target":573},{"source":468,"target":54},{"source":468,"target":574},{"source":468,"target":575},{"source":574,"target":576},{"source":574,"target":468},{"source":575,"target":577},{"source":575,"target":468},{"source":577,"target":578},{"source":577,"target":579},{"source":469,"target":580},{"source":469,"target":54},{"source":469,"target":581},{"source":469,"target":582},{"source":581,"target":583},{"source":581,"target":469},{"source":582,"target":584},{"source":582,"target":469},{"source":584,"target":585},{"source":584,"target":586},{"source":470,"target":587},{"source":470,"target":54},{"source":470,"target":588},{"source":470,"target":589},{"source":588,"target":590},{"source":588,"target":470},{"source":589,"target":591},{"source":589,"target":470},{"source":591,"target":592},{"source":591,"target":593},{"source":471,"target":594},{"source":471,"target":54},{"source":471,"target":595},{"source":471,"target":596},{"source":595,"target":597},{"source":595,"target":471},{"source":596,"target":598},{"source":596,"target":471},{"source":598,"target":599},{"source":598,"target":600},{"source":472,"target":601},{"source":472,"target":54},{"source":472,"target":602},{"source":472,"target":603},{"source":602,"target":604},{"source":602,"target":472},{"source":603,"target":605},{"source":603,"target":472},{"source":605,"target":606},{"source":605,"target":607},{"source":473,"target":608},{"source":473,"target":54},{"source":473,"target":609},{"source":473,"target":610},{"source":609,"target":611},{"source":609,"target":473},{"source":610,"target":612},{"source":610,"target":473},{"source":612,"target":613},{"source":612,"target":614},{"source":474,"target":615},{"source":474,"target":54},{"source":474,"target":616},{"source":474,"target":617},{"source":616,"target":618},{"source":616,"target":474},{"source":617,"target":619},{"source":617,"target":474},{"source":619,"target":620},{"source":619,"target":621},{"source":475,"target":622},{"source":475,"target":54},{"source":475,"target":623},{"source":475,"target":624},{"source":623,"target":625},{"source":623,"target":475},{"source":624,"target":626},{"source":624,"target":475},{"source":626,"target":627},{"source":626,"target":628},{"source":476,"target":629},{"source":476,"target":54},{"source":476,"target":630},{"source":476,"target":631},{"source":630,"target":632},{"source":630,"target":476},{"source":631,"target":633},{"source":631,"target":476},{"source":633,"target":634},{"source":633,"target":635},{"source":477,"target":636},{"source":477,"target":54},{"source":477,"target":637},{"source":477,"target":638},{"source":637,"target":639},{"source":637,"target":477},{"source":638,"target":640},{"source":638,"target":477},{"source":640,"target":641},{"source":640,"target":642},{"source":478,"target":643},{"source":478,"target":54},{"source":478,"target":644},{"source":478,"target":645},{"source":644,"target":646},{"source":644,"target":478},{"source":645,"target":647},{"source":645,"target":478},{"source":647,"target":648},{"source":647,"target":649},{"source":479,"target":650},{"source":479,"target":54},{"source":479,"target":651},{"source":479,"target":652},{"source":651,"target":653},{"source":651,"target":479},{"source":652,"target":654},{"source":652,"target":479},{"source":654,"target":655},{"source":654,"target":656},{"source":480,"target":657},{"source":480,"target":54},{"source":480,"target":658},{"source":480,"target":659},{"source":658,"target":660},{"source":658,"target":480},{"source":659,"target":661},{"source":659,"target":480},{"source":661,"target":662},{"source":661,"target":663},{"source":481,"target":664},{"source":481,"target":54},{"source":481,"target":665},{"source":481,"target":666},{"source":665,"target":667},{"source":665,"target":481},{"source":666,"target":668},{"source":666,"target":481},{"source":668,"target":669},{"source":668,"target":670},{"source":482,"target":671},{"source":482,"target":54},{"source":482,"target":672},{"source":482,"target":673},{"source":672,"target":674},{"source":672,"target":482},{"source":673,"target":675},{"source":673,"target":482},{"source":675,"target":676},{"source":675,"target":677},{"source":483,"target":678},{"source":483,"target":54},{"source":483,"target":679},{"source":483,"target":680},{"source":679,"target":681},{"source":679,"target":483},{"source":680,"target":682},{"source":680,"target":483},{"source":682,"target":683},{"source":682,"target":684},{"source":484,"target":685},{"source":484,"target":54},{"source":484,"target":686},{"source":484,"target":687},{"source":686,"target":688},{"source":686,"target":484},{"source":687,"target":689},{"source":687,"target":484},{"source":689,"target":690},{"source":689,"target":691},{"source":485,"target":692},{"source":485,"target":54},{"source":485,"target":693},{"source":485,"target":694},{"source":693,"target":695},{"source":693,"target":485},{"source":694,"target":696},{"source":694,"target":485},{"source":696,"target":697},{"source":696,"target":698},{"source":486,"target":699},{"source":486,"target":54},{"source":486,"target":700},{"source":486,"target":701},{"source":700,"target":702},{"source":700,"target":486},{"source":701,"target":703},{"source":701,"target":486},{"source":703,"target":704},{"source":703,"target":705},{"source":487,"target":59},{"source":488,"target":89},{"source":55,"target":0},{"source":55,"target":33},{"source":55,"target":706},{"source":55,"target":707},{"source":55,"target":708},{"source":55,"target":709},{"source":706,"target":113},{"source":706,"target":710},{"source":706,"target":55},{"source":710,"target":113},{"source":707,"target":113},{"source":707,"target":711},{"source":707,"target":55},{"source":711,"target":113},{"source":708,"target":113},{"source":708,"target":712},{"source":708,"target":55},{"source":712,"target":113},{"source":709,"target":33},{"source":56,"target":0},{"source":56,"target":70},{"source":56,"target":713},{"source":56,"target":714},{"source":56,"target":715},{"source":56,"target":716},{"source":713,"target":717},{"source":713,"target":56},{"source":713,"target":718},{"source":713,"target":719},{"source":718,"target":720},{"source":718,"target":713},{"source":719,"target":721},{"source":719,"target":713},{"source":721,"target":722},{"source":721,"target":723},{"source":714,"target":70},{"source":714,"target":724},{"source":714,"target":56},{"source":724,"target":70},{"source":715,"target":122},{"source":715,"target":725},{"source":715,"target":56},{"source":725,"target":122},{"source":716,"target":70},{"source":57,"target":0},{"source":57,"target":76},{"source":57,"target":726},{"source":57,"target":727},{"source":726,"target":81},{"source":726,"target":728},{"source":726,"target":57},{"source":728,"target":81},{"source":727,"target":76},{"source":58,"target":0},{"source":58,"target":70},{"source":58,"target":729},{"source":729,"target":70},{"source":59,"target":0},{"source":59,"target":20},{"source":59,"target":730},{"source":59,"target":731},{"source":59,"target":732},{"source":59,"target":733},{"source":59,"target":734},{"source":59,"target":735},{"source":730,"target":736},{"source":730,"target":59},{"source":730,"target":737},{"source":730,"target":738},{"source":737,"target":739},{"source":737,"target":730},{"source":738,"target":740},{"source":738,"target":730},{"source":740,"target":741},{"source":740,"target":742},{"source":731,"target":743},{"source":731,"target":59},{"source":731,"target":744},{"source":731,"target":745},{"source":744,"target":746},{"source":744,"target":731},{"source":745,"target":747},{"source":745,"target":731},{"source":747,"target":748},{"source":747,"target":749},{"source":732,"target":70},{"source":732,"target":750},{"source":732,"target":59},{"source":750,"target":70},{"source":733,"target":122},{"source":733,"target":751},{"source":733,"target":59},{"source":751,"target":122},{"source":734,"target":53},{"source":734,"target":752},{"source":734,"target":59},{"source":752,"target":53},{"source":735,"target":20},{"source":60,"target":0},{"source":60,"target":70},{"source":60,"target":753},{"source":60,"target":754},{"source":60,"target":755},{"source":60,"target":756},{"source":60,"target":757},{"source":60,"target":758},{"source":60,"target":759},{"source":753,"target":760},{"source":753,"target":60},{"source":753,"target":761},{"source":753,"target":762},{"source":761,"target":763},{"source":761,"target":753},{"source":762,"target":764},{"source":762,"target":753},{"source":764,"target":765},{"source":764,"target":766},{"source":754,"target":767},{"source":754,"target":60},{"source":754,"target":768},{"source":754,"target":769},{"source":768,"target":770},{"source":768,"target":754},{"source":769,"target":771},{"source":769,"target":754},{"source":771,"target":772},{"source":771,"target":773},{"source":755,"target":70},{"source":755,"target":774},{"source":755,"target":60},{"source":774,"target":70},{"source":756,"target":70},{"source":756,"target":775},{"source":756,"target":60},{"source":775,"target":70},{"source":757,"target":21},{"source":757,"target":776},{"source":757,"target":60},{"source":776,"target":21},{"source":758,"target":93},{"source":758,"target":777},{"source":758,"target":60},{"source":777,"target":93},{"source":759,"target":70},{"source":61,"target":0},{"source":61,"target":113},{"source":61,"target":778},{"source":61,"target":779},{"source":61,"target":780},{"source":778,"target":96},{"source":778,"target":781},{"source":778,"target":61},{"source":781,"target":96},{"source":779,"target":72},{"source":779,"target":782},{"source":779,"target":61},{"source":782,"target":72},{"source":780,"target":113},{"source":62,"target":0},{"source":62,"target":22},{"source":62,"target":783},{"source":62,"target":784},{"source":783,"target":113},{"source":783,"target":785},{"source":783,"target":62},{"source":785,"target":113},{"source":784,"target":22},{"source":63,"target":0},{"source":64,"target":0},{"source":65,"target":0},{"source":65,"target":38},{"source":65,"target":64},{"source":65,"target":786},{"source":65,"target":787},{"source":65,"target":788},{"source":65,"target":789},{"source":65,"target":790},{"source":786,"target":6},{"source":786,"target":791},{"source":786,"target":65},{"source":791,"target":6},{"source":787,"target":1},{"source":787,"target":792},{"source":787,"target":65},{"source":792,"target":1},{"source":788,"target":13},{"source":788,"target":793},{"source":788,"target":65},{"source":793,"target":13},{"source":789,"target":38},{"source":790,"target":64},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":794},{"source":66,"target":795},{"source":794,"target":30},{"source":794,"target":796},{"source":794,"target":66},{"source":796,"target":30},{"source":795,"target":65},{"source":67,"target":0},{"source":67,"target":45},{"source":67,"target":797},{"source":67,"target":798},{"source":67,"target":799},{"source":797,"target":70},{"source":797,"target":800},{"source":797,"target":67},{"source":800,"target":70},{"source":798,"target":85},{"source":798,"target":801},{"source":798,"target":67},{"source":801,"target":85},{"source":799,"target":45},{"source":68,"target":0},{"source":68,"target":82},{"source":68,"target":802},{"source":802,"target":82},{"source":69,"target":0},{"source":69,"target":82},{"source":69,"target":803},{"source":803,"target":82},{"source":70,"target":0},{"source":70,"target":116},{"source":70,"target":804},{"source":804,"target":116},{"source":71,"target":0},{"source":71,"target":121},{"source":71,"target":805},{"source":71,"target":806},{"source":71,"target":807},{"source":71,"target":808},{"source":805,"target":6},{"source":805,"target":809},{"source":805,"target":71},{"source":809,"target":6},{"source":806,"target":6},{"source":806,"target":810},{"source":806,"target":71},{"source":810,"target":6},{"source":807,"target":6},{"source":807,"target":811},{"source":807,"target":71},{"source":811,"target":6},{"source":808,"target":121},{"source":72,"target":0},{"source":72,"target":44},{"source":72,"target":66},{"source":72,"target":107},{"source":72,"target":79},{"source":72,"target":812},{"source":72,"target":813},{"source":72,"target":814},{"source":72,"target":815},{"source":72,"target":816},{"source":72,"target":817},{"source":72,"target":818},{"source":72,"target":819},{"source":72,"target":820},{"source":72,"target":821},{"source":72,"target":822},{"source":72,"target":823},{"source":72,"target":824},{"source":72,"target":825},{"source":72,"target":192},{"source":72,"target":826},{"source":72,"target":827},{"source":72,"target":828},{"source":72,"target":829},{"source":830,"target":103},{"source":830,"target":831},{"source":830,"target":832},{"source":831,"target":103},{"source":812,"target":833},{"source":812,"target":72},{"source":812,"target":834},{"source":812,"target":835},{"source":834,"target":836},{"source":834,"target":812},{"source":835,"target":837},{"source":835,"target":812},{"source":837,"target":838},{"source":837,"target":839},{"source":813,"target":840},{"source":813,"target":72},{"source":813,"target":841},{"source":813,"target":842},{"source":841,"target":843},{"source":841,"target":813},{"source":842,"target":844},{"source":842,"target":813},{"source":844,"target":845},{"source":844,"target":846},{"source":814,"target":847},{"source":814,"target":72},{"source":814,"target":848},{"source":814,"target":849},{"source":848,"target":850},{"source":848,"target":814},{"source":849,"target":851},{"source":849,"target":814},{"source":851,"target":852},{"source":851,"target":853},{"source":815,"target":854},{"source":815,"target":72},{"source":815,"target":855},{"source":815,"target":856},{"source":855,"target":857},{"source":855,"target":815},{"source":856,"target":858},{"source":856,"target":815},{"source":858,"target":859},{"source":858,"target":860},{"source":816,"target":113},{"source":816,"target":861},{"source":816,"target":72},{"source":861,"target":113},{"source":817,"target":78},{"source":817,"target":862},{"source":817,"target":72},{"source":817,"target":863},{"source":862,"target":78},{"source":818,"target":113},{"source":818,"target":864},{"source":818,"target":72},{"source":818,"target":865},{"source":864,"target":113},{"source":819,"target":30},{"source":819,"target":866},{"source":819,"target":72},{"source":866,"target":30},{"source":820,"target":30},{"source":820,"target":867},{"source":820,"target":72},{"source":867,"target":30},{"source":821,"target":71},{"source":821,"target":868},{"source":821,"target":72},{"source":868,"target":71},{"source":822,"target":1},{"source":822,"target":869},{"source":822,"target":72},{"source":869,"target":1},{"source":823,"target":1},{"source":823,"target":870},{"source":823,"target":72},{"source":870,"target":1},{"source":824,"target":81},{"source":824,"target":871},{"source":824,"target":72},{"source":871,"target":81},{"source":825,"target":72},{"source":825,"target":872},{"source":825,"target":72},{"source":872,"target":72},{"source":192,"target":22},{"source":192,"target":873},{"source":192,"target":72},{"source":873,"target":22},{"source":826,"target":44},{"source":827,"target":66},{"source":828,"target":107},{"source":829,"target":79},{"source":73,"target":0},{"source":73,"target":45},{"source":73,"target":89},{"source":73,"target":874},{"source":73,"target":875},{"source":73,"target":876},{"source":73,"target":877},{"source":73,"target":878},{"source":73,"target":879},{"source":874,"target":880},{"source":874,"target":73},{"source":874,"target":881},{"source":874,"target":882},{"source":881,"target":883},{"source":881,"target":874},{"source":882,"target":884},{"source":882,"target":874},{"source":884,"target":885},{"source":884,"target":886},{"source":875,"target":887},{"source":875,"target":73},{"source":875,"target":888},{"source":875,"target":889},{"source":888,"target":890},{"source":888,"target":875},{"source":889,"target":891},{"source":889,"target":875},{"source":891,"target":892},{"source":891,"target":893},{"source":876,"target":70},{"source":876,"target":894},{"source":876,"target":73},{"source":894,"target":70},{"source":877,"target":72},{"source":877,"target":895},{"source":877,"target":73},{"source":895,"target":72},{"source":878,"target":45},{"source":879,"target":89},{"source":74,"target":0},{"source":74,"target":103},{"source":74,"target":896},{"source":832,"target":79},{"source":832,"target":897},{"source":832,"target":830},{"source":897,"target":79},{"source":896,"target":103},{"source":75,"target":0},{"source":75,"target":27},{"source":75,"target":898},{"source":898,"target":27},{"source":76,"target":0},{"source":76,"target":66},{"source":76,"target":107},{"source":76,"target":899},{"source":76,"target":900},{"source":76,"target":901},{"source":76,"target":902},{"source":76,"target":903},{"source":76,"target":904},{"source":76,"target":905},{"source":76,"target":906},{"source":899,"target":76},{"source":899,"target":907},{"source":899,"target":76},{"source":899,"target":900},{"source":907,"target":76},{"source":900,"target":76},{"source":900,"target":908},{"source":900,"target":76},{"source":900,"target":899},{"source":908,"target":76},{"source":901,"target":6},{"source":901,"target":909},{"source":901,"target":76},{"source":909,"target":6},{"source":902,"target":6},{"source":902,"target":910},{"source":902,"target":76},{"source":910,"target":6},{"source":903,"target":76},{"source":903,"target":911},{"source":903,"target":76},{"source":911,"target":76},{"source":904,"target":113},{"source":904,"target":912},{"source":904,"target":76},{"source":904,"target":913},{"source":912,"target":113},{"source":905,"target":66},{"source":906,"target":107},{"source":77,"target":0},{"source":77,"target":79},{"source":77,"target":914},{"source":914,"target":79},{"source":78,"target":0},{"source":78,"target":117},{"source":78,"target":123},{"source":78,"target":863},{"source":78,"target":915},{"source":78,"target":916},{"source":863,"target":72},{"source":863,"target":917},{"source":863,"target":78},{"source":863,"target":817},{"source":917,"target":72},{"source":915,"target":117},{"source":916,"target":123},{"source":79,"target":0},{"source":79,"target":38},{"source":79,"target":918},{"source":79,"target":919},{"source":79,"target":920},{"source":79,"target":921},{"source":79,"target":922},{"source":918,"target":1},{"source":918,"target":923},{"source":918,"target":79},{"source":923,"target":1},{"source":919,"target":1},{"source":919,"target":924},{"source":919,"target":79},{"source":919,"target":925},{"source":924,"target":1},{"source":925,"target":79},{"source":925,"target":926},{"source":925,"target":919},{"source":926,"target":79},{"source":920,"target":103},{"source":920,"target":927},{"source":920,"target":79},{"source":920,"target":928},{"source":927,"target":103},{"source":921,"target":103},{"source":921,"target":929},{"source":921,"target":79},{"source":921,"target":930},{"source":929,"target":103},{"source":922,"target":38},{"source":80,"target":0},{"source":81,"target":0},{"source":81,"target":65},{"source":81,"target":931},{"source":81,"target":932},{"source":81,"target":933},{"source":931,"target":9},{"source":931,"target":934},{"source":931,"target":81},{"source":934,"target":9},{"source":932,"target":2},{"source":932,"target":935},{"source":932,"target":81},{"source":935,"target":2},{"source":933,"target":65},{"source":82,"target":0},{"source":82,"target":58},{"source":82,"target":936},{"source":936,"target":58},{"source":83,"target":0},{"source":83,"target":33},{"source":83,"target":937},{"source":937,"target":33},{"source":84,"target":0},{"source":84,"target":76},{"source":84,"target":938},{"source":938,"target":76},{"source":85,"target":0},{"source":85,"target":44},{"source":85,"target":79},{"source":85,"target":939},{"source":85,"target":940},{"source":85,"target":941},{"source":85,"target":942},{"source":85,"target":943},{"source":85,"target":944},{"source":85,"target":199},{"source":85,"target":945},{"source":85,"target":160},{"source":85,"target":946},{"source":85,"target":947},{"source":85,"target":948},{"source":85,"target":949},{"source":85,"target":950},{"source":85,"target":951},{"source":85,"target":952},{"source":85,"target":953},{"source":85,"target":954},{"source":85,"target":955},{"source":85,"target":956},{"source":85,"target":957},{"source":85,"target":958},{"source":85,"target":959},{"source":939,"target":1},{"source":939,"target":960},{"source":939,"target":85},{"source":939,"target":961},{"source":960,"target":1},{"source":961,"target":85},{"source":961,"target":962},{"source":961,"target":939},{"source":962,"target":85},{"source":940,"target":963},{"source":940,"target":85},{"source":940,"target":964},{"source":940,"target":965},{"source":964,"target":966},{"source":964,"target":940},{"source":965,"target":967},{"source":965,"target":940},{"source":967,"target":968},{"source":967,"target":969},{"source":941,"target":1},{"source":941,"target":970},{"source":941,"target":85},{"source":970,"target":1},{"source":942,"target":6},{"source":942,"target":971},{"source":942,"target":85},{"source":971,"target":6},{"source":943,"target":1},{"source":943,"target":972},{"source":943,"target":85},{"source":972,"target":1},{"source":944,"target":1},{"source":944,"target":973},{"source":944,"target":85},{"source":973,"target":1},{"source":199,"target":22},{"source":199,"target":974},{"source":199,"target":85},{"source":974,"target":22},{"source":945,"target":85},{"source":945,"target":975},{"source":945,"target":85},{"source":975,"target":85},{"source":160,"target":15},{"source":160,"target":976},{"source":160,"target":85},{"source":160,"target":157},{"source":976,"target":15},{"source":946,"target":1},{"source":946,"target":977},{"source":946,"target":85},{"source":977,"target":1},{"source":947,"target":71},{"source":947,"target":978},{"source":947,"target":85},{"source":978,"target":71},{"source":948,"target":1},{"source":948,"target":979},{"source":948,"target":85},{"source":979,"target":1},{"source":949,"target":85},{"source":949,"target":980},{"source":949,"target":85},{"source":980,"target":85},{"source":950,"target":1},{"source":950,"target":981},{"source":950,"target":85},{"source":981,"target":1},{"source":951,"target":1},{"source":951,"target":982},{"source":951,"target":85},{"source":982,"target":1},{"source":952,"target":1},{"source":952,"target":983},{"source":952,"target":85},{"source":983,"target":1},{"source":953,"target":1},{"source":953,"target":984},{"source":953,"target":85},{"source":984,"target":1},{"source":954,"target":85},{"source":954,"target":985},{"source":954,"target":85},{"source":985,"target":85},{"source":955,"target":85},{"source":955,"target":986},{"source":955,"target":85},{"source":986,"target":85},{"source":956,"target":85},{"source":956,"target":987},{"source":956,"target":85},{"source":987,"target":85},{"source":957,"target":113},{"source":957,"target":988},{"source":957,"target":85},{"source":957,"target":989},{"source":988,"target":113},{"source":958,"target":44},{"source":959,"target":79},{"source":86,"target":0},{"source":86,"target":67},{"source":86,"target":89},{"source":86,"target":990},{"source":86,"target":991},{"source":86,"target":992},{"source":86,"target":993},{"source":86,"target":994},{"source":86,"target":995},{"source":86,"target":996},{"source":990,"target":113},{"source":990,"target":997},{"source":990,"target":86},{"source":997,"target":113},{"source":991,"target":113},{"source":991,"target":998},{"source":991,"target":86},{"source":998,"target":113},{"source":992,"target":999},{"source":992,"target":86},{"source":992,"target":1000},{"source":992,"target":1001},{"source":1000,"target":1002},{"source":1000,"target":992},{"source":1001,"target":1003},{"source":1001,"target":992},{"source":1003,"target":1004},{"source":1003,"target":1005},{"source":993,"target":1006},{"source":993,"target":86},{"source":993,"target":1007},{"source":993,"target":1008},{"source":1007,"target":1009},{"source":1007,"target":993},{"source":1008,"target":1010},{"source":1008,"target":993},{"source":1010,"target":1011},{"source":1010,"target":1012},{"source":994,"target":85},{"source":994,"target":1013},{"source":994,"target":86},{"source":1013,"target":85},{"source":995,"target":67},{"source":996,"target":89},{"source":87,"target":0},{"source":87,"target":125},{"source":87,"target":1014},{"source":87,"target":1015},{"source":87,"target":1016},{"source":87,"target":1017},{"source":1014,"target":11},{"source":1014,"target":1018},{"source":1014,"target":87},{"source":1018,"target":11},{"source":1015,"target":99},{"source":1015,"target":1019},{"source":1015,"target":87},{"source":1019,"target":99},{"source":1016,"target":97},{"source":1016,"target":1020},{"source":1016,"target":87},{"source":1020,"target":97},{"source":1017,"target":125},{"source":88,"target":0},{"source":88,"target":69},{"source":88,"target":1021},{"source":88,"target":1022},{"source":1021,"target":5},{"source":1021,"target":1023},{"source":1021,"target":88},{"source":1023,"target":5},{"source":1022,"target":69},{"source":89,"target":0},{"source":89,"target":1024},{"source":1024,"target":38},{"source":1024,"target":1025},{"source":1024,"target":89},{"source":1025,"target":38},{"source":90,"target":0},{"source":90,"target":66},{"source":90,"target":1026},{"source":90,"target":1027},{"source":90,"target":1028},{"source":90,"target":1029},{"source":90,"target":1030},{"source":90,"target":1031},{"source":1026,"target":108},{"source":1026,"target":1032},{"source":1026,"target":90},{"source":1026,"target":1033},{"source":1032,"target":108},{"source":1027,"target":99},{"source":1027,"target":1034},{"source":1027,"target":90},{"source":1034,"target":99},{"source":1028,"target":97},{"source":1028,"target":1035},{"source":1028,"target":90},{"source":1035,"target":97},{"source":1029,"target":90},{"source":1029,"target":1036},{"source":1029,"target":90},{"source":1036,"target":90},{"source":1030,"target":125},{"source":1030,"target":1037},{"source":1030,"target":90},{"source":1030,"target":1038},{"source":1037,"target":125},{"source":1031,"target":66},{"source":91,"target":0},{"source":91,"target":66},{"source":91,"target":1039},{"source":91,"target":1040},{"source":91,"target":1041},{"source":91,"target":1042},{"source":1039,"target":76},{"source":1039,"target":1043},{"source":1039,"target":91},{"source":1043,"target":76},{"source":1040,"target":6},{"source":1040,"target":1044},{"source":1040,"target":91},{"source":1044,"target":6},{"source":1041,"target":48},{"source":1041,"target":1045},{"source":1041,"target":91},{"source":1045,"target":48},{"source":1042,"target":66},{"source":92,"target":0},{"source":92,"target":22},{"source":92,"target":1046},{"source":92,"target":1047},{"source":1046,"target":113},{"source":1046,"target":1048},{"source":1046,"target":92},{"source":1046,"target":1049},{"source":1046,"target":1050},{"source":1048,"target":113},{"source":1049,"target":70},{"source":1049,"target":1051},{"source":1049,"target":1046},{"source":1051,"target":70},{"source":1050,"target":113},{"source":1050,"target":1052},{"source":1050,"target":1046},{"source":1052,"target":113},{"source":1047,"target":22},{"source":93,"target":0},{"source":93,"target":65},{"source":93,"target":1053},{"source":93,"target":1054},{"source":1053,"target":96},{"source":1053,"target":1055},{"source":1053,"target":93},{"source":1055,"target":96},{"source":1054,"target":65},{"source":94,"target":0},{"source":94,"target":27},{"source":94,"target":1056},{"source":1056,"target":27},{"source":95,"target":0},{"source":95,"target":27},{"source":95,"target":1057},{"source":1057,"target":27},{"source":96,"target":0},{"source":96,"target":65},{"source":96,"target":1058},{"source":1058,"target":65},{"source":97,"target":0},{"source":97,"target":125},{"source":97,"target":66},{"source":97,"target":1059},{"source":97,"target":1060},{"source":97,"target":1061},{"source":97,"target":1062},{"source":97,"target":1063},{"source":97,"target":1064},{"source":97,"target":1065},{"source":97,"target":1066},{"source":97,"target":1067},{"source":97,"target":1068},{"source":97,"target":1069},{"source":97,"target":1070},{"source":97,"target":1071},{"source":97,"target":1072},{"source":97,"target":1073},{"source":97,"target":1074},{"source":1059,"target":1},{"source":1059,"target":1075},{"source":1059,"target":97},{"source":1075,"target":1},{"source":1060,"target":1},{"source":1060,"target":1076},{"source":1060,"target":97},{"source":1076,"target":1},{"source":1061,"target":1},{"source":1061,"target":1077},{"source":1061,"target":97},{"source":1077,"target":1},{"source":1062,"target":1},{"source":1062,"target":1078},{"source":1062,"target":97},{"source":1078,"target":1},{"source":1063,"target":99},{"source":1063,"target":1079},{"source":1063,"target":97},{"source":1063,"target":1080},{"source":1079,"target":99},{"source":1064,"target":29},{"source":1064,"target":1081},{"source":1064,"target":97},{"source":1081,"target":29},{"source":1065,"target":97},{"source":1065,"target":1082},{"source":1065,"target":97},{"source":1082,"target":97},{"source":1066,"target":90},{"source":1066,"target":1083},{"source":1066,"target":97},{"source":1083,"target":90},{"source":1067,"target":30},{"source":1067,"target":1084},{"source":1067,"target":97},{"source":1084,"target":30},{"source":1068,"target":18},{"source":1068,"target":1085},{"source":1068,"target":97},{"source":1085,"target":18},{"source":1069,"target":18},{"source":1069,"target":1086},{"source":1069,"target":97},{"source":1086,"target":18},{"source":1070,"target":18},{"source":1070,"target":1087},{"source":1070,"target":97},{"source":1087,"target":18},{"source":1071,"target":87},{"source":1071,"target":1088},{"source":1071,"target":97},{"source":1088,"target":87},{"source":1072,"target":109},{"source":1072,"target":1089},{"source":1072,"target":97},{"source":1089,"target":109},{"source":1073,"target":125},{"source":1074,"target":66},{"source":98,"target":0},{"source":98,"target":70},{"source":98,"target":1090},{"source":98,"target":1091},{"source":1090,"target":97},{"source":1090,"target":1092},{"source":1090,"target":98},{"source":1092,"target":97},{"source":1091,"target":70},{"source":99,"target":0},{"source":99,"target":18},{"source":99,"target":1093},{"source":99,"target":1094},{"source":99,"target":1080},{"source":99,"target":1095},{"source":99,"target":1096},{"source":1093,"target":90},{"source":1093,"target":1097},{"source":1093,"target":99},{"source":1097,"target":90},{"source":1094,"target":87},{"source":1094,"target":1098},{"source":1094,"target":99},{"source":1098,"target":87},{"source":1080,"target":97},{"source":1080,"target":1099},{"source":1080,"target":99},{"source":1080,"target":1063},{"source":1099,"target":97},{"source":1095,"target":99},{"source":1095,"target":1100},{"source":1095,"target":99},{"source":1100,"target":99},{"source":1096,"target":18},{"source":100,"target":0},{"source":100,"target":22},{"source":100,"target":1101},{"source":1101,"target":22},{"source":101,"target":0},{"source":101,"target":82},{"source":101,"target":1102},{"source":101,"target":1103},{"source":1102,"target":6},{"source":1102,"target":1104},{"source":1102,"target":101},{"source":1104,"target":6},{"source":1103,"target":82},{"source":102,"target":0},{"source":102,"target":38},{"source":102,"target":1105},{"source":102,"target":1106},{"source":102,"target":1107},{"source":102,"target":1108},{"source":1105,"target":106},{"source":1105,"target":1109},{"source":1105,"target":102},{"source":1109,"target":106},{"source":1106,"target":104},{"source":1106,"target":1110},{"source":1106,"target":102},{"source":1106,"target":1111},{"source":1110,"target":104},{"source":1107,"target":107},{"source":1107,"target":1112},{"source":1107,"target":102},{"source":1107,"target":1113},{"source":1112,"target":107},{"source":1108,"target":38},{"source":103,"target":0},{"source":103,"target":38},{"source":103,"target":1114},{"source":103,"target":930},{"source":103,"target":928},{"source":103,"target":1115},{"source":103,"target":1116},{"source":103,"target":1117},{"source":1114,"target":106},{"source":1114,"target":1118},{"source":1114,"target":103},{"source":1114,"target":1119},{"source":1118,"target":106},{"source":930,"target":79},{"source":930,"target":1120},{"source":930,"target":103},{"source":930,"target":921},{"source":1120,"target":79},{"source":928,"target":79},{"source":928,"target":1121},{"source":928,"target":103},{"source":928,"target":920},{"source":1121,"target":79},{"source":1115,"target":79},{"source":1115,"target":1122},{"source":1115,"target":103},{"source":1122,"target":79},{"source":1116,"target":79},{"source":1116,"target":1123},{"source":1116,"target":103},{"source":1123,"target":79},{"source":1117,"target":38},{"source":104,"target":0},{"source":104,"target":38},{"source":104,"target":1124},{"source":104,"target":1125},{"source":104,"target":1126},{"source":104,"target":1111},{"source":104,"target":1127},{"source":1124,"target":103},{"source":1124,"target":1128},{"source":1124,"target":104},{"source":1128,"target":103},{"source":1125,"target":79},{"source":1125,"target":1129},{"source":1125,"target":104},{"source":1129,"target":79},{"source":1126,"target":79},{"source":1126,"target":1130},{"source":1126,"target":104},{"source":1130,"target":79},{"source":1111,"target":102},{"source":1111,"target":1131},{"source":1111,"target":104},{"source":1111,"target":1106},{"source":1131,"target":102},{"source":1127,"target":38},{"source":105,"target":0},{"source":105,"target":113},{"source":105,"target":1132},{"source":105,"target":1133},{"source":1132,"target":6},{"source":1132,"target":1134},{"source":1132,"target":105},{"source":1134,"target":6},{"source":1133,"target":113},{"source":106,"target":0},{"source":106,"target":38},{"source":106,"target":1135},{"source":106,"target":1119},{"source":106,"target":1136},{"source":106,"target":1137},{"source":1135,"target":103},{"source":1135,"target":1138},{"source":1135,"target":106},{"source":1138,"target":103},{"source":1119,"target":103},{"source":1119,"target":1139},{"source":1119,"target":106},{"source":1119,"target":1114},{"source":1139,"target":103},{"source":1136,"target":107},{"source":1136,"target":1140},{"source":1136,"target":106},{"source":1136,"target":1141},{"source":1140,"target":107},{"source":1137,"target":38},{"source":107,"target":0},{"source":107,"target":38},{"source":107,"target":1142},{"source":107,"target":1143},{"source":107,"target":1113},{"source":107,"target":1141},{"source":107,"target":1144},{"source":107,"target":1145},{"source":1142,"target":79},{"source":1142,"target":1146},{"source":1142,"target":107},{"source":1146,"target":79},{"source":1143,"target":1},{"source":1143,"target":1147},{"source":1143,"target":107},{"source":1147,"target":1},{"source":1113,"target":102},{"source":1113,"target":1148},{"source":1113,"target":107},{"source":1113,"target":1107},{"source":1148,"target":102},{"source":1141,"target":106},{"source":1141,"target":1149},{"source":1141,"target":107},{"source":1141,"target":1136},{"source":1149,"target":106},{"source":1144,"target":107},{"source":1144,"target":1150},{"source":1144,"target":107},{"source":1150,"target":107},{"source":1145,"target":38},{"source":108,"target":0},{"source":108,"target":66},{"source":108,"target":1151},{"source":108,"target":1152},{"source":108,"target":1153},{"source":108,"target":1154},{"source":108,"target":1155},{"source":108,"target":1156},{"source":108,"target":1033},{"source":108,"target":1157},{"source":1151,"target":12},{"source":1151,"target":1158},{"source":1151,"target":108},{"source":1158,"target":12},{"source":1152,"target":125},{"source":1152,"target":1159},{"source":1152,"target":108},{"source":1152,"target":1160},{"source":1159,"target":125},{"source":1153,"target":125},{"source":1153,"target":1161},{"source":1153,"target":108},{"source":1153,"target":1162},{"source":1161,"target":125},{"source":1154,"target":30},{"source":1154,"target":1163},{"source":1154,"target":108},{"source":1163,"target":30},{"source":1155,"target":18},{"source":1155,"target":1164},{"source":1155,"target":108},{"source":1164,"target":18},{"source":1156,"target":109},{"source":1156,"target":1165},{"source":1156,"target":108},{"source":1165,"target":109},{"source":1033,"target":90},{"source":1033,"target":1166},{"source":1033,"target":108},{"source":1033,"target":1026},{"source":1166,"target":90},{"source":1157,"target":66},{"source":109,"target":0},{"source":109,"target":65},{"source":109,"target":1167},{"source":1167,"target":65},{"source":110,"target":0},{"source":110,"target":58},{"source":110,"target":1168},{"source":110,"target":1169},{"source":1168,"target":111},{"source":1168,"target":1170},{"source":1168,"target":110},{"source":1170,"target":111},{"source":1169,"target":58},{"source":111,"target":0},{"source":111,"target":123},{"source":111,"target":1171},{"source":111,"target":1172},{"source":1171,"target":70},{"source":1171,"target":1173},{"source":1171,"target":111},{"source":1173,"target":70},{"source":1172,"target":123},{"source":112,"target":0},{"source":112,"target":33},{"source":112,"target":1174},{"source":1174,"target":33},{"source":113,"target":0},{"source":113,"target":65},{"source":113,"target":107},{"source":113,"target":79},{"source":113,"target":1175},{"source":113,"target":1176},{"source":113,"target":913},{"source":113,"target":989},{"source":113,"target":865},{"source":113,"target":1177},{"source":113,"target":1178},{"source":113,"target":1179},{"source":113,"target":1180},{"source":113,"target":1181},{"source":113,"target":1182},{"source":1183,"target":1},{"source":1183,"target":1184},{"source":1184,"target":1},{"source":1185,"target":103},{"source":1185,"target":1186},{"source":1185,"target":1187},{"source":1186,"target":103},{"source":1175,"target":113},{"source":1175,"target":1188},{"source":1175,"target":113},{"source":1175,"target":1189},{"source":1175,"target":1190},{"source":1188,"target":113},{"source":1189,"target":70},{"source":1189,"target":1191},{"source":1189,"target":1175},{"source":1191,"target":70},{"source":1190,"target":113},{"source":1190,"target":1192},{"source":1190,"target":1175},{"source":1192,"target":113},{"source":1176,"target":1193},{"source":1176,"target":113},{"source":1176,"target":1194},{"source":1176,"target":1195},{"source":1194,"target":1196},{"source":1194,"target":1176},{"source":1195,"target":1197},{"source":1195,"target":1176},{"source":1197,"target":1198},{"source":1197,"target":1199},{"source":913,"target":76},{"source":913,"target":1200},{"source":913,"target":113},{"source":913,"target":904},{"source":1200,"target":76},{"source":989,"target":85},{"source":989,"target":1201},{"source":989,"target":113},{"source":989,"target":957},{"source":1201,"target":85},{"source":865,"target":72},{"source":865,"target":1202},{"source":865,"target":113},{"source":865,"target":818},{"source":1202,"target":72},{"source":1177,"target":113},{"source":1177,"target":1203},{"source":1177,"target":113},{"source":1203,"target":113},{"source":1178,"target":30},{"source":1178,"target":1204},{"source":1178,"target":113},{"source":1204,"target":30},{"source":1179,"target":6},{"source":1179,"target":1205},{"source":1179,"target":113},{"source":1205,"target":6},{"source":1180,"target":65},{"source":1181,"target":107},{"source":1182,"target":79},{"source":114,"target":0},{"source":114,"target":70},{"source":114,"target":89},{"source":114,"target":1206},{"source":114,"target":1207},{"source":114,"target":1208},{"source":1206,"target":113},{"source":1206,"target":1209},{"source":1206,"target":114},{"source":1209,"target":113},{"source":1207,"target":70},{"source":1208,"target":89},{"source":115,"target":0},{"source":115,"target":103},{"source":115,"target":1210},{"source":115,"target":1211},{"source":115,"target":1212},{"source":1187,"target":79},{"source":1187,"target":1213},{"source":1187,"target":1185},{"source":1213,"target":79},{"source":1210,"target":1},{"source":1210,"target":1214},{"source":1210,"target":115},{"source":1214,"target":1},{"source":1211,"target":113},{"source":1211,"target":1215},{"source":1211,"target":115},{"source":1215,"target":113},{"source":1212,"target":103},{"source":116,"target":0},{"source":116,"target":65},{"source":116,"target":1216},{"source":116,"target":1217},{"source":116,"target":1218},{"source":1216,"target":113},{"source":1216,"target":1219},{"source":1216,"target":116},{"source":1219,"target":113},{"source":1217,"target":1},{"source":1217,"target":1220},{"source":1217,"target":116},{"source":1220,"target":1},{"source":1218,"target":65},{"source":117,"target":0},{"source":117,"target":116},{"source":117,"target":1221},{"source":117,"target":1222},{"source":117,"target":1223},{"source":1221,"target":1},{"source":1221,"target":1224},{"source":1221,"target":117},{"source":1221,"target":1225},{"source":1224,"target":1},{"source":1225,"target":121},{"source":1225,"target":1226},{"source":1225,"target":1221},{"source":1226,"target":121},{"source":1222,"target":78},{"source":1222,"target":1227},{"source":1222,"target":117},{"source":1227,"target":78},{"source":1223,"target":116},{"source":118,"target":0},{"source":118,"target":69},{"source":118,"target":1228},{"source":118,"target":1229},{"source":1228,"target":8},{"source":1228,"target":1230},{"source":1228,"target":118},{"source":1230,"target":8},{"source":1229,"target":69},{"source":119,"target":0},{"source":119,"target":22},{"source":119,"target":1231},{"source":119,"target":1232},{"source":119,"target":1233},{"source":1231,"target":113},{"source":1231,"target":1234},{"source":1231,"target":119},{"source":1234,"target":113},{"source":1232,"target":113},{"source":1232,"target":1235},{"source":1232,"target":119},{"source":1235,"target":113},{"source":1233,"target":22},{"source":120,"target":0},{"source":120,"target":70},{"source":120,"target":1236},{"source":1236,"target":70},{"source":121,"target":0},{"source":121,"target":116},{"source":121,"target":79},{"source":121,"target":1237},{"source":121,"target":1238},{"source":121,"target":1239},{"source":121,"target":1240},{"source":121,"target":1241},{"source":121,"target":1242},{"source":121,"target":1243},{"source":121,"target":1244},{"source":1237,"target":1},{"source":1237,"target":1245},{"source":1237,"target":121},{"source":1245,"target":1},{"source":1238,"target":2},{"source":1238,"target":1246},{"source":1238,"target":121},{"source":1246,"target":2},{"source":1239,"target":1},{"source":1239,"target":1247},{"source":1239,"target":121},{"source":1247,"target":1},{"source":1240,"target":6},{"source":1240,"target":1248},{"source":1240,"target":121},{"source":1248,"target":6},{"source":1241,"target":8},{"source":1241,"target":1249},{"source":1241,"target":121},{"source":1249,"target":8},{"source":1242,"target":1},{"source":1242,"target":1250},{"source":1242,"target":121},{"source":1250,"target":1},{"source":1243,"target":116},{"source":1244,"target":79},{"source":122,"target":0},{"source":122,"target":123},{"source":122,"target":1251},{"source":122,"target":1252},{"source":122,"target":1253},{"source":122,"target":1254},{"source":1251,"target":70},{"source":1251,"target":1255},{"source":1251,"target":122},{"source":1255,"target":70},{"source":1252,"target":78},{"source":1252,"target":1256},{"source":1252,"target":122},{"source":1256,"target":78},{"source":1253,"target":1},{"source":1253,"target":1257},{"source":1253,"target":122},{"source":1257,"target":1},{"source":1254,"target":123},{"source":123,"target":0},{"source":123,"target":116},{"source":123,"target":1258},{"source":1258,"target":116},{"source":124,"target":0},{"source":124,"target":70},{"source":124,"target":89},{"source":124,"target":1259},{"source":124,"target":1260},{"source":124,"target":1261},{"source":124,"target":1262},{"source":1259,"target":123},{"source":1259,"target":1263},{"source":1259,"target":124},{"source":1263,"target":123},{"source":1260,"target":1},{"source":1260,"target":1264},{"source":1260,"target":124},{"source":1264,"target":1},{"source":1261,"target":70},{"source":1262,"target":89},{"source":125,"target":0},{"source":125,"target":65},{"source":125,"target":1038},{"source":125,"target":1160},{"source":125,"target":1162},{"source":125,"target":1265},{"source":1038,"target":90},{"source":1038,"target":1266},{"source":1038,"target":125},{"source":1038,"target":1030},{"source":1266,"target":90},{"source":1160,"target":108},{"source":1160,"target":1267},{"source":1160,"target":125},{"source":1160,"target":1152},{"source":1267,"target":108},{"source":1162,"target":108},{"source":1162,"target":1268},{"source":1162,"target":125},{"source":1162,"target":1153},{"source":1268,"target":108},{"source":1265,"target":65},{"source":126,"target":0},{"source":127,"target":0},{"source":127,"target":1269},{"source":128,"target":0},{"source":128,"target":22},{"source":128,"target":1270},{"source":1270,"target":22}],"multigraph":true}
ecore
families
repo-ecore-all/data/Taddist/Eclipse-Modeling-Framwork/org.eclipse.sirius.sample.basicfamily/model/basicfamily.ecore
basicfamily Family name members Person name parents children mother father Man Woman
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="basicfamily" nsURI="http://www.eclipse.org/sirius/sample/basicfamily" nsPrefix="basicfamily"> <eClassifiers xsi:type="ecore:EClass" name="Family"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Person" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="2" eType="#//Person" eOpposite="#//Person/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Person" eOpposite="#//Person/parents"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mother" eType="#//Woman"/> <eStructuralFeatures xsi:type="ecore:EReference" name="father" eType="#//Man"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Man" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Woman" eSuperTypes="#//Person"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"basicfamily","nsURI":"http://www.eclipse.org/sirius/sample/basicfamily","name":"basicfamily","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Man","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Woman","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mother","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"father","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"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":6,"target":2},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":9,"target":14},{"source":9,"target":2},{"source":10,"target":2},{"source":10,"target":15},{"source":10,"target":2},{"source":10,"target":11},{"source":15,"target":2},{"source":11,"target":2},{"source":11,"target":16},{"source":11,"target":2},{"source":11,"target":10},{"source":16,"target":2},{"source":12,"target":4},{"source":12,"target":17},{"source":12,"target":2},{"source":17,"target":4},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":19},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":20,"target":2}],"multigraph":true}
ecore
greetings
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/HelloScoping.ecore
helloScoping Model greetings Greeting name superType fields references Field name FieldReference reference
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="helloScoping" nsURI="http://www.xtext.org/example/helloscoping/HelloScoping" nsPrefix="helloScoping"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1" eType="#//Greeting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Greeting"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//FieldReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Field"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"helloScoping","nsURI":"http://www.xtext.org/example/helloscoping/HelloScoping","name":"helloScoping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greeting","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"greetings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":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":17,"derived":false},{"id":18,"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":2},{"source":5,"target":6},{"source":5,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":7,"target":11},{"source":7,"target":2},{"source":8,"target":2},{"source":8,"target":12},{"source":8,"target":2},{"source":12,"target":2},{"source":9,"target":3},{"source":9,"target":13},{"source":9,"target":2},{"source":13,"target":3},{"source":10,"target":4},{"source":10,"target":14},{"source":10,"target":2},{"source":14,"target":4},{"source":3,"target":0},{"source":3,"target":15},{"source":15,"target":16},{"source":15,"target":3},{"source":4,"target":0},{"source":4,"target":17},{"source":17,"target":3},{"source":17,"target":18},{"source":17,"target":4},{"source":18,"target":3}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/diverse-project/melange/tests/fr.inria.diverse.melange.tests/tests-inputs/metamodels/merge/expected/Multiplicities.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation getFeatureType feature abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType isInstance object eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" upperBound="5" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getFeatureType" eType="#//EGenericType"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":53,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":5,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":55,"derived":true},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureType","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":92,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":93,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":96,"derived":true},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":145,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":146,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":209,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EParameter"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":304,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":307,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":322,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":341,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":342,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"name":"E","id":354,"eClass":"ETypeParameter"},{"name":"T","id":355,"eClass":"ETypeParameter"},{"name":"K","id":356,"eClass":"ETypeParameter"},{"name":"V","id":357,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"name":"E","id":362,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":366,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":371,"many":false,"required":false,"eClass":"EParameter"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":20},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":20},{"source":55,"target":5},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":5},{"source":56,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":59,"target":48},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":48},{"source":60,"target":49},{"source":60,"target":66},{"source":60,"target":2},{"source":66,"target":49},{"source":61,"target":9},{"source":61,"target":67},{"source":61,"target":2},{"source":61,"target":68},{"source":67,"target":9},{"source":62,"target":11},{"source":62,"target":69},{"source":62,"target":2},{"source":69,"target":11},{"source":63,"target":11},{"source":63,"target":70},{"source":63,"target":2},{"source":70,"target":11},{"source":64,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":71,"target":20},{"source":71,"target":98},{"source":71,"target":3},{"source":71,"target":99},{"source":98,"target":20},{"source":99,"target":3},{"source":99,"target":100},{"source":99,"target":71},{"source":100,"target":3},{"source":72,"target":37},{"source":72,"target":101},{"source":72,"target":3},{"source":101,"target":37},{"source":73,"target":16},{"source":73,"target":102},{"source":73,"target":3},{"source":73,"target":103},{"source":102,"target":16},{"source":103,"target":37},{"source":103,"target":104},{"source":103,"target":73},{"source":104,"target":37},{"source":74,"target":37},{"source":74,"target":105},{"source":74,"target":3},{"source":74,"target":106},{"source":105,"target":37},{"source":106,"target":16},{"source":106,"target":107},{"source":106,"target":74},{"source":107,"target":16},{"source":75,"target":16},{"source":75,"target":108},{"source":75,"target":3},{"source":75,"target":109},{"source":108,"target":16},{"source":109,"target":48},{"source":109,"target":110},{"source":109,"target":75},{"source":110,"target":48},{"source":76,"target":37},{"source":76,"target":111},{"source":76,"target":3},{"source":111,"target":37},{"source":77,"target":12},{"source":77,"target":112},{"source":77,"target":3},{"source":77,"target":113},{"source":112,"target":12},{"source":113,"target":37},{"source":113,"target":114},{"source":113,"target":77},{"source":114,"target":37},{"source":78,"target":37},{"source":78,"target":115},{"source":78,"target":3},{"source":78,"target":116},{"source":115,"target":37},{"source":116,"target":12},{"source":116,"target":117},{"source":116,"target":78},{"source":117,"target":12},{"source":79,"target":12},{"source":79,"target":118},{"source":79,"target":3},{"source":79,"target":119},{"source":118,"target":12},{"source":119,"target":12},{"source":119,"target":120},{"source":119,"target":79},{"source":120,"target":12},{"source":80,"target":51},{"source":80,"target":121},{"source":80,"target":3},{"source":80,"target":122},{"source":121,"target":51},{"source":122,"target":16},{"source":122,"target":123},{"source":122,"target":80},{"source":123,"target":16},{"source":81,"target":20},{"source":81,"target":124},{"source":81,"target":3},{"source":124,"target":20},{"source":82,"target":20},{"source":82,"target":125},{"source":82,"target":3},{"source":125,"target":20},{"source":83,"target":3},{"source":83,"target":126},{"source":83,"target":3},{"source":126,"target":3},{"source":84,"target":12},{"source":84,"target":127},{"source":84,"target":3},{"source":84,"target":128},{"source":127,"target":12},{"source":85,"target":1},{"source":85,"target":129},{"source":85,"target":3},{"source":129,"target":1},{"source":86,"target":15},{"source":86,"target":130},{"source":86,"target":3},{"source":130,"target":15},{"source":87,"target":15},{"source":87,"target":131},{"source":87,"target":3},{"source":131,"target":15},{"source":88,"target":1},{"source":88,"target":132},{"source":88,"target":3},{"source":132,"target":1},{"source":89,"target":15},{"source":89,"target":133},{"source":89,"target":3},{"source":133,"target":15},{"source":90,"target":12},{"source":90,"target":134},{"source":90,"target":3},{"source":134,"target":12},{"source":91,"target":16},{"source":91,"target":135},{"source":91,"target":3},{"source":135,"target":16},{"source":92,"target":3},{"source":92,"target":136},{"source":92,"target":3},{"source":136,"target":3},{"source":93,"target":1},{"source":93,"target":137},{"source":93,"target":3},{"source":137,"target":1},{"source":94,"target":16},{"source":94,"target":138},{"source":94,"target":3},{"source":94,"target":139},{"source":138,"target":16},{"source":95,"target":51},{"source":95,"target":140},{"source":95,"target":3},{"source":140,"target":51},{"source":96,"target":51},{"source":96,"target":141},{"source":96,"target":3},{"source":141,"target":51},{"source":97,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":149},{"source":4,"target":150},{"source":142,"target":20},{"source":142,"target":151},{"source":142,"target":4},{"source":142,"target":152},{"source":151,"target":20},{"source":152,"target":40},{"source":152,"target":153},{"source":152,"target":142},{"source":153,"target":40},{"source":143,"target":37},{"source":143,"target":154},{"source":143,"target":4},{"source":154,"target":37},{"source":144,"target":48},{"source":144,"target":155},{"source":144,"target":4},{"source":155,"target":48},{"source":145,"target":39},{"source":145,"target":156},{"source":145,"target":4},{"source":156,"target":157},{"source":156,"target":39},{"source":146,"target":40},{"source":146,"target":158},{"source":146,"target":4},{"source":158,"target":40},{"source":147,"target":48},{"source":147,"target":159},{"source":147,"target":4},{"source":159,"target":48},{"source":148,"target":13},{"source":148,"target":160},{"source":148,"target":4},{"source":148,"target":161},{"source":160,"target":13},{"source":149,"target":52},{"source":149,"target":162},{"source":149,"target":4},{"source":162,"target":52},{"source":150,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":163},{"source":5,"target":164},{"source":163,"target":20},{"source":163,"target":165},{"source":163,"target":5},{"source":165,"target":20},{"source":164,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":166},{"source":6,"target":167},{"source":6,"target":168},{"source":6,"target":169},{"source":6,"target":170},{"source":166,"target":7},{"source":166,"target":171},{"source":166,"target":6},{"source":166,"target":172},{"source":171,"target":7},{"source":172,"target":48},{"source":172,"target":173},{"source":172,"target":166},{"source":173,"target":48},{"source":167,"target":7},{"source":167,"target":174},{"source":167,"target":6},{"source":167,"target":175},{"source":174,"target":7},{"source":175,"target":37},{"source":175,"target":176},{"source":175,"target":167},{"source":176,"target":37},{"source":168,"target":7},{"source":168,"target":177},{"source":168,"target":6},{"source":168,"target":178},{"source":177,"target":7},{"source":178,"target":48},{"source":178,"target":179},{"source":178,"target":168},{"source":179,"target":48},{"source":169,"target":7},{"source":169,"target":180},{"source":169,"target":6},{"source":169,"target":181},{"source":180,"target":7},{"source":170,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":182},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":181},{"source":7,"target":185},{"source":182,"target":37},{"source":182,"target":186},{"source":182,"target":7},{"source":186,"target":37},{"source":183,"target":32},{"source":183,"target":187},{"source":183,"target":7},{"source":187,"target":32},{"source":184,"target":48},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":48},{"source":181,"target":6},{"source":181,"target":189},{"source":181,"target":7},{"source":181,"target":169},{"source":189,"target":6},{"source":185,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":8,"target":193},{"source":8,"target":194},{"source":190,"target":11},{"source":190,"target":195},{"source":190,"target":8},{"source":190,"target":196},{"source":195,"target":11},{"source":196,"target":3},{"source":196,"target":197},{"source":196,"target":190},{"source":197,"target":3},{"source":191,"target":40},{"source":191,"target":198},{"source":191,"target":8},{"source":191,"target":199},{"source":191,"target":200},{"source":198,"target":40},{"source":199,"target":5},{"source":199,"target":201},{"source":199,"target":191},{"source":201,"target":5},{"source":200,"target":48},{"source":200,"target":202},{"source":200,"target":191},{"source":202,"target":48},{"source":192,"target":48},{"source":192,"target":203},{"source":192,"target":8},{"source":192,"target":204},{"source":192,"target":205},{"source":203,"target":48},{"source":204,"target":5},{"source":204,"target":206},{"source":204,"target":192},{"source":206,"target":5},{"source":205,"target":40},{"source":205,"target":207},{"source":205,"target":192},{"source":207,"target":40},{"source":193,"target":13},{"source":193,"target":208},{"source":193,"target":8},{"source":193,"target":209},{"source":208,"target":13},{"source":194,"target":9},{"source":9,"target":0},{"source":9,"target":210},{"source":9,"target":68},{"source":210,"target":2},{"source":210,"target":211},{"source":210,"target":9},{"source":210,"target":212},{"source":211,"target":2},{"source":212,"target":48},{"source":212,"target":213},{"source":212,"target":210},{"source":213,"target":48},{"source":68,"target":2},{"source":68,"target":214},{"source":68,"target":9},{"source":68,"target":61},{"source":214,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":215},{"source":10,"target":216},{"source":215,"target":48},{"source":215,"target":217},{"source":215,"target":10},{"source":217,"target":48},{"source":216,"target":9},{"source":11,"target":0},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":11,"target":229},{"source":11,"target":230},{"source":11,"target":231},{"source":11,"target":232},{"source":218,"target":3},{"source":218,"target":233},{"source":218,"target":11},{"source":233,"target":3},{"source":219,"target":20},{"source":219,"target":234},{"source":219,"target":11},{"source":234,"target":20},{"source":220,"target":44},{"source":220,"target":235},{"source":220,"target":11},{"source":235,"target":44},{"source":221,"target":11},{"source":221,"target":236},{"source":221,"target":11},{"source":236,"target":11},{"source":222,"target":16},{"source":222,"target":237},{"source":222,"target":11},{"source":237,"target":16},{"source":223,"target":15},{"source":223,"target":238},{"source":223,"target":11},{"source":238,"target":15},{"source":224,"target":31},{"source":224,"target":239},{"source":224,"target":11},{"source":239,"target":240},{"source":239,"target":31},{"source":240,"target":11},{"source":225,"target":50},{"source":225,"target":241},{"source":225,"target":11},{"source":241,"target":242},{"source":241,"target":50},{"source":242,"target":11},{"source":226,"target":31},{"source":226,"target":243},{"source":226,"target":11},{"source":243,"target":244},{"source":243,"target":31},{"source":244,"target":11},{"source":227,"target":40},{"source":227,"target":245},{"source":227,"target":11},{"source":227,"target":246},{"source":245,"target":40},{"source":246,"target":16},{"source":246,"target":247},{"source":246,"target":227},{"source":247,"target":16},{"source":228,"target":40},{"source":228,"target":248},{"source":228,"target":11},{"source":228,"target":249},{"source":228,"target":250},{"source":248,"target":40},{"source":249,"target":16},{"source":249,"target":251},{"source":249,"target":228},{"source":251,"target":16},{"source":250,"target":20},{"source":250,"target":252},{"source":250,"target":228},{"source":252,"target":20},{"source":229,"target":11},{"source":229,"target":253},{"source":229,"target":254},{"source":253,"target":16},{"source":253,"target":255},{"source":253,"target":229},{"source":255,"target":16},{"source":254,"target":40},{"source":254,"target":256},{"source":254,"target":229},{"source":256,"target":40},{"source":230,"target":20},{"source":230,"target":257},{"source":230,"target":11},{"source":230,"target":258},{"source":257,"target":20},{"source":258,"target":16},{"source":258,"target":259},{"source":258,"target":230},{"source":259,"target":16},{"source":231,"target":11},{"source":231,"target":260},{"source":260,"target":16},{"source":260,"target":261},{"source":260,"target":231},{"source":261,"target":16},{"source":232,"target":40},{"source":232,"target":262},{"source":232,"target":11},{"source":232,"target":263},{"source":232,"target":264},{"source":232,"target":53},{"source":232,"target":265},{"source":262,"target":40},{"source":263,"target":12},{"source":263,"target":266},{"source":263,"target":232},{"source":266,"target":12},{"source":264,"target":31},{"source":264,"target":267},{"source":264,"target":232},{"source":267,"target":268},{"source":267,"target":31},{"source":265,"target":53},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":128},{"source":12,"target":271},{"source":12,"target":272},{"source":12,"target":273},{"source":12,"target":274},{"source":12,"target":275},{"source":269,"target":37},{"source":269,"target":276},{"source":269,"target":12},{"source":276,"target":37},{"source":270,"target":20},{"source":270,"target":277},{"source":270,"target":12},{"source":270,"target":278},{"source":277,"target":20},{"source":278,"target":12},{"source":278,"target":279},{"source":278,"target":270},{"source":279,"target":12},{"source":128,"target":3},{"source":128,"target":280},{"source":128,"target":12},{"source":128,"target":84},{"source":280,"target":3},{"source":271,"target":52},{"source":271,"target":281},{"source":271,"target":12},{"source":281,"target":52},{"source":272,"target":14},{"source":272,"target":282},{"source":272,"target":12},{"source":272,"target":283},{"source":282,"target":14},{"source":273,"target":4},{"source":273,"target":284},{"source":273,"target":12},{"source":284,"target":4},{"source":274,"target":51},{"source":274,"target":285},{"source":274,"target":12},{"source":285,"target":51},{"source":275,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":286},{"source":13,"target":287},{"source":13,"target":288},{"source":13,"target":209},{"source":13,"target":161},{"source":13,"target":289},{"source":13,"target":290},{"source":13,"target":291},{"source":286,"target":4},{"source":286,"target":292},{"source":286,"target":13},{"source":286,"target":293},{"source":292,"target":4},{"source":293,"target":48},{"source":293,"target":294},{"source":293,"target":286},{"source":294,"target":48},{"source":287,"target":48},{"source":287,"target":295},{"source":287,"target":13},{"source":295,"target":48},{"source":288,"target":48},{"source":288,"target":296},{"source":288,"target":13},{"source":296,"target":48},{"source":209,"target":8},{"source":209,"target":297},{"source":209,"target":13},{"source":209,"target":193},{"source":297,"target":8},{"source":161,"target":4},{"source":161,"target":298},{"source":161,"target":13},{"source":161,"target":148},{"source":298,"target":4},{"source":289,"target":13},{"source":289,"target":299},{"source":289,"target":13},{"source":289,"target":290},{"source":299,"target":13},{"source":290,"target":13},{"source":290,"target":300},{"source":290,"target":13},{"source":290,"target":289},{"source":300,"target":13},{"source":291,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":283},{"source":14,"target":301},{"source":283,"target":12},{"source":283,"target":302},{"source":283,"target":14},{"source":283,"target":272},{"source":302,"target":12},{"source":301,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":303},{"source":15,"target":304},{"source":15,"target":305},{"source":15,"target":306},{"source":15,"target":307},{"source":15,"target":308},{"source":15,"target":309},{"source":303,"target":20},{"source":303,"target":310},{"source":303,"target":15},{"source":310,"target":20},{"source":304,"target":20},{"source":304,"target":311},{"source":304,"target":15},{"source":311,"target":20},{"source":305,"target":20},{"source":305,"target":312},{"source":305,"target":15},{"source":312,"target":20},{"source":306,"target":15},{"source":306,"target":313},{"source":306,"target":15},{"source":313,"target":15},{"source":307,"target":3},{"source":307,"target":314},{"source":307,"target":15},{"source":314,"target":3},{"source":308,"target":1},{"source":308,"target":315},{"source":308,"target":15},{"source":315,"target":1},{"source":309,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":321},{"source":16,"target":322},{"source":16,"target":323},{"source":16,"target":324},{"source":16,"target":139},{"source":16,"target":325},{"source":316,"target":37},{"source":316,"target":326},{"source":316,"target":16},{"source":326,"target":37},{"source":317,"target":39},{"source":317,"target":327},{"source":317,"target":16},{"source":327,"target":328},{"source":327,"target":39},{"source":318,"target":20},{"source":318,"target":329},{"source":318,"target":16},{"source":329,"target":20},{"source":319,"target":20},{"source":319,"target":330},{"source":319,"target":16},{"source":330,"target":20},{"source":320,"target":20},{"source":320,"target":331},{"source":320,"target":16},{"source":331,"target":20},{"source":321,"target":48},{"source":321,"target":332},{"source":321,"target":16},{"source":332,"target":48},{"source":322,"target":40},{"source":322,"target":333},{"source":322,"target":16},{"source":333,"target":40},{"source":323,"target":20},{"source":323,"target":334},{"source":323,"target":16},{"source":334,"target":20},{"source":324,"target":20},{"source":324,"target":335},{"source":324,"target":16},{"source":335,"target":20},{"source":139,"target":3},{"source":139,"target":336},{"source":139,"target":16},{"source":139,"target":94},{"source":336,"target":3},{"source":325,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":17,"target":340},{"source":17,"target":341},{"source":17,"target":342},{"source":17,"target":343},{"source":17,"target":344},{"source":17,"target":345},{"source":337,"target":20},{"source":337,"target":346},{"source":337,"target":17},{"source":346,"target":20},{"source":338,"target":20},{"source":338,"target":347},{"source":338,"target":17},{"source":347,"target":20},{"source":339,"target":37},{"source":339,"target":348},{"source":339,"target":17},{"source":348,"target":37},{"source":340,"target":37},{"source":340,"target":349},{"source":340,"target":17},{"source":349,"target":37},{"source":341,"target":20},{"source":341,"target":350},{"source":341,"target":17},{"source":350,"target":20},{"source":342,"target":20},{"source":342,"target":351},{"source":342,"target":17},{"source":351,"target":20},{"source":343,"target":4},{"source":343,"target":352},{"source":343,"target":17},{"source":352,"target":4},{"source":344,"target":51},{"source":344,"target":353},{"source":344,"target":17},{"source":353,"target":51},{"source":345,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":354},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":355},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":356},{"source":43,"target":357},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":358},{"source":49,"target":359},{"source":358,"target":48},{"source":358,"target":360},{"source":358,"target":49},{"source":360,"target":48},{"source":359,"target":48},{"source":359,"target":361},{"source":359,"target":49},{"source":361,"target":48},{"source":50,"target":0},{"source":50,"target":362},{"source":51,"target":0},{"source":51,"target":363},{"source":51,"target":364},{"source":51,"target":365},{"source":51,"target":366},{"source":51,"target":367},{"source":51,"target":368},{"source":51,"target":369},{"source":363,"target":20},{"source":363,"target":370},{"source":363,"target":51},{"source":363,"target":371},{"source":370,"target":20},{"source":371,"target":40},{"source":371,"target":372},{"source":371,"target":363},{"source":372,"target":40},{"source":364,"target":51},{"source":364,"target":373},{"source":364,"target":51},{"source":373,"target":51},{"source":365,"target":51},{"source":365,"target":374},{"source":365,"target":51},{"source":374,"target":51},{"source":366,"target":4},{"source":366,"target":375},{"source":366,"target":51},{"source":375,"target":4},{"source":367,"target":51},{"source":367,"target":376},{"source":367,"target":51},{"source":376,"target":51},{"source":368,"target":52},{"source":368,"target":377},{"source":368,"target":51},{"source":377,"target":52},{"source":369,"target":4},{"source":369,"target":378},{"source":369,"target":51},{"source":378,"target":4},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":379},{"source":52,"target":380},{"source":379,"target":51},{"source":379,"target":381},{"source":379,"target":52},{"source":381,"target":51},{"source":380,"target":10},{"source":53,"target":0}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/gemoc/ale-lang/plugins/org.eclipse.emf.ecoretools.ale.xtext/model/generated/Ale.ecore
ale Unit name imports services xtendedClasses Import name alias Service name BehavioredClass name attributes operations ExtendedClass extends RuntimeClass Operation tag type name params body Tag name Variable type name Attribute modifier bounds opposite type name exp rOpposite name Statement VarDecl type name exp Assign target exp Insert target exp Remove target exp ForEach iterator collection block Collection min max exp Block statements If cond then else nestedIf While cond block rSwitch paramName paramVal cases other rCase guard match value ExpressionStmt exp Expression binding name type exp literal typeLiteral classifierTypeRule rType name Call target name params Feature target feature Apply target name varName varType lambda params Mult left op right Add left op right Comp left op right And left right Or left right Xor left right Implie left right Not exp Min exp VarRef ID Lit literal Conditional cond then else Let bindings exp String value Int value Real value True False Null Sequence params OrderedSet params Enum StringType IntType RealType BoolType SeqType type SetType type ClassifierSetType types ClassifierType packageName className
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ale" nsURI="http://www.eclipse.org/emf/ecoretools/Ale" nsPrefix="ale"> <eClassifiers xsi:type="ecore:EClass" name="Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//Service" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xtendedClasses" upperBound="-1" eType="#//BehavioredClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="Service"> <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="BehavioredClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedClass" eSuperTypes="#//BehavioredClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuntimeClass" eSuperTypes="#//BehavioredClass"/> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//Tag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//rType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//rType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//rOpposite" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//rType" 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="exp" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="rOpposite"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="VarDecl" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//rType" 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="exp" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Insert" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Remove" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEach" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iterator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" eType="#//Collection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//ExpressionStmt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedIf" eType="#//If" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//ExpressionStmt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="rSwitch"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramVal" eType="#//ExpressionStmt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//rCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="other" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="rCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//rType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" eType="#//ExpressionStmt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ExpressionStmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStmt" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="binding"> <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="#//typeLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="literal"/> <eClassifiers xsi:type="ecore:EClass" name="typeLiteral" eSuperTypes="#//literal #//rType"/> <eClassifiers xsi:type="ecore:EClass" name="classifierTypeRule" eSuperTypes="#//typeLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="rType"> <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="Call" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Apply" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" 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="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varType" eType="#//typeLiteral" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lambda" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implie" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Min" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarRef" eSuperTypes="#//Expression"> <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="Lit" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Let" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="#//literal"> <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="Real" eSuperTypes="#//literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//literal"/> <eClassifiers xsi:type="ecore:EClass" name="False" eSuperTypes="#//literal"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//literal"/> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedSet" eSuperTypes="#//literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//literal"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//typeLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="IntType" eSuperTypes="#//typeLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//typeLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="BoolType" eSuperTypes="#//typeLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="SeqType" eSuperTypes="#//typeLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//typeLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//typeLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//typeLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierSetType" eSuperTypes="#//typeLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//classifierTypeRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierType" eSuperTypes="#//classifierTypeRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ale","nsURI":"http://www.eclipse.org/emf/ecoretools/Ale","name":"ale","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","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":"rOpposite","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insert","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEach","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rSwitch","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rCase","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStmt","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"binding","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"literal","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classifierTypeRule","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"rType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Apply","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comp","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implie","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Min","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarRef","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lit","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Let","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"False","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSet","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolType","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeqType","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierSetType","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierType","instanceClass":null,"abstract":false,"id":63,"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":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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xtendedClasses","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"attributes","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extends","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","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":"bounds","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"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":"iterator","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"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":147,"derived":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":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedIf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paramName","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramVal","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":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"other","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"container":false,"ordered":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":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":"exp","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"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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":"varName","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lambda","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"op","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"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":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":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":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":"ID","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"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":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"},{"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":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":1,"target":0},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":64,"target":68},{"source":64,"target":1},{"source":65,"target":2},{"source":65,"target":69},{"source":65,"target":1},{"source":69,"target":2},{"source":66,"target":3},{"source":66,"target":70},{"source":66,"target":1},{"source":70,"target":3},{"source":67,"target":4},{"source":67,"target":71},{"source":67,"target":1},{"source":71,"target":4},{"source":2,"target":0},{"source":2,"target":72},{"source":2,"target":73},{"source":72,"target":74},{"source":72,"target":2},{"source":73,"target":75},{"source":73,"target":2},{"source":3,"target":0},{"source":3,"target":76},{"source":76,"target":77},{"source":76,"target":3},{"source":4,"target":0},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":78,"target":81},{"source":78,"target":4},{"source":79,"target":10},{"source":79,"target":82},{"source":79,"target":4},{"source":82,"target":10},{"source":80,"target":7},{"source":80,"target":83},{"source":80,"target":4},{"source":83,"target":7},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":84},{"source":5,"target":85},{"source":84,"target":86},{"source":84,"target":5},{"source":85,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":87},{"source":87,"target":4},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":88,"target":8},{"source":88,"target":93},{"source":88,"target":7},{"source":93,"target":8},{"source":89,"target":30},{"source":89,"target":94},{"source":89,"target":7},{"source":94,"target":30},{"source":90,"target":95},{"source":90,"target":7},{"source":91,"target":9},{"source":91,"target":96},{"source":91,"target":7},{"source":96,"target":9},{"source":92,"target":19},{"source":92,"target":97},{"source":92,"target":7},{"source":97,"target":19},{"source":8,"target":0},{"source":8,"target":98},{"source":98,"target":99},{"source":98,"target":8},{"source":9,"target":0},{"source":9,"target":100},{"source":9,"target":101},{"source":100,"target":30},{"source":100,"target":102},{"source":100,"target":9},{"source":102,"target":30},{"source":101,"target":103},{"source":101,"target":9},{"source":10,"target":0},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":104,"target":110},{"source":104,"target":10},{"source":105,"target":111},{"source":105,"target":10},{"source":106,"target":11},{"source":106,"target":112},{"source":106,"target":10},{"source":112,"target":11},{"source":107,"target":30},{"source":107,"target":113},{"source":107,"target":10},{"source":113,"target":30},{"source":108,"target":114},{"source":108,"target":10},{"source":109,"target":24},{"source":109,"target":115},{"source":109,"target":10},{"source":115,"target":24},{"source":11,"target":0},{"source":11,"target":116},{"source":116,"target":117},{"source":116,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":13,"target":121},{"source":118,"target":30},{"source":118,"target":122},{"source":118,"target":13},{"source":122,"target":30},{"source":119,"target":123},{"source":119,"target":13},{"source":120,"target":24},{"source":120,"target":124},{"source":120,"target":13},{"source":124,"target":24},{"source":121,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":125},{"source":14,"target":126},{"source":14,"target":127},{"source":125,"target":25},{"source":125,"target":128},{"source":125,"target":14},{"source":128,"target":25},{"source":126,"target":24},{"source":126,"target":129},{"source":126,"target":14},{"source":129,"target":24},{"source":127,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":130},{"source":15,"target":131},{"source":15,"target":132},{"source":130,"target":25},{"source":130,"target":133},{"source":130,"target":15},{"source":133,"target":25},{"source":131,"target":24},{"source":131,"target":134},{"source":131,"target":15},{"source":134,"target":24},{"source":132,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":135},{"source":16,"target":136},{"source":16,"target":137},{"source":135,"target":25},{"source":135,"target":138},{"source":135,"target":16},{"source":138,"target":25},{"source":136,"target":24},{"source":136,"target":139},{"source":136,"target":16},{"source":139,"target":24},{"source":137,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":140},{"source":17,"target":141},{"source":17,"target":142},{"source":17,"target":143},{"source":140,"target":144},{"source":140,"target":17},{"source":141,"target":18},{"source":141,"target":145},{"source":141,"target":17},{"source":145,"target":18},{"source":142,"target":19},{"source":142,"target":146},{"source":142,"target":17},{"source":146,"target":19},{"source":143,"target":12},{"source":18,"target":0},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":147,"target":150},{"source":147,"target":18},{"source":148,"target":151},{"source":148,"target":18},{"source":149,"target":24},{"source":149,"target":152},{"source":149,"target":18},{"source":152,"target":24},{"source":19,"target":0},{"source":19,"target":153},{"source":153,"target":12},{"source":153,"target":154},{"source":153,"target":19},{"source":154,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":20,"target":158},{"source":20,"target":159},{"source":155,"target":24},{"source":155,"target":160},{"source":155,"target":20},{"source":160,"target":24},{"source":156,"target":19},{"source":156,"target":161},{"source":156,"target":20},{"source":161,"target":19},{"source":157,"target":19},{"source":157,"target":162},{"source":157,"target":20},{"source":162,"target":19},{"source":158,"target":20},{"source":158,"target":163},{"source":158,"target":20},{"source":163,"target":20},{"source":159,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":164},{"source":21,"target":165},{"source":21,"target":166},{"source":164,"target":24},{"source":164,"target":167},{"source":164,"target":21},{"source":167,"target":24},{"source":165,"target":19},{"source":165,"target":168},{"source":165,"target":21},{"source":168,"target":19},{"source":166,"target":12},{"source":22,"target":0},{"source":22,"target":169},{"source":22,"target":170},{"source":22,"target":171},{"source":22,"target":172},{"source":169,"target":173},{"source":169,"target":22},{"source":170,"target":24},{"source":170,"target":174},{"source":170,"target":22},{"source":174,"target":24},{"source":171,"target":23},{"source":171,"target":175},{"source":171,"target":22},{"source":175,"target":23},{"source":172,"target":24},{"source":172,"target":176},{"source":172,"target":22},{"source":176,"target":24},{"source":23,"target":0},{"source":23,"target":177},{"source":23,"target":178},{"source":23,"target":179},{"source":177,"target":30},{"source":177,"target":180},{"source":177,"target":23},{"source":180,"target":30},{"source":178,"target":24},{"source":178,"target":181},{"source":178,"target":23},{"source":181,"target":24},{"source":179,"target":24},{"source":179,"target":182},{"source":179,"target":23},{"source":182,"target":24},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":183},{"source":24,"target":184},{"source":183,"target":185},{"source":183,"target":24},{"source":184,"target":12},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":186},{"source":26,"target":187},{"source":26,"target":188},{"source":186,"target":189},{"source":186,"target":26},{"source":187,"target":28},{"source":187,"target":190},{"source":187,"target":26},{"source":190,"target":28},{"source":188,"target":25},{"source":188,"target":191},{"source":188,"target":26},{"source":191,"target":25},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":30},{"source":28,"target":192},{"source":28,"target":193},{"source":192,"target":27},{"source":193,"target":30},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":194},{"source":194,"target":28},{"source":30,"target":0},{"source":30,"target":195},{"source":195,"target":196},{"source":195,"target":30},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":197},{"source":31,"target":198},{"source":31,"target":199},{"source":31,"target":200},{"source":197,"target":25},{"source":197,"target":201},{"source":197,"target":31},{"source":201,"target":25},{"source":198,"target":202},{"source":198,"target":31},{"source":199,"target":25},{"source":199,"target":203},{"source":199,"target":31},{"source":203,"target":25},{"source":200,"target":25},{"source":32,"target":0},{"source":32,"target":25},{"source":32,"target":204},{"source":32,"target":205},{"source":32,"target":206},{"source":204,"target":25},{"source":204,"target":207},{"source":204,"target":32},{"source":207,"target":25},{"source":205,"target":208},{"source":205,"target":32},{"source":206,"target":25},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":209},{"source":33,"target":210},{"source":33,"target":211},{"source":33,"target":212},{"source":33,"target":213},{"source":33,"target":214},{"source":33,"target":215},{"source":209,"target":25},{"source":209,"target":216},{"source":209,"target":33},{"source":216,"target":25},{"source":210,"target":217},{"source":210,"target":33},{"source":211,"target":218},{"source":211,"target":33},{"source":212,"target":28},{"source":212,"target":219},{"source":212,"target":33},{"source":219,"target":28},{"source":213,"target":25},{"source":213,"target":220},{"source":213,"target":33},{"source":220,"target":25},{"source":214,"target":25},{"source":214,"target":221},{"source":214,"target":33},{"source":221,"target":25},{"source":215,"target":25},{"source":34,"target":0},{"source":34,"target":25},{"source":34,"target":222},{"source":34,"target":223},{"source":34,"target":224},{"source":34,"target":225},{"source":222,"target":25},{"source":222,"target":226},{"source":222,"target":34},{"source":226,"target":25},{"source":223,"target":227},{"source":223,"target":34},{"source":224,"target":25},{"source":224,"target":228},{"source":224,"target":34},{"source":228,"target":25},{"source":225,"target":25},{"source":35,"target":0},{"source":35,"target":25},{"source":35,"target":229},{"source":35,"target":230},{"source":35,"target":231},{"source":35,"target":232},{"source":229,"target":25},{"source":229,"target":233},{"source":229,"target":35},{"source":233,"target":25},{"source":230,"target":234},{"source":230,"target":35},{"source":231,"target":25},{"source":231,"target":235},{"source":231,"target":35},{"source":235,"target":25},{"source":232,"target":25},{"source":36,"target":0},{"source":36,"target":25},{"source":36,"target":236},{"source":36,"target":237},{"source":36,"target":238},{"source":36,"target":239},{"source":236,"target":25},{"source":236,"target":240},{"source":236,"target":36},{"source":240,"target":25},{"source":237,"target":241},{"source":237,"target":36},{"source":238,"target":25},{"source":238,"target":242},{"source":238,"target":36},{"source":242,"target":25},{"source":239,"target":25},{"source":37,"target":0},{"source":37,"target":25},{"source":37,"target":243},{"source":37,"target":244},{"source":37,"target":245},{"source":243,"target":25},{"source":243,"target":246},{"source":243,"target":37},{"source":246,"target":25},{"source":244,"target":25},{"source":244,"target":247},{"source":244,"target":37},{"source":247,"target":25},{"source":245,"target":25},{"source":38,"target":0},{"source":38,"target":25},{"source":38,"target":248},{"source":38,"target":249},{"source":38,"target":250},{"source":248,"target":25},{"source":248,"target":251},{"source":248,"target":38},{"source":251,"target":25},{"source":249,"target":25},{"source":249,"target":252},{"source":249,"target":38},{"source":252,"target":25},{"source":250,"target":25},{"source":39,"target":0},{"source":39,"target":25},{"source":39,"target":253},{"source":39,"target":254},{"source":39,"target":255},{"source":253,"target":25},{"source":253,"target":256},{"source":253,"target":39},{"source":256,"target":25},{"source":254,"target":25},{"source":254,"target":257},{"source":254,"target":39},{"source":257,"target":25},{"source":255,"target":25},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":258},{"source":40,"target":259},{"source":40,"target":260},{"source":258,"target":25},{"source":258,"target":261},{"source":258,"target":40},{"source":261,"target":25},{"source":259,"target":25},{"source":259,"target":262},{"source":259,"target":40},{"source":262,"target":25},{"source":260,"target":25},{"source":41,"target":0},{"source":41,"target":25},{"source":41,"target":263},{"source":41,"target":264},{"source":263,"target":25},{"source":263,"target":265},{"source":263,"target":41},{"source":265,"target":25},{"source":264,"target":25},{"source":42,"target":0},{"source":42,"target":25},{"source":42,"target":266},{"source":42,"target":267},{"source":266,"target":25},{"source":266,"target":268},{"source":266,"target":42},{"source":268,"target":25},{"source":267,"target":25},{"source":43,"target":0},{"source":43,"target":25},{"source":43,"target":269},{"source":43,"target":270},{"source":269,"target":271},{"source":269,"target":43},{"source":270,"target":25},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":272},{"source":44,"target":273},{"source":272,"target":27},{"source":272,"target":274},{"source":272,"target":44},{"source":274,"target":27},{"source":273,"target":25},{"source":45,"target":0},{"source":45,"target":25},{"source":45,"target":275},{"source":45,"target":276},{"source":45,"target":277},{"source":45,"target":278},{"source":275,"target":25},{"source":275,"target":279},{"source":275,"target":45},{"source":279,"target":25},{"source":276,"target":25},{"source":276,"target":280},{"source":276,"target":45},{"source":280,"target":25},{"source":277,"target":25},{"source":277,"target":281},{"source":277,"target":45},{"source":281,"target":25},{"source":278,"target":25},{"source":46,"target":0},{"source":46,"target":25},{"source":46,"target":282},{"source":46,"target":283},{"source":46,"target":284},{"source":282,"target":26},{"source":282,"target":285},{"source":282,"target":46},{"source":285,"target":26},{"source":283,"target":25},{"source":283,"target":286},{"source":283,"target":46},{"source":286,"target":25},{"source":284,"target":25},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":287},{"source":47,"target":288},{"source":287,"target":289},{"source":287,"target":47},{"source":288,"target":27},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":290},{"source":48,"target":291},{"source":290,"target":292},{"source":290,"target":48},{"source":291,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":293},{"source":49,"target":294},{"source":293,"target":295},{"source":293,"target":49},{"source":294,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":296},{"source":296,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":297},{"source":297,"target":27},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":298},{"source":298,"target":27},{"source":53,"target":0},{"source":53,"target":27},{"source":53,"target":299},{"source":53,"target":300},{"source":299,"target":25},{"source":299,"target":301},{"source":299,"target":53},{"source":301,"target":25},{"source":300,"target":27},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":302},{"source":54,"target":303},{"source":302,"target":25},{"source":302,"target":304},{"source":302,"target":54},{"source":304,"target":25},{"source":303,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":305},{"source":305,"target":27},{"source":56,"target":0},{"source":56,"target":28},{"source":56,"target":306},{"source":306,"target":28},{"source":57,"target":0},{"source":57,"target":28},{"source":57,"target":307},{"source":307,"target":28},{"source":58,"target":0},{"source":58,"target":28},{"source":58,"target":308},{"source":308,"target":28},{"source":59,"target":0},{"source":59,"target":28},{"source":59,"target":309},{"source":309,"target":28},{"source":60,"target":0},{"source":60,"target":28},{"source":60,"target":310},{"source":60,"target":311},{"source":310,"target":28},{"source":310,"target":312},{"source":310,"target":60},{"source":312,"target":28},{"source":311,"target":28},{"source":61,"target":0},{"source":61,"target":28},{"source":61,"target":313},{"source":61,"target":314},{"source":313,"target":28},{"source":313,"target":315},{"source":313,"target":61},{"source":315,"target":28},{"source":314,"target":28},{"source":62,"target":0},{"source":62,"target":28},{"source":62,"target":316},{"source":62,"target":317},{"source":316,"target":29},{"source":316,"target":318},{"source":316,"target":62},{"source":318,"target":29},{"source":317,"target":28},{"source":63,"target":0},{"source":63,"target":29},{"source":63,"target":319},{"source":63,"target":320},{"source":63,"target":321},{"source":319,"target":322},{"source":319,"target":63},{"source":320,"target":323},{"source":320,"target":63},{"source":321,"target":29}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/testdata/Java.ecore
java annotations Annotable annotations AnnotationInstance annotation parameter AnnotationParameter SingleAnnotationParameter value AnnotationParameterList settings AnnotationAttributeSetting attribute value AnnotationValue AnnotationAttribute defaultValue arrays ArrayTypeable getArrayDimension arrayDimensionsBefore arrayDimensionsAfter ArrayDimension ArrayInitializer initialValues ArrayInitializationValue ArrayInstantiationBySize sizes ArrayInstantiationByValues arrayInitializer ArraySelector position classifiers Classifier getAllSuperClassifiers ConcreteClassifier getInnerClassifiers getAllInnerClassifiers getSuperTypeReferences getAllMembers context fullName Implementor implements Class getAllSuperClassifiers getSuperClass unWrapPrimitiveType extends defaultExtends Interface getAllSuperClassifiers extends defaultExtends Enumeration getAllSuperClassifiers getContainedConstant name constants Annotation getAllSuperClassifiers AnonymousClass getAllSuperClassifiers getSuperClassifier getAllMembers context commons Commentable getConcreteClassifier name getConcreteClassifierProxy name getConcreteClassifiers packageName classifierQuery getConcreteClassifierProxies packageName classifierQuery getLibClass name getLibInterface name getClassClass getObjectClass getStringClass getAnnotationInterface getContainingAnnotationInstance getContainingAnonymousClass getContainingConcreteClassifier getContainingCompilationUnit getContainingPackageName getParentConcreteClassifier comments NamedElement name NamespaceAwareElement getNamespacesAsString getClassifierAtNamespaces namespaces containers JavaRoot getClassifiersInSamePackage CompilationUnit getContainedClassifier name getClassifiersInSamePackage classifiers Package compilationUnits subpackages EmptyModel expressions ExpressionList expressions Expression getType getAlternativeType getOneType alternative getArrayDimension AssignmentExpression child assignmentOperator value AssignmentExpressionChild ConditionalExpression child expressionIf expressionElse ConditionalExpressionChild ConditionalOrExpression children ConditionalOrExpressionChild ConditionalAndExpression children ConditionalAndExpressionChild InclusiveOrExpression children InclusiveOrExpressionChild ExclusiveOrExpression children ExclusiveOrExpressionChild AndExpression children AndExpressionChild EqualityExpression equalityOperators children EqualityExpressionChild InstanceOfExpression child InstanceOfExpressionChild RelationExpression children relationOperators RelationExpressionChild ShiftExpression children shiftOperators ShiftExpressionChild AdditiveExpression children additiveOperators AdditiveExpressionChild MultiplicativeExpression children multiplicativeOperators MultiplicativeExpressionChild UnaryExpression operators child UnaryExpressionChild UnaryModificationExpression child operator PrefixUnaryModificationExpression SuffixUnaryModificationExpression UnaryModificationExpressionChild CastExpression child PrimaryExpression NestedExpression expression generics TypeArgument TypeArgumentable typeArguments CallTypeArgumentable callTypeArguments TypeParametrizable typeParameters ExtendsTypeArgument extendTypes QualifiedTypeArgument SuperTypeArgument superType TypeParameter getAllSuperClassifiers getAllMembers context getBoundType typeReference reference extendTypes UnknownTypeArgument imports Import getImportedClassifier name getImportedClassifiers getImportedMembers ImportingElement getDefaultImports imports StaticImport static ClassifierImport classifier PackageImport StaticClassifierImport StaticMemberImport staticMembers instantiations Initializable initialValue Instantiation NewConstructorCall anonymousClass ExplicitConstructorCall callTarget literals Literal getOneType alternative Self BooleanLiteral value CharacterLiteral value FloatLiteral DecimalFloatLiteral decimalValue HexFloatLiteral hexValue DoubleLiteral DecimalDoubleLiteral decimalValue HexDoubleLiteral hexValue IntegerLiteral DecimalIntegerLiteral decimalValue HexIntegerLiteral hexValue OctalIntegerLiteral octalValue LongLiteral DecimalLongLiteral decimalValue HexLongLiteral hexValue OctalLongLiteral octalValue NullLiteral Super This members ExceptionThrower exceptions Member MemberContainer getContainedClassifier name getContainedField name getContainedMethod name members defaultMembers AdditionalField getArrayDimension Constructor EmptyMember Field additionalFields Method isMethodForCall methodCall needsPerfectMatch isSomeMethodForCall methodCall isBetterMethodForCall otherMethod methodCall getArrayDimension InterfaceMethod ClassMethod EnumConstant anonymousClass modifiers Modifier AnnotationInstanceOrModifier AnnotableAndModifiable isHidden context isStatic annotationsAndModifiers Modifiable modifiers Abstract Final Native Protected Public Private Static Strictfp Synchronized Transient Volatile operators Operator AdditiveOperator AssignmentOperator EqualityOperator MultiplicativeOperator RelationOperator ShiftOperator UnaryOperator UnaryModificationOperator Assignment AssignmentAnd AssignmentDivision AssignmentExclusiveOr AssignmentMinus AssignmentModulo AssignmentMultiplication AssignmentLeftShift AssignmentOr AssignmentPlus AssignmentRightShift AssignmentUnsignedRightShift Equal NotEqual GreaterThan GreaterThanOrEqual LessThan LessThanOrEqual Addition Subtraction Division Multiplication Remainder Complement MinusMinus Negate PlusPlus LeftShift RightShift UnsignedRightShift parameters Parameter Parametrizable parameters OrdinaryParameter VariableLengthParameter references Reference getReferencedType getPrevious next arraySelectors Argumentable getArgumentTypes arguments ReferenceableElement ElementReference target IdentifierReference MethodCall ReflectiveClassReference PrimitiveTypeReference primitiveType StringReference value SelfReference self statements StatementContainer statement StatementListContainer statements Conditional condition ForLoopInitializer Statement SwitchCase Assert errorMessage Break Block CatchBlock parameter Condition elseStatement Continue DefaultSwitchCase DoWhileLoop EmptyStatement ExpressionStatement expression ForLoop init updates ForEachLoop next collection Jump target JumpLabel LocalVariableStatement variable NormalSwitchCase Return returnValue Switch cases variable SynchronizedBlock lockProvider Throw throwable TryBlock catcheBlocks finallyBlock WhileLoop condition types Type equalsType arrayDimension otherType otherArrayDimension isSuperType arrayDimension otherType otherArrayType getAllMembers context TypedElement typeReference TypeReference getTarget getBoundTarget reference getPureClassifierReference ClassifierReference target NamespaceClassifierReference classifierReferences PrimitiveType getAllMembers context wrapPrimitiveType Boolean Byte Char Double Float Int Long Short Void variables Variable getArrayDimension LocalVariable additionalLocalVariables AdditionalLocalVariable getArrayDimension
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="_WosmsNz1Ed2bJ_pQViWxFg" name="java" nsURI="http://www.emftext.org/java" nsPrefix="java"> <eSubpackages xmi:id="_Wosmsdz1Ed2bJ_pQViWxFg" name="annotations" nsURI="http://www.emftext.org/java/annotations" nsPrefix="annotations"> <eClassifiers xsi:type="ecore:EClass" name="Annotable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#_Wosms9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosms9z1Ed2bJ_pQViWxFg" name="AnnotationInstance" eSuperTypes="#//references/Reference #//modifiers/AnnotationInstanceOrModifier #//commons/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" lowerBound="1" eType="#//classifiers/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wosmttz1Ed2bJ_pQViWxFg" name="parameter" eType="#//annotations/AnnotationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameter" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="SingleAnnotationParameter" eSuperTypes="#//annotations/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//annotations/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameterList" eSuperTypes="#//annotations/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" upperBound="-1" eType="#_Wosmt9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosmt9z1Ed2bJ_pQViWxFg" name="AnnotationAttributeSetting" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_WosmuNz1Ed2bJ_pQViWxFg" name="attribute" lowerBound="1" eType="#//members/InterfaceMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wosmudz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="#//annotations/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationValue" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosmv9z1Ed2bJ_pQViWxFg" name="AnnotationAttribute" eSuperTypes="#//members/InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_WosmwNz1Ed2bJ_pQViWxFg" name="defaultValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="arrays" nsURI="http://www.emftext.org/java/arrays" nsPrefix="arrays"> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeable" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsBefore" upperBound="-1" eType="#//arrays/ArrayDimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsAfter" upperBound="-1" eType="#//arrays/ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDimension" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//arrays/ArrayInitializationValue #//annotations/AnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValues" upperBound="-1" eType="#//arrays/ArrayInitializationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializationValue" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationBySize" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="sizes" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValues" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayInitializer" eType="#//arrays/ArrayInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArraySelector" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="classifiers" nsURI="http://www.emftext.org/java/classifiers" nsPrefix="classifiers"> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #//references/ReferenceableElement"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//method has to be specified in subclasses&#xA;throw new java.lang.UnsupportedOperationException ( ) ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteClassifier" abstract="true" eSuperTypes="#//classifiers/Classifier #//generics/TypeParametrizable #//members/MemberContainer #//members/Member #_Wo2YzNz1Ed2bJ_pQViWxFg #//modifiers/AnnotableAndModifiable"> <eOperations name="getInnerClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( this .eIsProxy ( ) ) { &#xA;&#x9;java.lang.String uriString = ( ( org.eclipse.emf.ecore.InternalEObject ) this ) .eProxyURI ( ) .trimFragment ( ) .toString ( ) ; &#xA;&#x9;java.lang.String fullName = uriString .substring ( org.emftext.language.java.JavaUniquePathConstructor .JAVA_CLASSIFIER_PATHMAP .length ( ) , uriString .length ( ) - &quot;.java&quot; .length ( ) ) + &quot;$&quot; ; &#xA;&#x9;return getConcreteClassifierProxies ( fullName , &quot;*&quot; ) ; &#xA;} else { &#xA;&#x9;java.lang.String suffix = &quot;&quot; ; &#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClass = this ; &#xA;&#x9;while ( containingClass .eContainer ( ) instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;&#x9;containingClass = ( org.emftext.language.java.classifiers.ConcreteClassifier ) containingClass .eContainer ( ) ; &#xA;&#x9;&#x9;suffix = containingClass .getName ( ) + org.emftext.language.java.JavaUniquePathConstructor .CLASSIFIER_SEPARATOR + suffix ; &#xA;&#x9;} &#xA;&#x9;if ( containingClass .eContainer ( ) instanceof org.emftext.language.java.containers.CompilationUnit ) { &#xA;&#x9;&#x9;org.emftext.language.java.containers.CompilationUnit compilationUnit = ( org.emftext.language.java.containers.CompilationUnit ) containingClass .eContainer ( ) ; &#xA;&#x9;&#x9;java.lang.String fullName = compilationUnit .getNamespacesAsString ( ) + suffix + getName ( ) + org.emftext.language.java.JavaUniquePathConstructor .CLASSIFIER_SEPARATOR ; &#xA;&#x9;&#x9;return getConcreteClassifierProxies ( fullName , &quot;*&quot; ) ; &#xA;&#x9;} &#xA;} &#xA;//for classes declared locally inside methods that are not registered in the class path&#xA;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;//can not call ClassifierUtil.getAllMembers, because it will try to call this method!&#xA;for ( org.emftext.language.java.members.Member member : getMembers ( ) ) { &#xA;&#x9;if ( member instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;&#x9;result .add ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) member ) ; &#xA;&#x9;} &#xA;} &#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers ( ) ) { &#xA;&#x9;for ( org.emftext.language.java.members.Member member : superClassifier .getMembers ( ) ) { &#xA;&#x9;&#x9;if ( member instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;&#x9;&#x9;result .add ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) member ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getAllInnerClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > innerClassifierList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;innerClassifierList .addAll ( getInnerClassifiers ( ) ) ; &#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers ( ) ) { &#xA;&#x9;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > superInnerList = superClassifier .getInnerClassifiers ( ) ; &#xA;&#x9;for ( org.emftext.language.java.classifiers.ConcreteClassifier superInner : superInnerList ) { &#xA;&#x9;&#x9;if ( superInner .eIsProxy ( ) ) { &#xA;&#x9;&#x9;&#x9;superInner = ( org.emftext.language.java.classifiers.ConcreteClassifier ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( superInner , this ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( ! superInner .eIsProxy ( ) &amp;&amp; ! superInner .isHidden ( this ) ) { &#xA;&#x9;&#x9;&#x9;innerClassifierList .add ( superInner ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;return innerClassifierList ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getSuperTypeReferences" upperBound="-1" eType="#//types/ClassifierReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.ClassifierReference > typeReferenceList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.types.ClassifierReference > ( ) ; &#xA;if ( this == null ) { &#xA;&#x9;return typeReferenceList ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.classifiers.Class ) { &#xA;&#x9;org.emftext.language.java.classifiers.Class javaClass = ( org.emftext.language.java.classifiers.Class ) this ; &#xA;&#x9;if ( javaClass .getExtends ( ) != null ) { &#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = javaClass .getExtends ( ) .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;typeReferenceList .add ( classifierReference ) ; &#xA;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier target = ( org.emftext.language.java.classifiers.ConcreteClassifier ) classifierReference .getTarget ( ) ; &#xA;&#x9;&#x9;if ( ! target .equals ( getObjectClass ( ) ) ) { &#xA;&#x9;&#x9;&#x9;typeReferenceList .addAll ( target .getSuperTypeReferences ( ) ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;for ( org.emftext.language.java.types.TypeReference interfaceReference : javaClass .getImplements ( ) ) { &#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = interfaceReference .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;typeReferenceList .add ( classifierReference ) ; &#xA;&#x9;&#x9;typeReferenceList .addAll ( ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) classifierReference .getTarget ( ) ) .getSuperTypeReferences ( ) ) ; &#xA;&#x9;} &#xA;} else if ( this instanceof org.emftext.language.java.classifiers.Interface ) { &#xA;&#x9;org.emftext.language.java.classifiers.Interface javaInterface = ( org.emftext.language.java.classifiers.Interface ) this ; &#xA;&#x9;for ( org.emftext.language.java.types.TypeReference interfaceReference : javaInterface .getExtends ( ) ) { &#xA;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = interfaceReference .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;typeReferenceList .add ( classifierReference ) ; &#xA;&#x9;&#x9;typeReferenceList .addAll ( ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) classifierReference .getTarget ( ) ) .getSuperTypeReferences ( ) ) ; &#xA;&#x9;} &#xA;} &#xA;return typeReferenceList ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.members.Member > memberList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.members.Member > ( ) ; &#xA;org.emftext.language.java.classifiers.ConcreteClassifier concreteClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier ) this ; &#xA;memberList .addAll ( concreteClassifier .getMembers ( ) ) ; &#xA;memberList .addAll ( concreteClassifier .getDefaultMembers ( ) ) ; &#xA;//because inner classes are found in separate class files&#xA;memberList .addAll ( concreteClassifier .getAllInnerClassifiers ( ) ) ; &#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers ( ) ) { &#xA;&#x9;for ( org.emftext.language.java.members.Member member : superClassifier .getMembers ( ) ) { &#xA;&#x9;&#x9;if ( member instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable ) member ; &#xA;&#x9;&#x9;&#x9;if ( ! modifiable .isHidden ( context ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;memberList .add ( member ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;memberList .add ( member ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;memberList .addAll ( superClassifier .getDefaultMembers ( ) ) ; &#xA;} &#xA;return memberList ; &#xA;"/> <details key="documentation" value="&#xA; Returns all members of the given classifier including inner classes and &#xA; all members of super types (extended classes and implemented interfaces).&#xA; &#xA; @param context to check protected visibility&#xA; @return member list&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implementor" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//classifiers/ConcreteClassifier #//classifiers/Implementor"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;//collects all superclasses first&#xA;org.emftext.language.java.classifiers.Class superClass = this ; &#xA;while ( superClass != null &amp;&amp; ! superClass .eIsProxy ( ) &amp;&amp; ! superClass .equals ( getObjectClass ( ) ) ) { &#xA;&#x9;superClass = superClass .getSuperClass ( ) ; &#xA;&#x9;if ( superClass != null ) { &#xA;&#x9;&#x9;result .add ( superClass ) ; &#xA;&#x9;} &#xA;} &#xA;//collect all implemented interfaces&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this .getImplements ( ) ) { &#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier ) typeArg .getTarget ( ) ; &#xA;&#x9;if ( superInterface != null ) { &#xA;&#x9;&#x9;result .add ( superInterface ) ; &#xA;&#x9;&#x9;if ( superInterface instanceof org.emftext.language.java.classifiers.Interface ) { &#xA;&#x9;&#x9;&#x9;result .addAll ( ( ( org.emftext.language.java.classifiers.Interface ) superInterface ) .getAllSuperClassifiers ( ) ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;//collect all implemented interfaces of super classes&#xA;superClass = this .getSuperClass ( ) ; &#xA;if ( superClass != null &amp;&amp; ! superClass .eIsProxy ( ) &amp;&amp; ! superClass .equals ( getObjectClass ( ) ) ) { &#xA;&#x9;result .addAll ( superClass .getAllSuperClassifiers ( ) ) ; &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value="&#xA; Recursively collects all super types (extended classes and implemented interfaces)&#xA; of the given class.&#xA; &#xA; @param classifierList the list for the result&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getSuperClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.TypeReference superClassReference = this .getExtends ( ) ; &#xA;if ( superClassReference == null ) { &#xA;&#x9;superClassReference = this .getDefaultExtends ( ) ; &#xA;} &#xA;if ( superClassReference == null ) { &#xA;&#x9;return null ; &#xA;} &#xA;org.emftext.language.java.types.Type result = superClassReference .getTarget ( ) ; &#xA;if ( result instanceof org.emftext.language.java.classifiers.Class ) { &#xA;&#x9;return ( org.emftext.language.java.classifiers.Class ) result ; &#xA;} &#xA;return null ; &#xA;"/> <details key="documentation" value="&#xA; @param this&#xA; @return the direct super class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="unWrapPrimitiveType" eType="#_Wo2ZR9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( getLibClass ( &quot;Boolean&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createBoolean(); &#xA;} &#xA;if ( getLibClass ( &quot;Byte&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createByte(); &#xA;} &#xA;if ( getLibClass ( &quot;Character&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createChar(); &#xA;} &#xA;if ( getLibClass ( &quot;Float&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createFloat(); &#xA;} &#xA;if ( getLibClass ( &quot;Double&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createDouble(); &#xA;} &#xA;if ( getLibClass ( &quot;Integer&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createInt(); &#xA;} &#xA;if ( getLibClass ( &quot;Long&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createLong(); &#xA;} &#xA;if ( getLibClass ( &quot;Short&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createShort(); &#xA;} &#xA;if ( getLibClass ( &quot;Void&quot; ) .equals ( this ) ) { &#xA;&#x9;return org.emftext.language.java.types.TypesFactory.eINSTANCE.createVoid(); &#xA;} &#xA;return null ; &#xA;"/> <details key="documentation" value="&#xA; @param this&#xA; @return primitive type, if the class can be wrapped&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//classifiers/ConcreteClassifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this .getExtends ( ) ) { &#xA;&#x9;//use ConcreteClassifier instead of Interface because java.lang.Object can also act as implemented interface&#xA;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier ) typeArg .getTarget ( ) ; &#xA;&#x9;if ( superInterface != null ) { &#xA;&#x9;&#x9;result .add ( superInterface ) ; &#xA;&#x9;&#x9;if ( superInterface instanceof org.emftext.language.java.classifiers.Interface ) { &#xA;&#x9;&#x9;&#x9;result .addAll ( ( ( org.emftext.language.java.classifiers.Interface ) superInterface ) .getAllSuperClassifiers ( ) ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this .getDefaultExtends ( ) ) { &#xA;&#x9;//use ConcreteClassifier instead of Interface because java.lang.Object can also act as implemented interface&#xA;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier ) typeArg .getTarget ( ) ; &#xA;&#x9;if ( superInterface != null ) { &#xA;&#x9;&#x9;result .add ( superInterface ) ; &#xA;&#x9;&#x9;if ( superInterface instanceof org.emftext.language.java.classifiers.Interface ) { &#xA;&#x9;&#x9;&#x9;result .addAll ( ( ( org.emftext.language.java.classifiers.Interface ) superInterface ) .getAllSuperClassifiers ( ) ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value="&#xA; @return all interfaces extended by this interface. The type is &#xA; ConcreteClassifier, because java.lang.Object is also extended although&#xA; it is a Class.&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//classifiers/ConcreteClassifier #//classifiers/Implementor"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;//enumerations inherit from java.lang.Enum&#xA;org.emftext.language.java.classifiers.Class enumClass = getLibClass ( &quot;Enum&quot; ) ; &#xA;result .add ( enumClass ) ; &#xA;result .addAll ( enumClass .getAllSuperClassifiers ( ) ) ; &#xA;//collect all implemented interfaces&#xA;for ( org.emftext.language.java.types.TypeReference typeArg : this .getImplements ( ) ) { &#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superInterface = ( org.emftext.language.java.classifiers.ConcreteClassifier ) typeArg .getTarget ( ) ; &#xA;&#x9;if ( superInterface != null ) { &#xA;&#x9;&#x9;result .add ( superInterface ) ; &#xA;&#x9;&#x9;if ( superInterface instanceof org.emftext.language.java.classifiers.Interface ) { &#xA;&#x9;&#x9;&#x9;result .addAll ( ( ( org.emftext.language.java.classifiers.Interface ) superInterface ) .getAllSuperClassifiers ( ) ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value="&#xA; @return all interfaces extended by this enumeration.&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainedConstant" eType="#//members/EnumConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for ( org.emftext.language.java.members.EnumConstant constant : getConstants ( ) ) { &#xA;&#x9;if ( name .equals ( constant .getName ( ) ) ) { &#xA;&#x9;&#x9;return constant ; &#xA;&#x9;} &#xA;} &#xA;return null ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//members/EnumConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//classifiers/ConcreteClassifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;result .add ( getAnnotationInterface ( ) ) ; &#xA;return result ; &#xA;"/> <details key="documentation" value="&#xA; @return &lt;code>java.lang.annotation.Annotation&lt;/code> &#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClass" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #//members/MemberContainer"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > superClassifierList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;org.emftext.language.java.classifiers.ConcreteClassifier superClassifier = getSuperClassifier ( ) ; &#xA;if ( superClassifier != null ) { &#xA;&#x9;superClassifierList .add ( superClassifier ) ; &#xA;&#x9;superClassifierList .addAll ( superClassifier .getAllSuperClassifiers ( ) ) ; &#xA;} else { &#xA;&#x9;superClassifierList .add ( getObjectClass ( ) ) ; &#xA;} &#xA;return superClassifierList ; &#xA;"/> <details key="documentation" value="&#xA; @return a view on all super classifiers&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getSuperClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.instantiations.NewConstructorCall ncCall = null ; &#xA;if ( this .eContainer ( ) instanceof org.emftext.language.java.instantiations.NewConstructorCall ) { &#xA;&#x9;ncCall = ( org.emftext.language.java.instantiations.NewConstructorCall ) this .eContainer ( ) ; &#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier superClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier ) ncCall .getTypeReference ( ) .getTarget ( ) ; &#xA;&#x9;return superClassifier ; &#xA;} else if ( this .eContainer ( ) instanceof org.emftext.language.java.members.EnumConstant ) { &#xA;&#x9;if ( this .eContainer ( ) .eContainer ( ) instanceof org.emftext.language.java.classifiers.Enumeration ) { &#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.Enumeration ) this .eContainer ( ) .eContainer ( ) ; &#xA;&#x9;} &#xA;} &#xA;return null ; &#xA;"/> <details key="documentation" value="&#xA; @return the direct super classifier&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.members.Member > memberList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.members.Member > ( ) ; &#xA;memberList .addAll ( this .getMembers ( ) ) ; &#xA;memberList .addAll ( this .getDefaultMembers ( ) ) ; &#xA;org.emftext.language.java.instantiations.NewConstructorCall ncCall = null ; &#xA;if ( this .eContainer ( ) instanceof org.emftext.language.java.instantiations.NewConstructorCall ) { &#xA;&#x9;ncCall = ( org.emftext.language.java.instantiations.NewConstructorCall ) this .eContainer ( ) ; &#xA;&#x9;; &#xA;} &#xA;if ( ncCall == null ) { &#xA;&#x9;return memberList ; &#xA;} else { &#xA;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier classifier = ( org.emftext.language.java.classifiers.ConcreteClassifier ) ncCall .getTypeReference ( ) .getTarget ( ) ; &#xA;&#x9;if ( classifier != null ) { &#xA;&#x9;&#x9;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.members.Member > superMemberList = classifier .getAllMembers ( context ) ; &#xA;&#x9;&#x9;for ( org.emftext.language.java.members.Member superMember : superMemberList ) { &#xA;&#x9;&#x9;&#x9;//exclude private members&#xA;if ( superMember instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable ) { &#xA;&#x9;&#x9;&#x9;&#x9;if ( superMember .eIsProxy ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;superMember = ( org.emftext.language.java.members.Member ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( superMember , this ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable ) superMember ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( ! modifiable .isHidden ( context ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;memberList .add ( superMember ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;&#x9;memberList .add ( superMember ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;return memberList ; &#xA;} &#xA;"/> <details key="documentation" value="&#xA; @param context to check protected visibility&#xA; @return a view on all members including super classifiers' members&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> </eClassifiers> </eSubpackages> <eSubpackages name="commons" nsURI="http://www.emftext.org/java/commons" nsPrefix="commons"> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true"> <eOperations name="getConcreteClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return ( org.emftext.language.java.classifiers.ConcreteClassifier ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( org.emftext.language.java.JavaClasspath .get ( this ) .getClassifier ( name ) , this ) ; &#xA;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.ConcreteClassifier&lt;/code>&#xA; representing the class with the given classified name.&#xA; &#xA; @param name classified name of the ConcreteClassifier&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifierProxy" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return ( org.emftext.language.java.classifiers.ConcreteClassifier ) org.emftext.language.java.JavaClasspath .get ( this ) .getClassifier ( name ) ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;for ( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath .get ( this ) .getClassifiers ( packageName , classifierQuery ) ) { &#xA;&#x9;result .add ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( classifier , this ) ) ; &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value="&#xA; Finds all &lt;code>org.emftext.language.java.classifiers.ConcreteClassifier&lt;/code>&#xA; representing the classes in the given package or a single class from that package.&#xA; &#xA; @param packageName name of the package&#xA; for all classifiers or name of a single classifier&#xA;"/> </eAnnotations> <eParameters name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="classifierQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getConcreteClassifierProxies" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;for ( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath .get ( this ) .getClassifiers ( packageName , classifierQuery ) ) { &#xA;&#x9;result .add ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) classifier ) ; &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="classifierQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLibClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( this .eResource ( ) == null ) { &#xA;&#x9;throw new java.lang.IllegalArgumentException ( &quot;object context element must have a resource&quot; ) ; &#xA;} &#xA;org.emftext.language.java.classifiers.Class classClass = ( org.emftext.language.java.classifiers.Class ) getConcreteClassifierProxy ( &quot;java.lang.&quot; + name ) ; &#xA;classClass = ( org.emftext.language.java.classifiers.Class ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( classClass , this ) ; &#xA;return classClass ; &#xA;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing the class with the given name located in &lt;code>java.lang&lt;/code>.&#xA; &#xA; @param name name of the Class&#xA; @return the Class&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLibInterface" eType="#//classifiers/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( this .eResource ( ) == null ) { &#xA;&#x9;throw new java.lang.IllegalArgumentException ( &quot;object context element must have a resource&quot; ) ; &#xA;} &#xA;org.emftext.language.java.classifiers.ConcreteClassifier classClass = getConcreteClassifierProxy ( &quot;java.lang.&quot; + name ) ; &#xA;return ( org.emftext.language.java.classifiers.Interface ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( classClass , this ) ; &#xA;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Interface&lt;/code>&#xA; representing the interface with the given name located in &lt;code>java.lang&lt;/code>.&#xA; &#xA; @param name name of the Interface&#xA; @return the Class&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getClassClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass ( &quot;Class&quot; ) ; &#xA;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.Class&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getObjectClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass ( &quot;Object&quot; ) ; &#xA;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.Object&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getStringClass" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLibClass ( &quot;String&quot; ) ; &#xA;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Class&lt;/code>&#xA; representing &lt;code>java.lang.String&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAnnotationInterface" eType="#//classifiers/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( this .eResource ( ) == null ) { &#xA;&#x9;throw new java.lang.IllegalArgumentException ( &quot;object context element must have a resource&quot; ) ; &#xA;} &#xA;org.emftext.language.java.classifiers.Interface annotationClass = ( org.emftext.language.java.classifiers.Interface ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( getConcreteClassifierProxy ( &quot;java.lang.annotation.Annotation&quot; ) , this ) ; &#xA;return annotationClass ; &#xA;"/> <details key="documentation" value="&#xA; Finds the &lt;code>org.emftext.language.java.classifiers.Interface&lt;/code>&#xA; representing &lt;code>java.lang.annotation.Annotation&lt;/code>.&#xA; &#xA; @return the Class&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingAnnotationInstance" eType="#_Wosms9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this ; &#xA;while ( ! ( value instanceof org.emftext.language.java.annotations.AnnotationInstance ) &amp;&amp; value != null ) { &#xA;&#x9;value = value .eContainer ( ) ; &#xA;} &#xA;return ( org.emftext.language.java.annotations.AnnotationInstance ) value ; &#xA;"/> <details key="documentation" value="&#xA; Finds the containing annotation instance for the given element.&#xA; &#xA; @param value&#xA; @return containing annotation instance&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingAnonymousClass" eType="#//classifiers/AnonymousClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this ; &#xA;while ( //do not jump over other classifiers &#xA;! ( value instanceof org.emftext.language.java.classifiers.AnonymousClass ) &amp;&amp; ! ( value instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) &amp;&amp; value != null ) { &#xA;&#x9;value = value .eContainer ( ) ; &#xA;} &#xA;if ( ! ( value instanceof org.emftext.language.java.classifiers.AnonymousClass ) ) { &#xA;&#x9;return null ; &#xA;} &#xA;return ( org.emftext.language.java.classifiers.AnonymousClass ) value ; &#xA;"/> <details key="documentation" value="&#xA; Finds the containing anonymous class for the given element.&#xA; &#xA; @param value&#xA; @return containing anonymous class &#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingConcreteClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this ; &#xA;while ( ! ( value instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) &amp;&amp; value != null ) { &#xA;&#x9;value = value .eContainer ( ) ; &#xA;} &#xA;return ( org.emftext.language.java.classifiers.ConcreteClassifier ) value ; &#xA;"/> <details key="documentation" value="&#xA; Finds the containing classifier for the given element.&#xA; &#xA; @param value&#xA; @return containing classifier&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingCompilationUnit" eType="#//containers/CompilationUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.EObject value = this ; &#xA;while ( ! ( value instanceof org.emftext.language.java.containers.CompilationUnit ) &amp;&amp; value != null ) { &#xA;&#x9;value = value .eContainer ( ) ; &#xA;} &#xA;return ( org.emftext.language.java.containers.CompilationUnit ) value ; &#xA;"/> <details key="documentation" value="&#xA; Finds the containing compilation unit for the given element.&#xA; &#xA; @param value&#xA; @return containing compilation unit&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getContainingPackageName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.containers.CompilationUnit cu = getContainingCompilationUnit ( ) ; &#xA;if ( cu == null ) { &#xA;&#x9;return null ; &#xA;} &#xA;int idx = cu .getNamespaces ( ) .size ( ) ; &#xA;if ( cu .getName ( ) != null ) { &#xA;&#x9;char [] fullName = cu .getName ( ) .toCharArray ( ) ; &#xA;&#x9;for ( int i = 0 ; i &lt; fullName .length ; i ++ ) { &#xA;&#x9;&#x9;if ( fullName [ i ] == '$' ) { &#xA;&#x9;&#x9;&#x9;idx -- ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;return new org.eclipse.emf.common.util.BasicEList &lt; java.lang.String > ( cu .getNamespaces ( ) .subList ( 0 , idx ) ) ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getParentConcreteClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier classifier = getContainingConcreteClassifier ( ) ; &#xA;if ( classifier == null ) { &#xA;&#x9;org.emftext.language.java.containers.CompilationUnit cu = getContainingCompilationUnit ( ) ; &#xA;&#x9;//maybe the outer classifier is in an extra cu&#xA;classifier = ( org.emftext.language.java.classifiers.ConcreteClassifier ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( getConcreteClassifierProxy ( cu .getNamespacesAsString ( ) ) , this ) ; &#xA;&#x9;if ( classifier .eIsProxy ( ) ) { &#xA;&#x9;&#x9;classifier = null ; &#xA;&#x9;} &#xA;} &#xA;return classifier ; &#xA;"/> <details key="documentation" value="&#xA; Finds the classifier that is the parent of this element. If &#xA; this element is an inner classifier the parent classifier does&#xA; not necessarily contain this element, since it can reside in &#xA; a different compilation unit when stored in byte code.&#xA; &#xA; @param value&#xA; @return containing classifier&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAwareElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getNamespacesAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = &quot;&quot; ; &#xA;for ( java.util.Iterator &lt; java.lang.String > it = getNamespaces ( ) .iterator ( ) ; it .hasNext ( ) ; ) { &#xA;&#x9;java.lang.String namespaceFragment = it .next ( ) ; &#xA;&#x9;//does it point at a classifier or a package as container?&#xA;java.lang.String assumedPackageName = containerName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor .PACKAGE_SEPARATOR ; &#xA;&#x9;java.lang.String assumedClassifierName = containerName + namespaceFragment + org.emftext.language.java.JavaUniquePathConstructor .CLASSIFIER_SEPARATOR ; &#xA;&#x9;if ( it .hasNext ( ) ) { &#xA;&#x9;&#x9;if ( org.emftext.language.java.JavaClasspath .get ( this ) .existsPackage ( assumedClassifierName ) ) { &#xA;&#x9;&#x9;&#x9;containerName = assumedClassifierName ; &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;//assume package&#xA;containerName = assumedPackageName ; &#xA;&#x9;&#x9;} &#xA;&#x9;} else { &#xA;&#x9;&#x9;if ( org.emftext.language.java.JavaClasspath .get ( this ) .existsPackage ( assumedPackageName ) ) { &#xA;&#x9;&#x9;&#x9;//a package is always available as key&#xA;containerName = assumedPackageName ; &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;//assume classifier that is not key, but value in the map&#xA;containerName = assumedClassifierName ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;return containerName ; &#xA;"/> <details key="documentation" value="&#xA; Converts the namespaces array of the given namespace aware element into&#xA; a String representation using package (.) and class ($) delimiters. The method&#xA; uses the classpath to determine for each element of the namespace if it &#xA; identifies a package or a class.&#xA; &#xA; @param naElement&#xA; @return single string representation of namespace&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getClassifierAtNamespaces" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String fullQualifiedName = getNamespacesAsString ( ) ; &#xA;if ( fullQualifiedName == null || fullQualifiedName .endsWith ( org.emftext.language.java.JavaUniquePathConstructor .PACKAGE_SEPARATOR ) ) { &#xA;&#x9;return null ; &#xA;} &#xA;//cut the trailing separator&#xA;fullQualifiedName = fullQualifiedName .substring ( 0 , fullQualifiedName .length ( ) - 1 ) ; &#xA;return ( org.emftext.language.java.classifiers.ConcreteClassifier ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( getConcreteClassifierProxy ( fullQualifiedName ) , this ) ; &#xA;"/> <details key="documentation" value="&#xA; Assuming the namespace&#xA; identifies a classifier, that classifier is returned.&#xA; &#xA; @return classifier at namespace&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaces" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="containers" nsURI="http://www.emftext.org/java/containers" nsPrefix="containers"> <eClassifiers xsi:type="ecore:EClass" name="JavaRoot" abstract="true" eSuperTypes="#//commons/NamedElement #//commons/NamespaceAwareElement #//imports/ImportingElement"> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > defaultImportList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;java.lang.String packageName = getNamespacesAsString ( ) ; &#xA;defaultImportList .addAll ( getConcreteClassifierProxies ( packageName , &quot;*&quot; ) ) ; &#xA;return defaultImportList ; &#xA;"/> <details key="documentation" value="&#xA; @return all classes in the same package imports&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//containers/JavaRoot"> <eOperations name="getContainedClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( name == null ) { &#xA;&#x9;return null ; &#xA;} &#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier candidate : getClassifiers ( ) ) { &#xA;&#x9;if ( name .equals ( candidate .getName ( ) ) ) { &#xA;&#x9;&#x9;return candidate ; &#xA;&#x9;} &#xA;} &#xA;return null ; &#xA;"/> <details key="documentation" value="&#xA; @param name name of the contained Classifier&#xA; @return the Classifier&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getClassifiersInSamePackage" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > defaultImportList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;java.lang.String packageName = getNamespacesAsString ( ) ; &#xA;//locally defined in this container&#xA;defaultImportList .addAll ( getClassifiers ( ) ) ; &#xA;defaultImportList .addAll ( getConcreteClassifierProxies ( packageName , &quot;*&quot; ) ) ; &#xA;return defaultImportList ; &#xA;"/> <details key="documentation" value="&#xA; @return all classes in the same package imports&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//containers/JavaRoot #//annotations/Annotable #//references/ReferenceableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#//containers/CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subpackages" upperBound="-1" eType="#//containers/Package" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyModel" eSuperTypes="#//containers/JavaRoot"/> </eSubpackages> <eSubpackages xmi:id="_Wo2YC9z1Ed2bJ_pQViWxFg" name="expressions" nsURI="http://www.emftext.org/java/expressions" nsPrefix="expressions"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YF9z1Ed2bJ_pQViWxFg" name="ExpressionList" eSuperTypes="#_Wo2Y9tz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YGNz1Ed2bJ_pQViWxFg" name="expressions" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YDNz1Ed2bJ_pQViWxFg" name="Expression" abstract="true" eSuperTypes="#//arrays/ArrayInitializationValue #//annotations/AnnotationValue"> <eOperations name="getType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getOneType ( false ) ; &#xA;"/> <details key="documentation" value="&#xA; Returns the type of the expression considering all concrete&#xA; subtypes of Expression.&#xA; &#xA; @return type of expression&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAlternativeType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getOneType ( true ) ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eOperations name="getOneType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class stringClass = getStringClass ( ) ; &#xA;org.emftext.language.java.types.Type type = null ; &#xA;if ( this instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;org.emftext.language.java.references.Reference reference = ( org.emftext.language.java.references.Reference ) this ; &#xA;&#x9;//navigate down references&#xA;while ( reference .getNext ( ) != null ) { &#xA;&#x9;&#x9;reference = reference .getNext ( ) ; &#xA;&#x9;} &#xA;&#x9;type = reference .getReferencedType ( ) ; &#xA;} else if ( this instanceof org.emftext.language.java.literals.Literal ) { &#xA;&#x9;type = ( ( org.emftext.language.java.literals.Literal ) this ) .getType ( ) ; &#xA;} else if ( this instanceof org.emftext.language.java.expressions.CastExpression ) { &#xA;&#x9;type = ( ( org.emftext.language.java.expressions.CastExpression ) this ) .getTypeReference ( ) .getTarget ( ) ; &#xA;} else if ( this instanceof org.emftext.language.java.expressions.AssignmentExpression ) { &#xA;&#x9;type = ( ( org.emftext.language.java.expressions.AssignmentExpression ) this ) .getChild ( ) .getOneType ( alternative ) ; &#xA;} else if ( this instanceof org.emftext.language.java.expressions.ConditionalExpression &amp;&amp; ( ( org.emftext.language.java.expressions.ConditionalExpression ) this ) .getExpressionIf ( ) != null ) { &#xA;&#x9;if ( alternative ) { &#xA;&#x9;&#x9;type = ( ( org.emftext.language.java.expressions.ConditionalExpression ) this ) .getExpressionElse ( ) .getOneType ( alternative ) ; &#xA;&#x9;} else { &#xA;&#x9;&#x9;type = ( ( org.emftext.language.java.expressions.ConditionalExpression ) this ) .getExpressionIf ( ) .getOneType ( alternative ) ; &#xA;&#x9;} &#xA;} else if ( this instanceof org.emftext.language.java.expressions.EqualityExpression || this instanceof org.emftext.language.java.expressions.RelationExpression || this instanceof org.emftext.language.java.expressions.ConditionalOrExpression || this instanceof org.emftext.language.java.expressions.ConditionalAndExpression || this instanceof org.emftext.language.java.expressions.InstanceOfExpression ) { &#xA;&#x9;type = getLibClass ( &quot;Boolean&quot; ) ; &#xA;} else if ( this instanceof org.emftext.language.java.expressions.AdditiveExpression || this instanceof org.emftext.language.java.expressions.MultiplicativeExpression || this instanceof org.emftext.language.java.expressions.InclusiveOrExpression || this instanceof org.emftext.language.java.expressions.ExclusiveOrExpression || this instanceof org.emftext.language.java.expressions.AndExpression || this instanceof org.emftext.language.java.expressions.ShiftExpression ) { &#xA;&#x9;if ( this instanceof org.emftext.language.java.expressions.AdditiveExpression ) { &#xA;&#x9;&#x9;org.emftext.language.java.expressions.AdditiveExpression additiveExpression = ( org.emftext.language.java.expressions.AdditiveExpression ) this ; &#xA;&#x9;&#x9;for ( org.emftext.language.java.expressions.Expression subExp : additiveExpression .getChildren ( ) ) { &#xA;&#x9;&#x9;&#x9;if ( stringClass .equals ( subExp .getOneType ( alternative ) ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;//special case: string concatenation&#xA;return stringClass ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;@ SuppressWarnings ( &quot;unchecked&quot; ) org.emftext.language.java.expressions.Expression subExp = ( ( org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.expressions.Expression > ) this .eGet ( this .eClass ( ) .getEStructuralFeature ( &quot;children&quot; ) ) ) .get ( 0 ) ; &#xA;&#x9;return subExp .getOneType ( alternative ) ; &#xA;} else if ( this instanceof org.emftext.language.java.expressions.UnaryExpression ) { &#xA;&#x9;org.emftext.language.java.expressions.Expression subExp = ( ( org.emftext.language.java.expressions.UnaryExpression ) this ) .getChild ( ) ; &#xA;&#x9;return subExp .getOneType ( alternative ) ; &#xA;} else for ( org.eclipse.emf.common.util.TreeIterator &lt; org.eclipse.emf.ecore.EObject > i = this .eAllContents ( ) ; i .hasNext ( ) ; ) { &#xA;&#x9;org.eclipse.emf.ecore.EObject next = i .next ( ) ; &#xA;&#x9;org.emftext.language.java.types.Type nextType = null ; &#xA;&#x9;if ( next instanceof org.emftext.language.java.expressions.PrimaryExpression ) { &#xA;&#x9;&#x9;if ( next instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.references.Reference ref = ( org.emftext.language.java.references.Reference ) next ; &#xA;&#x9;&#x9;&#x9;//navigate down references&#xA;while ( ref .getNext ( ) != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;ref = ref .getNext ( ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;next = ref ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( next instanceof org.emftext.language.java.literals.Literal ) { &#xA;&#x9;&#x9;&#x9;nextType = ( ( org.emftext.language.java.literals.Literal ) next ) .getType ( ) ; &#xA;&#x9;&#x9;} else if ( next instanceof org.emftext.language.java.expressions.CastExpression ) { &#xA;&#x9;&#x9;&#x9;nextType = ( ( org.emftext.language.java.expressions.CastExpression ) next ) .getTypeReference ( ) .getTarget ( ) ; &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;nextType = ( ( org.emftext.language.java.references.Reference ) next ) .getReferencedType ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;i .prune ( ) ; &#xA;&#x9;} &#xA;&#x9;if ( nextType != null ) { &#xA;&#x9;&#x9;type = nextType ; &#xA;&#x9;&#x9;//in the special case that this is an expression with&#xA;//some string included, everything is converted to string&#xA;if ( stringClass .equals ( type ) ) { &#xA;&#x9;&#x9;&#x9;break ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;//type can be null in cases of unresolved/unresolvable proxies&#xA;return type ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="alternative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = 0 ; &#xA;org.emftext.language.java.arrays.ArrayTypeable arrayType = null ; &#xA;if ( this instanceof org.emftext.language.java.expressions.NestedExpression &amp;&amp; ( ( org.emftext.language.java.expressions.NestedExpression ) this ) .getNext ( ) == null ) { &#xA;&#x9;return ( ( org.emftext.language.java.expressions.NestedExpression ) this ) .getExpression ( ) .getArrayDimension ( ) - ( ( org.emftext.language.java.expressions.NestedExpression ) this ) .getArraySelectors ( ) .size ( ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.expressions.ConditionalExpression &amp;&amp; ( ( org.emftext.language.java.expressions.ConditionalExpression ) this ) .getExpressionIf ( ) != null ) { &#xA;&#x9;return ( ( org.emftext.language.java.expressions.ConditionalExpression ) this ) .getExpressionIf ( ) .getArrayDimension ( ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.expressions.AssignmentExpression ) { &#xA;&#x9;return ( ( org.emftext.language.java.expressions.AssignmentExpression ) this ) .getValue ( ) .getArrayDimension ( ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.expressions.InstanceOfExpression ) { &#xA;&#x9;return 0 ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;org.emftext.language.java.references.Reference reference = ( org.emftext.language.java.references.Reference ) this ; &#xA;&#x9;while ( reference .getNext ( ) != null ) { &#xA;&#x9;&#x9;reference = reference .getNext ( ) ; &#xA;&#x9;} &#xA;&#x9;//an array clone? -> dimension defined by cloned array&#xA;if ( reference instanceof org.emftext.language.java.references.ElementReference &amp;&amp; reference .getPrevious ( ) != null ) { &#xA;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement target = ( ( org.emftext.language.java.references.ElementReference ) reference ) .getTarget ( ) ; &#xA;&#x9;&#x9;if ( target instanceof org.emftext.language.java.members.Method ) { &#xA;&#x9;&#x9;&#x9;if ( &quot;clone&quot; .equals ( ( ( org.emftext.language.java.members.Method ) target ) .getName ( ) ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;reference = ( org.emftext.language.java.references.Reference ) reference .eContainer ( ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;if ( reference instanceof org.emftext.language.java.references.ElementReference ) { &#xA;&#x9;&#x9;org.emftext.language.java.references.ElementReference elementReference = ( org.emftext.language.java.references.ElementReference ) reference ; &#xA;&#x9;&#x9;if ( elementReference .getTarget ( ) instanceof org.emftext.language.java.arrays.ArrayTypeable ) { &#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.arrays.ArrayTypeable ) elementReference .getTarget ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( elementReference .getTarget ( ) instanceof org.emftext.language.java.variables.AdditionalLocalVariable ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.variables.AdditionalLocalVariable additionalLocalVariable = ( org.emftext.language.java.variables.AdditionalLocalVariable ) elementReference .getTarget ( ) ; &#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.variables.LocalVariable ) additionalLocalVariable .eContainer ( ) ; &#xA;&#x9;&#x9;&#x9;size += additionalLocalVariable .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;&#x9;&#x9;&#x9;size -= arrayType .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( elementReference .getTarget ( ) instanceof org.emftext.language.java.members.AdditionalField ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.members.AdditionalField additionalField = ( org.emftext.language.java.members.AdditionalField ) elementReference .getTarget ( ) ; &#xA;&#x9;&#x9;&#x9;arrayType = ( org.emftext.language.java.members.Field ) additionalField .eContainer ( ) ; &#xA;&#x9;&#x9;&#x9;size += additionalField .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;&#x9;&#x9;&#x9;size -= arrayType .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} else if ( this instanceof org.emftext.language.java.arrays.ArrayTypeable ) { &#xA;&#x9;&#x9;size += ( ( org.emftext.language.java.arrays.ArrayTypeable ) this ) .getArrayDimensionsBefore ( ) .size ( ) + ( ( org.emftext.language.java.arrays.ArrayTypeable ) this ) .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;&#x9;&#x9;if ( this instanceof org.emftext.language.java.parameters.VariableLengthParameter ) { &#xA;&#x9;&#x9;&#x9;size ++ ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;size -= reference .getArraySelectors ( ) .size ( ) ; &#xA;} else if ( this instanceof org.emftext.language.java.arrays.ArrayTypeable ) { &#xA;&#x9;size += ( ( org.emftext.language.java.arrays.ArrayTypeable ) this ) .getArrayDimensionsBefore ( ) .size ( ) + ( ( org.emftext.language.java.arrays.ArrayTypeable ) this ) .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;&#x9;if ( this instanceof org.emftext.language.java.parameters.VariableLengthParameter ) { &#xA;&#x9;&#x9;size ++ ; &#xA;&#x9;} &#xA;} &#xA;if ( this instanceof org.emftext.language.java.arrays.ArrayInstantiationBySize ) { &#xA;&#x9;size += ( ( org.emftext.language.java.arrays.ArrayInstantiationBySize ) this ) .getSizes ( ) .size ( ) ; &#xA;} &#xA;if ( arrayType != null ) { &#xA;&#x9;size += arrayType .getArrayDimension ( ) ; &#xA;} &#xA;return size ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//expressions/AssignmentExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentOperator" lowerBound="1" eType="#//operators/AssignmentOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpressionChild" abstract="true" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YIdz1Ed2bJ_pQViWxFg" name="ConditionalExpression" eSuperTypes="#//expressions/AssignmentExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YI9z1Ed2bJ_pQViWxFg" name="child" eType="#//expressions/ConditionalExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YJdz1Ed2bJ_pQViWxFg" name="expressionIf" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionElse" lowerBound="1" eType="#//expressions/AssignmentExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpressionChild" abstract="true" eSuperTypes="#//expressions/AssignmentExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YHdz1Ed2bJ_pQViWxFg" name="ConditionalOrExpression" eSuperTypes="#//expressions/ConditionalExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YH9z1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ConditionalOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YGtz1Ed2bJ_pQViWxFg" name="ConditionalAndExpression" eSuperTypes="#//expressions/ConditionalOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YHNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ConditionalAndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YJ9z1Ed2bJ_pQViWxFg" name="InclusiveOrExpression" eSuperTypes="#//expressions/ConditionalAndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YKdz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/InclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalAndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpression" eSuperTypes="#//expressions/InclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ExclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpressionChild" abstract="true" eSuperTypes="#//expressions/InclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YLdz1Ed2bJ_pQViWxFg" name="AndExpression" eSuperTypes="#//expressions/ExclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YL9z1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/AndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpressionChild" abstract="true" eSuperTypes="#//expressions/ExclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YMNz1Ed2bJ_pQViWxFg" name="EqualityExpression" eSuperTypes="#//expressions/AndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YM9z1Ed2bJ_pQViWxFg" name="equalityOperators" lowerBound="1" upperBound="-1" eType="#//operators/EqualityOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YMtz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/EqualityExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpressionChild" abstract="true" eSuperTypes="#//expressions/AndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YNdz1Ed2bJ_pQViWxFg" name="InstanceOfExpression" eSuperTypes="#//arrays/ArrayTypeable #_Wo2ZP9z1Ed2bJ_pQViWxFg #//expressions/EqualityExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YONz1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/InstanceOfExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpressionChild" abstract="true" eSuperTypes="#//expressions/EqualityExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YOtz1Ed2bJ_pQViWxFg" name="RelationExpression" eSuperTypes="#//expressions/InstanceOfExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YPNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/RelationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YPdz1Ed2bJ_pQViWxFg" name="relationOperators" lowerBound="1" upperBound="-1" eType="#//operators/RelationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationExpressionChild" abstract="true" eSuperTypes="#//expressions/InstanceOfExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YPtz1Ed2bJ_pQViWxFg" name="ShiftExpression" eSuperTypes="#//expressions/RelationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YQNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ShiftExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YQdz1Ed2bJ_pQViWxFg" name="shiftOperators" lowerBound="1" upperBound="-1" eType="#//operators/ShiftOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpressionChild" abstract="true" eSuperTypes="#//expressions/RelationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YQtz1Ed2bJ_pQViWxFg" name="AdditiveExpression" eSuperTypes="#//expressions/ShiftExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YRNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/AdditiveExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YRdz1Ed2bJ_pQViWxFg" name="additiveOperators" lowerBound="1" upperBound="-1" eType="#//operators/AdditiveOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditiveExpressionChild" abstract="true" eSuperTypes="#//expressions/ShiftExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YRtz1Ed2bJ_pQViWxFg" name="MultiplicativeExpression" eSuperTypes="#//expressions/AdditiveExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YSNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/MultiplicativeExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YSdz1Ed2bJ_pQViWxFg" name="multiplicativeOperators" lowerBound="1" upperBound="-1" eType="#//operators/MultiplicativeOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpressionChild" abstract="true" eSuperTypes="#//expressions/AdditiveExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YStz1Ed2bJ_pQViWxFg" name="UnaryExpression" eSuperTypes="#//expressions/MultiplicativeExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YTNz1Ed2bJ_pQViWxFg" name="operators" lowerBound="1" upperBound="-1" eType="#//operators/UnaryOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YT9z1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/UnaryExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpressionChild" abstract="true" eSuperTypes="#//expressions/MultiplicativeExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpression" abstract="true" eSuperTypes="#//expressions/UnaryExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//expressions/UnaryModificationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1" eType="#//operators/UnaryModificationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixUnaryModificationExpression" eSuperTypes="#//expressions/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SuffixUnaryModificationExpression" eSuperTypes="#//expressions/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpressionChild" abstract="true" eSuperTypes="#//expressions/UnaryExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YWdz1Ed2bJ_pQViWxFg" name="CastExpression" eSuperTypes="#_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//expressions/UnaryModificationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YXdz1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/MultiplicativeExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" abstract="true" eSuperTypes="#//expressions/UnaryModificationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="generics" nsURI="http://www.emftext.org/java/generics" nsPrefix="generics"> <eClassifiers xsi:type="ecore:EClass" name="TypeArgument" abstract="true" eSuperTypes="#//arrays/ArrayTypeable"/> <eClassifiers xsi:type="ecore:EClass" name="TypeArgumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//generics/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallTypeArgumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTypeArguments" upperBound="-1" eType="#//generics/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParametrizable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//generics/TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendsTypeArgument" eSuperTypes="#//generics/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" lowerBound="1" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedTypeArgument" eSuperTypes="#//generics/TypeArgument #_Wo2ZP9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="SuperTypeArgument" eSuperTypes="#//generics/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" lowerBound="1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//classifiers/Classifier"> <eOperations name="getAllSuperClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;for ( org.emftext.language.java.types.TypeReference typeRef : getExtendTypes ( ) ) { &#xA;&#x9;org.emftext.language.java.types.Type type = typeRef .getTarget ( ) ; &#xA;&#x9;if ( type instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;&#x9;result .add ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) type ) ; &#xA;&#x9;} &#xA;&#x9;if ( type instanceof org.emftext.language.java.classifiers.Classifier ) { &#xA;&#x9;&#x9;result .addAll ( ( ( org.emftext.language.java.classifiers.Classifier ) type ) .getAllSuperClassifiers ( ) ) ; &#xA;&#x9;} &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value="&#xA; @return all type restrictions&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.members.Member > memberList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.members.Member > ( ) ; &#xA;org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.types.Type > possiblyVisibleSuperClassifier = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.types.Type > ( ) ; &#xA;for ( org.emftext.language.java.types.TypeReference typeReference : ( ( org.emftext.language.java.generics.TypeParameter ) this ) .getExtendTypes ( ) ) { &#xA;&#x9;possiblyVisibleSuperClassifier .add ( typeReference .getTarget ( ) ) ; &#xA;} &#xA;for ( org.emftext.language.java.classifiers.ConcreteClassifier superClassifier : getAllSuperClassifiers ( ) ) { &#xA;&#x9;for ( org.emftext.language.java.members.Member member : superClassifier .getMembers ( ) ) { &#xA;&#x9;&#x9;if ( member instanceof org.emftext.language.java.modifiers.AnnotableAndModifiable ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.modifiers.AnnotableAndModifiable modifiable = ( org.emftext.language.java.modifiers.AnnotableAndModifiable ) member ; &#xA;&#x9;&#x9;&#x9;if ( ! modifiable .isHidden ( context ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;memberList .add ( member ) ; &#xA;&#x9;&#x9;&#x9;} else if ( possiblyVisibleSuperClassifier .contains ( superClassifier ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;memberList .add ( member ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;memberList .add ( member ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;memberList .addAll ( superClassifier .getDefaultMembers ( ) ) ; &#xA;} &#xA;return memberList ; &#xA;"/> <details key="documentation" value="&#xA; Returns all members of the given classifier including inner classes and &#xA; all members of super types (extended classes and implemented interfaces).&#xA; &#xA; @param context to check protected visibility&#xA; @return member list&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> <eOperations name="getBoundType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.Type > resultList = new org.eclipse.emf.common.util.BasicEList &lt; org.emftext.language.java.types.Type > ( ) ; &#xA;org.emftext.language.java.generics.TypeParametrizable typeParameterDeclarator = ( org.emftext.language.java.generics.TypeParametrizable ) this .eContainer ( ) ; &#xA;org.emftext.language.java.references.Reference parentReference = null ; &#xA;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.Type > prevTypeList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.types.Type > ( ) ; &#xA;if ( reference != null &amp;&amp; reference .getPrevious ( ) instanceof org.emftext.language.java.expressions.NestedExpression ) { &#xA;&#x9;org.emftext.language.java.expressions.NestedExpression nestedExpression = ( org.emftext.language.java.expressions.NestedExpression ) reference .getPrevious ( ) ; &#xA;&#x9;org.emftext.language.java.expressions.Expression expression = null ; &#xA;&#x9;if ( nestedExpression .getExpression ( ) instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;expression = nestedExpression .getExpression ( ) ; &#xA;&#x9;} else if ( nestedExpression .getExpression ( ) instanceof org.emftext.language.java.expressions.ConditionalExpression ) { &#xA;&#x9;&#x9;expression = ( ( org.emftext.language.java.expressions.ConditionalExpression ) nestedExpression .getExpression ( ) ) .getExpressionIf ( ) ; &#xA;&#x9;} &#xA;&#x9;if ( expression instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;org.emftext.language.java.references.Reference expressionReference = ( org.emftext.language.java.references.Reference ) expression ; &#xA;&#x9;&#x9;//navigate down references&#xA;while ( expressionReference .getNext ( ) != null ) { &#xA;&#x9;&#x9;&#x9;expressionReference = expressionReference .getNext ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;parentReference = expressionReference ; &#xA;&#x9;&#x9;org.emftext.language.java.types.Type prevType = nestedExpression .getExpression ( ) .getType ( ) ; &#xA;&#x9;&#x9;if ( prevType instanceof org.emftext.language.java.util.TemporalCompositeClassifier ) { &#xA;&#x9;&#x9;&#x9;for ( org.eclipse.emf.ecore.EObject aType : ( ( org.emftext.language.java.util.TemporalCompositeClassifier ) prevType ) .getSuperTypes ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;prevTypeList .add ( ( org.emftext.language.java.types.Type ) aType ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;prevTypeList .add ( prevType ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} else if ( nestedExpression .getExpression ( ) instanceof org.emftext.language.java.expressions.CastExpression ) { &#xA;&#x9;&#x9;prevTypeList .add ( ( ( org.emftext.language.java.expressions.CastExpression ) nestedExpression .getExpression ( ) ) .getTypeReference ( ) .getTarget ( ) ) ; &#xA;&#x9;} &#xA;} else if ( reference != null &amp;&amp; reference .getPrevious ( ) != null ) { &#xA;&#x9;parentReference = reference .getPrevious ( ) ; &#xA;&#x9;while ( parentReference instanceof org.emftext.language.java.references.SelfReference ) { &#xA;&#x9;&#x9;if ( ( ( org.emftext.language.java.references.SelfReference ) parentReference ) .getSelf ( ) instanceof org.emftext.language.java.literals.Super ) { &#xA;&#x9;&#x9;&#x9;if ( parentReference .eContainer ( ) instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;&#x9;&#x9;parentReference = ( org.emftext.language.java.references.Reference ) parentReference .eContainer ( ) ; &#xA;&#x9;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier containingClassifier = reference .getContainingConcreteClassifier ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( containingClassifier != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;prevTypeList .add ( containingClassifier ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;parentReference = null ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;break ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;if ( parentReference != null ) { &#xA;&#x9;&#x9;org.emftext.language.java.types.Type prevType = parentReference .getReferencedType ( ) ; &#xA;&#x9;&#x9;if ( prevType instanceof org.emftext.language.java.util.TemporalCompositeClassifier ) { &#xA;&#x9;&#x9;&#x9;for ( org.eclipse.emf.ecore.EObject aType : ( ( org.emftext.language.java.util.TemporalCompositeClassifier ) prevType ) .getSuperTypes ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;prevTypeList .add ( ( org.emftext.language.java.types.Type ) aType ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;prevTypeList .add ( prevType ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} else if ( reference != null ) { &#xA;&#x9;//prev type is on of the containing classes which can still bind by inheritance&#xA;org.emftext.language.java.classifiers.ConcreteClassifier containingClassifier = reference .getContainingConcreteClassifier ( ) ; &#xA;&#x9;while ( containingClassifier != null ) { &#xA;&#x9;&#x9;prevTypeList .add ( containingClassifier ) ; &#xA;&#x9;&#x9;containingClassifier = ( ( org.emftext.language.java.commons.Commentable ) containingClassifier .eContainer ( ) ) .getContainingConcreteClassifier ( ) ; &#xA;&#x9;} &#xA;} &#xA;for ( org.emftext.language.java.types.Type prevType : prevTypeList ) { &#xA;&#x9;int typeParameterIndex = - 1 ; &#xA;&#x9;if ( typeParameterDeclarator instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;&#x9;typeParameterIndex = typeParameterDeclarator .getTypeParameters ( ) .indexOf ( this ) ; &#xA;&#x9;&#x9;if ( reference != null ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference classifierReference = null ; &#xA;&#x9;&#x9;&#x9;if ( parentReference instanceof org.emftext.language.java.references.ElementReference ) { &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ReferenceableElement prevReferenced = ( ( org.emftext.language.java.references.ElementReference ) parentReference ) .getTarget ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( prevReferenced instanceof org.emftext.language.java.types.TypedElement ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.TypeReference prevTypeReference = ( ( org.emftext.language.java.types.TypedElement ) prevReferenced ) .getTypeReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( prevTypeReference != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;classifierReference = prevTypeReference .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;if ( parentReference instanceof org.emftext.language.java.types.TypedElement ) { &#xA;&#x9;&#x9;&#x9;&#x9;//e.g. New Constructor Call&#xA;org.emftext.language.java.types.TypeReference prevParentReference = ( ( org.emftext.language.java.types.TypedElement ) parentReference ) .getTypeReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( prevParentReference != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;classifierReference = prevParentReference .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;if ( prevType instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;&#x9;&#x9;&#x9;//bound through inheritance?&#xA;int idx = 0 ; &#xA;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.types.ClassifierReference superClassifierReference : ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) prevType ) .getSuperTypeReferences ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( typeParameterIndex &lt; superClassifierReference .getTypeArguments ( ) .size ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;//is this an argument for the correct class?&#xA;if ( typeParameterDeclarator .equals ( superClassifierReference .getTarget ( ) ) || ( ( org.emftext.language.java.classifiers.Classifier ) superClassifierReference .getTarget ( ) ) .getAllSuperClassifiers ( ) .contains ( typeParameterDeclarator ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument arg = superClassifierReference .getTypeArguments ( ) .get ( typeParameterIndex ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( arg instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( idx , ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) arg ) .getTypeReference ( ) .getTarget ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx ++ ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.generics.TypeArgument > typeArgumentList ; &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.util.TemporalTypeArgumentHolder ttah = null ; &#xA;&#x9;&#x9;&#x9;&#x9;for ( org.eclipse.emf.common.notify.Adapter adapter : prevType .eAdapters ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( adapter instanceof org.emftext.language.java.util.TemporalTypeArgumentHolder ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah = ( org.emftext.language.java.util.TemporalTypeArgumentHolder ) adapter ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;prevType .eAdapters ( ) .remove ( ttah ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;break ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;if ( ttah != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = ttah .getTypeArguments ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} else if ( classifierReference != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = classifierReference .getTypeArguments ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;typeArgumentList = org.eclipse.emf.common.util.ECollections .emptyEList ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;if ( typeParameterIndex &lt; typeArgumentList .size ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument arg = typeArgumentList .get ( typeParameterIndex ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( arg instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference theTypeRef = ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) arg ) .getTypeReference ( ) .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( theTypeRef != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.Type theType = theTypeRef .getBoundTarget ( parentReference ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( theType != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( ! theTypeRef .getTypeArguments ( ) .isEmpty ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah = new org.emftext.language.java.util.TemporalTypeArgumentHolder ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ttah .getTypeArguments ( ) .addAll ( theTypeRef .getTypeArguments ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;theType .eAdapters ( ) .add ( ttah ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , theType ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( arg instanceof org.emftext.language.java.generics.ExtendsTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.types.TypeReference extendedType : ( ( org.emftext.language.java.generics.ExtendsTypeArgument ) arg ) .getExtendTypes ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , extendedType .getBoundTarget ( parentReference ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} else if ( prevType instanceof org.emftext.language.java.generics.TypeParameter ) { &#xA;&#x9;&#x9;&#x9;&#x9;//the prev. type parameter, although unbound, may contain type restrictions through extends &#xA;resultList .add ( prevType ) ; &#xA;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.types.TypeReference extendedRef : ( ( org.emftext.language.java.generics.TypeParameter ) prevType ) .getExtendTypes ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.ConcreteClassifier extended = ( org.emftext.language.java.classifiers.ConcreteClassifier ) extendedRef .getTarget ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int idx = ( ( org.emftext.language.java.generics.TypeParametrizable ) prevType .eContainer ( ) ) .getTypeParameters ( ) .indexOf ( prevType ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( extended .getTypeParameters ( ) .size ( ) > idx ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;//also add more precise bindings from extensions&#xA;resultList .add ( extended .getTypeParameters ( ) .get ( idx ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( reference != null &amp;&amp; reference .eContainer ( ) instanceof org.emftext.language.java.references.ReflectiveClassReference ) { &#xA;&#x9;&#x9;&#x9;if ( reference .eContainer ( ) .eContainer ( ) instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;&#x9;&#x9;//the &quot;.class&quot; instantiation implicitly binds the T parameter of java.lang.Class to the class itself&#xA;resultList .add ( 0 , ( ( org.emftext.language.java.references.Reference ) reference .eContainer ( ) .eContainer ( ) ) .getReferencedType ( ) ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;if ( typeParameterDeclarator instanceof org.emftext.language.java.members.Method ) { &#xA;&#x9;if ( reference instanceof org.emftext.language.java.references.MethodCall ) { &#xA;&#x9;&#x9;org.emftext.language.java.members.Method method = ( org.emftext.language.java.members.Method ) typeParameterDeclarator ; &#xA;&#x9;&#x9;org.emftext.language.java.references.MethodCall methodCall = ( org.emftext.language.java.references.MethodCall ) reference ; &#xA;&#x9;&#x9;if ( method .getTypeParameters ( ) .size ( ) == methodCall .getCallTypeArguments ( ) .size ( ) ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.generics.TypeArgument typeArgument = methodCall .getCallTypeArguments ( ) .get ( method .getTypeParameters ( ) .indexOf ( this ) ) ; &#xA;&#x9;&#x9;&#x9;if ( typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) typeArgument ) .getTypeReference ( ) .getBoundTarget ( parentReference ) ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;//class type parameter&#xA;int idx = method .getParameters ( ) .indexOf ( typeReference .eContainer ( ) ) ; &#xA;&#x9;&#x9;//method type parameter&#xA;if ( idx == - 1 ) { &#xA;&#x9;&#x9;&#x9;for ( org.emftext.language.java.parameters.Parameter parameter : method .getParameters ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : parameter .getTypeArguments ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) typeArgument ) .getTypeReference ( ) .getTarget ( ) .equals ( this ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method .getParameters ( ) .indexOf ( parameter ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference paramTypeReference = parameter .getTypeReference ( ) .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( paramTypeReference != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : paramTypeReference .getTypeArguments ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( this .equals ( ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) typeArgument ) .getTypeReference ( ) .getTarget ( ) ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method .getParameters ( ) .indexOf ( parameter ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( idx &lt; methodCall .getArguments ( ) .size ( ) &amp;&amp; idx >= 0 ) { &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.expressions.Expression argument = methodCall .getArguments ( ) .get ( idx ) ; &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.parameters.Parameter parameter = method .getParameters ( ) .get ( idx ) ; &#xA;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference parameterType = parameter .getTypeReference ( ) .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;&#x9;if ( argument instanceof org.emftext.language.java.instantiations.NewConstructorCall ) { &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference argumentType = ( ( org.emftext.language.java.instantiations.NewConstructorCall ) argument ) .getTypeReference ( ) .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( argumentType != null &amp;&amp; parameterType .getTypeArguments ( ) .size ( ) == argumentType .getTypeArguments ( ) .size ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType .getTypeArguments ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) typeArgument ) .getTypeReference ( ) .getTarget ( ) .equals ( this ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) argumentType .getTypeArguments ( ) .get ( parameterType .getTypeArguments ( ) .indexOf ( typeArgument ) ) ) .getTypeReference ( ) .getTarget ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;if ( argumentType != null &amp;&amp; parameterType .getTarget ( ) instanceof org.emftext.language.java.generics.TypeParameter ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , argumentType .getTarget ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} else if ( parameterType != null &amp;&amp; argument instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.Reference argReference = ( org.emftext.language.java.references.Reference ) argument ; &#xA;&#x9;&#x9;&#x9;&#x9;while ( argReference .getNext ( ) instanceof org.emftext.language.java.references.Reference &amp;&amp; ! ( argReference .getNext ( ) instanceof org.emftext.language.java.references.ReflectiveClassReference ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;argReference = argReference .getNext ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;if ( argReference instanceof org.emftext.language.java.references.ElementReference ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ElementReference elementReference = ( org.emftext.language.java.references.ElementReference ) argReference ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;while ( elementReference .getNext ( ) instanceof org.emftext.language.java.references.ElementReference ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;elementReference = ( org.emftext.language.java.references.ElementReference ) elementReference .getNext ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( elementReference .getTarget ( ) instanceof org.emftext.language.java.types.TypedElement ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.ClassifierReference argumentType = ( ( org.emftext.language.java.types.TypedElement ) elementReference .getTarget ( ) ) .getTypeReference ( ) .getPureClassifierReference ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( argumentType != null &amp;&amp; parameterType .getTypeArguments ( ) .size ( ) == argumentType .getTypeArguments ( ) .size ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType .getTypeArguments ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) typeArgument ) .getTypeReference ( ) .getTarget ( ) .equals ( this ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;int idx2 = parameterType .getTypeArguments ( ) .indexOf ( typeArgument ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( argumentType .getTypeArguments ( ) .get ( idx2 ) instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) argumentType .getTypeArguments ( ) .get ( idx2 ) ) .getTypeReference ( ) .getTarget ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} else if ( argumentType .getTypeArguments ( ) .get ( idx2 ) instanceof org.emftext.language.java.generics.ExtendsTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.types.TypeReference extendedType : ( ( org.emftext.language.java.generics.ExtendsTypeArgument ) argumentType .getTypeArguments ( ) .get ( idx2 ) ) .getExtendTypes ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , extendedType .getTarget ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( argumentType != null &amp;&amp; parameterType .getTarget ( ) instanceof org.emftext.language.java.generics.TypeParameter ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , argumentType .getTarget ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( elementReference .getNext ( ) instanceof org.emftext.language.java.references.ReflectiveClassReference ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( parameterType .getTypeArguments ( ) .size ( ) == 1 ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.generics.TypeArgument typeArgument : parameterType .getTypeArguments ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( typeArgument instanceof org.emftext.language.java.generics.QualifiedTypeArgument ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( ( ( org.emftext.language.java.generics.QualifiedTypeArgument ) typeArgument ) .getTypeReference ( ) .getTarget ( ) .equals ( this ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , elementReference .getReferencedType ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( parameterType .getTarget ( ) instanceof org.emftext.language.java.generics.TypeParameter ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;while ( argReference .getNext ( ) instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;argReference = argReference .getNext ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;resultList .add ( 0 , ( ( org.emftext.language.java.references.Reference ) argReference ) .getReferencedType ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;//return type&#xA;if ( method .equals ( typeReference .eContainer ( ) ) ) { &#xA;&#x9;&#x9;&#x9;//bound by the type of a method argument?&#xA;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.Classifier > allSuperTypes = null ; &#xA;&#x9;&#x9;&#x9;for ( org.emftext.language.java.parameters.Parameter parameter : method .getParameters ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;if ( this .equals ( parameter .getTypeReference ( ) .getTarget ( ) ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;idx = method .getParameters ( ) .indexOf ( parameter ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.classifiers.Classifier argumentType = ( org.emftext.language.java.classifiers.Classifier ) methodCall .getArguments ( ) .get ( idx ) .getType ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;if ( allSuperTypes == null ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.Classifier > ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes .add ( argumentType ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes .addAll ( argumentType .getAllSuperClassifiers ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes .add ( argumentType ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.Classifier > allOtherSuperTypes = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.Classifier > ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allOtherSuperTypes .add ( argumentType ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allOtherSuperTypes .addAll ( argumentType .getAllSuperClassifiers ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.Classifier > temp = allSuperTypes ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.Classifier > ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for ( org.emftext.language.java.classifiers.Classifier st : allOtherSuperTypes ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if ( temp .contains ( st ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;allSuperTypes .add ( st ) ; &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;//all types given by all bindings&#xA;if ( allSuperTypes != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;resultList .addAll ( allSuperTypes ) ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;//remove nulls&#xA;for ( java.util.Iterator &lt; ? > it = resultList .iterator ( ) ; it .hasNext ( ) ; ) { &#xA;&#x9;if ( it .next ( ) == null ) { &#xA;&#x9;&#x9;it .remove ( ) ; &#xA;&#x9;} &#xA;} &#xA;if ( resultList .isEmpty ( ) || ( resultList .size ( ) == 1 &amp;&amp; resultList .get ( 0 ) .equals ( this ) ) ) { &#xA;&#x9;return this ; &#xA;} else { &#xA;&#x9;org.emftext.language.java.util.TemporalCompositeClassifier temp = new org.emftext.language.java.util.TemporalCompositeClassifier ( this ) ; &#xA;&#x9;for ( org.emftext.language.java.types.Type aResult : resultList ) { &#xA;&#x9;&#x9;if ( aResult instanceof org.emftext.language.java.types.PrimitiveType ) { &#xA;&#x9;&#x9;&#x9;aResult = ( ( org.emftext.language.java.types.PrimitiveType ) aResult ) .wrapPrimitiveType ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( aResult instanceof org.emftext.language.java.util.TemporalCompositeClassifier ) { &#xA;&#x9;&#x9;&#x9;//flatten&#xA;temp .getSuperTypes ( ) .addAll ( ( ( org.emftext.language.java.util.TemporalCompositeClassifier ) aResult ) .getSuperTypes ( ) ) ; &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;temp .getSuperTypes ( ) .add ( ( org.emftext.language.java.classifiers.Classifier ) aResult ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;temp .getSuperTypes ( ) .add ( this ) ; &#xA;&#x9;return temp ; &#xA;} &#xA;"/> <details key="documentation" value="&#xA; Returns the type bound to the given parameter in the context&#xA; of the given reference.&#xA; &#xA; @param typeReference&#xA; @param reference&#xA; @return bound type or parameter if not bound&#xA;"/> </eAnnotations> <eParameters name="typeReference" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg"/> <eParameters name="reference" eType="#//references/Reference"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownTypeArgument" eSuperTypes="#//generics/TypeArgument"/> </eSubpackages> <eSubpackages name="imports" nsURI="http://www.emftext.org/java/imports" nsPrefix="imports"> <eClassifiers xsi:type="ecore:EClass" name="Import" abstract="true" eSuperTypes="#//commons/NamespaceAwareElement"> <eOperations name="getImportedClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = getNamespacesAsString ( ) ; &#xA;if ( containerName == null ) { &#xA;&#x9;return null ; &#xA;} &#xA;java.lang.String fullQualifiedName = containerName + name ; &#xA;return getConcreteClassifierProxy ( fullQualifiedName ) ; &#xA;"/> <details key="documentation" value="&#xA; Returns the classifier with the given name &#xA; located in the namespace defined by the import.&#xA; &#xA; @param name the name of the classifier&#xA; @return imported classifier (proxy)&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getImportedClassifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="java.lang.String containerName = getNamespacesAsString ( ) ; &#xA;if ( containerName == null ) { &#xA;&#x9;return org.eclipse.emf.common.util.ECollections .emptyEList ( ) ; &#xA;} &#xA;return getConcreteClassifierProxies ( containerName , &quot;*&quot; ) ; &#xA;"/> <details key="documentation" value="&#xA; Returns a list of imported classifiers assuming the import's namespace&#xA; identifies a package.&#xA; &#xA; @param _this &#xA; @return imported classifier (proxy)&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getImportedMembers" upperBound="-1" eType="#//commons/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.ConcreteClassifier concreteClassifier = getClassifierAtNamespaces ( ) ; &#xA;if ( concreteClassifier == null || concreteClassifier .eIsProxy ( ) ) { &#xA;&#x9;return org.eclipse.emf.common.util.ECollections .emptyEList ( ) ; &#xA;} &#xA;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.commons.NamedElement > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.commons.NamedElement > ( ) ; &#xA;result .addAll ( concreteClassifier .getAllMembers ( this ) ) ; &#xA;if ( concreteClassifier instanceof org.emftext.language.java.classifiers.Enumeration ) { &#xA;&#x9;result .addAll ( ( ( org.emftext.language.java.classifiers.Enumeration ) concreteClassifier ) .getConstants ( ) ) ; &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value="&#xA; Returns all imported members assuming the import's namespace&#xA; identifies a classifier.&#xA; &#xA; @param _this &#xA; @return list of imported classifiers (proxies)&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportingElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getDefaultImports" upperBound="-1" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > result = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.classifiers.ConcreteClassifier > ( ) ; &#xA;for ( org.eclipse.emf.ecore.EObject classifier : org.emftext.language.java.JavaClasspath .get ( this ) .getDefaultImports ( ) ) { &#xA;&#x9;result .add ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) classifier ) ; &#xA;} &#xA;return result ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//imports/Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticImport" abstract="true" eSuperTypes="#//imports/Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="static" lowerBound="1" eType="#_Wo2Yv9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierImport" eSuperTypes="#//imports/Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="#//classifiers/ConcreteClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//imports/Import"/> <eClassifiers xsi:type="ecore:EClass" name="StaticClassifierImport" eSuperTypes="#//imports/StaticImport"/> <eClassifiers xsi:type="ecore:EClass" name="StaticMemberImport" eSuperTypes="#//imports/StaticImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticMembers" lowerBound="1" upperBound="-1" eType="#//references/ReferenceableElement"/> </eClassifiers> </eSubpackages> <eSubpackages name="instantiations" nsURI="http://www.emftext.org/java/instantiations" nsPrefix="instantiations"> <eClassifiers xsi:type="ecore:EClass" name="Initializable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiation" abstract="true" eSuperTypes="#_Wo2ZP9z1Ed2bJ_pQViWxFg #//references/Reference #//references/Argumentable #//generics/TypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="NewConstructorCall" eSuperTypes="#//instantiations/Instantiation #//generics/CallTypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//classifiers/AnonymousClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplicitConstructorCall" eSuperTypes="#//instantiations/Instantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTarget" eType="#//literals/Self" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Yntz1Ed2bJ_pQViWxFg" name="literals" nsURI="http://www.emftext.org/java/literals" nsPrefix="literals"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YsNz1Ed2bJ_pQViWxFg" name="Literal" abstract="true" eSuperTypes="#//expressions/PrimaryExpression"> <eOperations name="getOneType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//Overrides implementation in Expression&#xA;org.emftext.language.java.classifiers.Class javaClass = null ; &#xA;if ( this instanceof org.emftext.language.java.literals.NullLiteral ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Void&quot; ) ; &#xA;} else if ( this instanceof org.emftext.language.java.literals.BooleanLiteral ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Boolean&quot; ) ; &#xA;} else if ( this instanceof org.emftext.language.java.literals.DoubleLiteral ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Double&quot; ) ; &#xA;} else if ( this instanceof org.emftext.language.java.literals.FloatLiteral ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Float&quot; ) ; &#xA;} else if ( this instanceof org.emftext.language.java.literals.IntegerLiteral ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Integer&quot; ) ; &#xA;} else if ( this instanceof org.emftext.language.java.literals.LongLiteral ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Long&quot; ) ; &#xA;} else if ( this instanceof org.emftext.language.java.literals.CharacterLiteral ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Character&quot; ) ; &#xA;} &#xA;return javaClass ; &#xA;"/> <details key="documentation" value="&#xA; @return type of the literal&#xA;"/> </eAnnotations> <eParameters name="alternative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Self" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YrNz1Ed2bJ_pQViWxFg" name="BooleanLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_Wo2Yrdz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ypdz1Ed2bJ_pQViWxFg" name="CharacterLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_Wo2Yptz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalFloatLiteral" eSuperTypes="#//literals/FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexFloatLiteral" eSuperTypes="#//literals/FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yotz1Ed2bJ_pQViWxFg" name="DoubleLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalDoubleLiteral" eSuperTypes="#_Wo2Yotz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexDoubleLiteral" eSuperTypes="#_Wo2Yotz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yn9z1Ed2bJ_pQViWxFg" name="IntegerLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LongLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yr9z1Ed2bJ_pQViWxFg" name="NullLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//literals/Self"/> <eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="#//literals/Self"/> </eSubpackages> <eSubpackages name="members" nsURI="http://www.emftext.org/java/members" nsPrefix="members"> <eClassifiers xsi:type="ecore:EClass" name="ExceptionThrower" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#_Wo2ZQ9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="#//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MemberContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getContainedClassifier" eType="#//classifiers/ConcreteClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for ( org.emftext.language.java.members.Member member : getMembers ( ) ) { &#xA;&#x9;if ( member instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; name .equals ( member .getName ( ) ) ) { &#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.ConcreteClassifier ) member ; &#xA;&#x9;} &#xA;} &#xA;for ( org.emftext.language.java.members.Member member : getDefaultMembers ( ) ) { &#xA;&#x9;if ( member instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; name .equals ( member .getName ( ) ) ) { &#xA;&#x9;&#x9;return ( org.emftext.language.java.classifiers.ConcreteClassifier ) member ; &#xA;&#x9;} &#xA;} &#xA;return null ; &#xA;"/> <details key="documentation" value="&#xA; @param name&#xA; @return classifier with the given name defined in this member container&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getContainedField" eType="#//members/Field"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="for ( org.emftext.language.java.members.Member member : getMembers ( ) ) { &#xA;&#x9;if ( member instanceof org.emftext.language.java.members.Field &amp;&amp; name .equals ( member .getName ( ) ) ) { &#xA;&#x9;&#x9;return ( org.emftext.language.java.members.Field ) member ; &#xA;&#x9;} &#xA;} &#xA;for ( org.emftext.language.java.members.Member member : getDefaultMembers ( ) ) { &#xA;&#x9;if ( member instanceof org.emftext.language.java.members.Field &amp;&amp; name .equals ( member .getName ( ) ) ) { &#xA;&#x9;&#x9;return ( org.emftext.language.java.members.Field ) member ; &#xA;&#x9;} &#xA;} &#xA;return null ; &#xA;"/> <details key="documentation" value="&#xA; @param name&#xA; @return field with the given name defined in this member container&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getContainedMethod" eType="#//members/Method"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.members.Method found = null ; &#xA;for ( org.emftext.language.java.members.Member member : getMembers ( ) ) { &#xA;&#x9;if ( member instanceof org.emftext.language.java.members.Method &amp;&amp; name .equals ( member .getName ( ) ) ) { &#xA;&#x9;&#x9;if ( found != null ) { &#xA;&#x9;&#x9;&#x9;return null ; &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;found = ( org.emftext.language.java.members.Method ) member ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;for ( org.emftext.language.java.members.Member member : getDefaultMembers ( ) ) { &#xA;&#x9;if ( member instanceof org.emftext.language.java.members.Method &amp;&amp; name .equals ( member .getName ( ) ) ) { &#xA;&#x9;&#x9;if ( found != null ) { &#xA;&#x9;&#x9;&#x9;return null ; &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;found = ( org.emftext.language.java.members.Method ) member ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;return found ; &#xA;"/> <details key="documentation" value="&#xA; @param name&#xA; @return method with the given name defined in this member container;&#xA; null, if there is no such method &#xA; or if there are multiple methods with the same name&#xA;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//members/Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMembers" upperBound="-1" eType="#//members/Member" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalField" eSuperTypes="#//references/ReferenceableElement #//arrays/ArrayTypeable #//instantiations/Initializable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this .getArrayDimensionsBefore ( ) .size ( ) + this .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;return size ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//members/Member #//statements/StatementListContainer #//parameters/Parametrizable #//generics/TypeParametrizable #//members/ExceptionThrower #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyMember" eSuperTypes="#//members/Member"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//members/Member #//instantiations/Initializable #//variables/Variable #//references/ReferenceableElement #//modifiers/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalFields" upperBound="-1" eType="#//members/AdditionalField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" abstract="true" eSuperTypes="#//members/Member #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//generics/TypeParametrizable #//parameters/Parametrizable #//references/ReferenceableElement #//members/ExceptionThrower #//modifiers/AnnotableAndModifiable"> <eOperations name="isMethodForCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.Type > argumentTypeList = methodCall .getArgumentTypes ( ) ; &#xA;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.parameters.Parameter > parameterList = new org.eclipse.emf.common.util.BasicEList &lt; org.emftext.language.java.parameters.Parameter > ( this .getParameters ( ) ) ; &#xA;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.Type > parameterTypeList = new org.eclipse.emf.common.util.BasicEList &lt; org.emftext.language.java.types.Type > ( ) ; &#xA;for ( org.emftext.language.java.parameters.Parameter parameter : parameterList ) { &#xA;&#x9;//determine types before messing with the parameters&#xA;parameterTypeList .add ( parameter .getTypeReference ( ) .getBoundTarget ( methodCall ) ) ; &#xA;} &#xA;if ( ! parameterList .isEmpty ( ) ) { &#xA;&#x9;org.emftext.language.java.parameters.Parameter lastParameter = parameterList .get ( parameterList .size ( ) - 1 ) ; &#xA;&#x9;org.emftext.language.java.types.Type lastParameterType = parameterTypeList .get ( parameterTypeList .size ( ) - 1 ) ; &#xA;&#x9;; &#xA;&#x9;if ( lastParameter instanceof org.emftext.language.java.parameters.VariableLengthParameter ) { &#xA;&#x9;&#x9;//in case of variable length add/remove some parameters&#xA;while ( parameterList .size ( ) &lt; argumentTypeList .size ( ) ) { &#xA;&#x9;&#x9;&#x9;if ( needsPerfectMatch ) return false ; &#xA;&#x9;&#x9;&#x9;parameterList .add ( lastParameter ) ; &#xA;&#x9;&#x9;&#x9;parameterTypeList .add ( lastParameterType ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( parameterList .size ( ) > argumentTypeList .size ( ) ) { &#xA;&#x9;&#x9;&#x9;if ( needsPerfectMatch ) return false ; &#xA;&#x9;&#x9;&#x9;parameterList .remove ( lastParameter ) ; &#xA;&#x9;&#x9;&#x9;parameterTypeList .remove ( parameterTypeList .size ( ) - 1 ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;if ( parameterList .size ( ) == argumentTypeList .size ( ) ) { &#xA;&#x9;boolean parametersMatch = true ; &#xA;&#x9;for ( int i = 0 ; i &lt; argumentTypeList .size ( ) ; i ++ ) { &#xA;&#x9;&#x9;org.emftext.language.java.parameters.Parameter parameter = parameterList .get ( i ) ; &#xA;&#x9;&#x9;org.emftext.language.java.expressions.Expression argument = methodCall .getArguments ( ) .get ( i ) ; &#xA;&#x9;&#x9;org.emftext.language.java.types.Type parameterType = parameterTypeList .get ( i ) ; &#xA;&#x9;&#x9;org.emftext.language.java.types.Type argumentType = argumentTypeList .get ( i ) ; &#xA;&#x9;&#x9;if ( argumentType == null || parameterType == null ) { &#xA;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( parameterType != null &amp;&amp; argumentType != null ) { &#xA;&#x9;&#x9;&#x9;if ( ! parameterType .eIsProxy ( ) || ! argumentType .eIsProxy ( ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;if ( needsPerfectMatch ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;parametersMatch = parametersMatch &amp;&amp; argumentType .equalsType ( argument .getArrayDimension ( ) , parameterType , parameter .getArrayDimension ( ) ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;parametersMatch = parametersMatch &amp;&amp; argumentType .isSuperType ( argument .getArrayDimension ( ) , parameterType , parameter ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;return parametersMatch ; &#xA;} &#xA;return false ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="methodCall" eType="#//references/MethodCall"/> <eParameters name="needsPerfectMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="isSomeMethodForCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return isMethodForCall ( methodCall , false ) ; &#xA;"/> <details key="documentation" value="&#xA; Decides if the given method matches the given call. &#xA; &#xA; @param methodCall&#xA; @return&#xA;"/> </eAnnotations> <eParameters name="methodCall" eType="#//references/MethodCall"/> </eOperations> <eOperations name="isBetterMethodForCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( ! isMethodForCall ( methodCall , false ) ) { &#xA;&#x9;return false ; &#xA;} &#xA;if ( otherMethod .isMethodForCall ( methodCall , true ) ) { &#xA;&#x9;//the other already matches perfectly; I am not better&#xA;return false ; &#xA;} &#xA;if ( ! otherMethod .isMethodForCall ( methodCall , false ) ) { &#xA;&#x9;//I match, but the other does not&#xA;return true ; &#xA;} &#xA;//we both match, I am only better if I match perfectly &lt;- &#xA;//TODO #763: this is not enough: we need to check for &quot;nearest subtype&quot; here&#xA;return isMethodForCall ( methodCall , true ) ; &#xA;"/> <details key="documentation" value="&#xA; Only returns true if the given Method is a better match for the given calls than the&#xA; otherMethod given.&#xA; &#xA; @param otherMethod&#xA; @param methodCall&#xA; @return&#xA;"/> </eAnnotations> <eParameters name="otherMethod" eType="#//members/Method"/> <eParameters name="methodCall" eType="#//references/MethodCall"/> </eOperations> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this .getArrayDimensionsBefore ( ) .size ( ) + this .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;if ( this instanceof org.emftext.language.java.parameters.VariableLengthParameter ) { &#xA;&#x9;size ++ ; &#xA;} &#xA;return size ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod" eSuperTypes="#//members/Method"/> <eClassifiers xsi:type="ecore:EClass" name="ClassMethod" eSuperTypes="#//members/Method #//statements/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" name="EnumConstant" eSuperTypes="#//references/ReferenceableElement #//references/Argumentable #//annotations/Annotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//classifiers/AnonymousClass" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Ystz1Ed2bJ_pQViWxFg" name="modifiers" nsURI="http://www.emftext.org/java/modifiers" nsPrefix="modifiers"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ys9z1Ed2bJ_pQViWxFg" name="Modifier" abstract="true" eSuperTypes="#//modifiers/AnnotationInstanceOrModifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationInstanceOrModifier" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotableAndModifiable" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="isHidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//all members of an interface are public by default&#xA;if ( this .eContainer ( ) instanceof org.emftext.language.java.classifiers.Interface ) { &#xA;&#x9;return false ; &#xA;} &#xA;if ( context .eIsProxy ( ) ) { &#xA;&#x9;context = ( org.emftext.language.java.commons.Commentable ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( context , this ) ; &#xA;} &#xA;org.emftext.language.java.classifiers.ConcreteClassifier contextClassifier = context .getContainingConcreteClassifier ( ) ; &#xA;org.emftext.language.java.classifiers.ConcreteClassifier myClassifier = ( ( org.emftext.language.java.commons.Commentable ) eContainer ( ) ) .getParentConcreteClassifier ( ) ; &#xA;//special case: self reference to outer instance&#xA;if ( context instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;if ( ( ( org.emftext.language.java.references.Reference ) context ) .getPrevious ( ) instanceof org.emftext.language.java.references.SelfReference ) { &#xA;&#x9;&#x9;org.emftext.language.java.references.SelfReference selfReference = ( org.emftext.language.java.references.SelfReference ) ( ( org.emftext.language.java.references.Reference ) context ) .getPrevious ( ) ; &#xA;&#x9;&#x9;if ( selfReference .getSelf ( ) instanceof org.emftext.language.java.literals.Self ) { &#xA;&#x9;&#x9;&#x9;if ( selfReference .getPrevious ( ) != null ) { &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.types.Type type = selfReference .getPrevious ( ) .getReferencedType ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( type instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;contextClassifier = ( org.emftext.language.java.classifiers.ConcreteClassifier ) type ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} &#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : this .getAnnotationsAndModifiers ( ) ) { &#xA;&#x9;if ( modifier instanceof org.emftext.language.java.modifiers.Private ) { &#xA;&#x9;&#x9;if ( myClassifier .equalsType ( 0 , contextClassifier , 0 ) ) { &#xA;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} &#xA;&#x9;if ( modifier instanceof org.emftext.language.java.modifiers.Public ) { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;&#x9;if ( modifier instanceof org.emftext.language.java.modifiers.Protected ) { &#xA;&#x9;&#x9;//package visibility&#xA;if ( getContainingPackageName ( ) != null &amp;&amp; getContainingPackageName ( ) .equals ( context .getContainingPackageName ( ) ) ) { &#xA;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;//try outer classifiers as well &#xA;while ( contextClassifier instanceof org.emftext.language.java.classifiers.Classifier ) { &#xA;&#x9;&#x9;&#x9;if ( contextClassifier .isSuperType ( 0 , myClassifier , null ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;contextClassifier = ( ( org.emftext.language.java.commons.Commentable ) contextClassifier .eContainer ( ) ) .getParentConcreteClassifier ( ) ; &#xA;&#x9;&#x9;&#x9;if ( contextClassifier != null &amp;&amp; ! contextClassifier .eIsProxy ( ) &amp;&amp; contextClassifier .isSuperType ( 0 , myClassifier , null ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;//visibility through anonymous subclass&#xA;org.emftext.language.java.classifiers.AnonymousClass anonymousClass = context .getContainingAnonymousClass ( ) ; &#xA;&#x9;&#x9;while ( anonymousClass != null ) { &#xA;&#x9;&#x9;&#x9;contextClassifier = anonymousClass .getSuperClassifier ( ) ; &#xA;&#x9;&#x9;&#x9;if ( contextClassifier == null ) { &#xA;&#x9;&#x9;&#x9;&#x9;return true ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;if ( contextClassifier .isSuperType ( 0 , myClassifier , null ) ) { &#xA;&#x9;&#x9;&#x9;&#x9;return false ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;anonymousClass = ( ( org.emftext.language.java.commons.Commentable ) anonymousClass .eContainer ( ) ) .getContainingAnonymousClass ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} &#xA;} &#xA;//package visibility?&#xA;if ( getContainingPackageName ( ) != null &amp;&amp; getContainingPackageName ( ) .equals ( context .getContainingPackageName ( ) ) ) { &#xA;&#x9;return false ; &#xA;} &#xA;return true ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> <eOperations name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//all members of an interface as static by default&#xA;if ( this .eContainer ( ) instanceof org.emftext.language.java.classifiers.Interface ) { &#xA;&#x9;return true ; &#xA;} &#xA;for ( org.emftext.language.java.modifiers.AnnotationInstanceOrModifier modifier : this .getAnnotationsAndModifiers ( ) ) { &#xA;&#x9;if ( modifier instanceof org.emftext.language.java.modifiers.Static ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} &#xA;} &#xA;return false ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationsAndModifiers" upperBound="-1" eType="#//modifiers/AnnotationInstanceOrModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifiable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#_Wo2Ys9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yt9z1Ed2bJ_pQViWxFg" name="Abstract" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yvdz1Ed2bJ_pQViWxFg" name="Final" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ywdz1Ed2bJ_pQViWxFg" name="Native" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yudz1Ed2bJ_pQViWxFg" name="Protected" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ytdz1Ed2bJ_pQViWxFg" name="Public" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yu9z1Ed2bJ_pQViWxFg" name="Private" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yv9z1Ed2bJ_pQViWxFg" name="Static" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yydz1Ed2bJ_pQViWxFg" name="Strictfp" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yw9z1Ed2bJ_pQViWxFg" name="Synchronized" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yxdz1Ed2bJ_pQViWxFg" name="Transient" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yx9z1Ed2bJ_pQViWxFg" name="Volatile" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> </eSubpackages> <eSubpackages name="operators" nsURI="http://www.emftext.org/java/operators" nsPrefix="operators"> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="EqualityOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="RelationOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="ShiftOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentAnd" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentDivision" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExclusiveOr" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMinus" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentModulo" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMultiplication" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentLeftShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOr" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentPlus" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentRightShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentUnsignedRightShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//operators/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//operators/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqual" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqual" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Addition" eSuperTypes="#//operators/AdditiveOperator #//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtraction" eSuperTypes="#//operators/AdditiveOperator #//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Remainder" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Complement" eSuperTypes="#//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MinusMinus" eSuperTypes="#//operators/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PlusPlus" eSuperTypes="#//operators/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LeftShift" eSuperTypes="#//operators/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="RightShift" eSuperTypes="#//operators/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="UnsignedRightShift" eSuperTypes="#//operators/ShiftOperator"/> </eSubpackages> <eSubpackages name="parameters" nsURI="http://www.emftext.org/java/parameters" nsPrefix="parameters"> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//variables/Variable #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="Parametrizable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//parameters/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinaryParameter" eSuperTypes="#//parameters/Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="VariableLengthParameter" eSuperTypes="#//parameters/Parameter"/> </eSubpackages> <eSubpackages name="references" nsURI="http://www.emftext.org/java/references" nsPrefix="references"> <eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="#//expressions/PrimaryExpression #//generics/TypeArgumentable"> <eOperations name="getReferencedType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( this instanceof org.emftext.language.java.literals.Literal ) { &#xA;&#x9;return ( ( org.emftext.language.java.literals.Literal ) this ) .getType ( ) ; &#xA;} &#xA;org.emftext.language.java.types.Type type = null ; &#xA;//referenced element point to a type&#xA;//element points to this or super&#xA;if ( this instanceof org.emftext.language.java.types.TypedElement ) { &#xA;&#x9;org.emftext.language.java.types.TypeReference typeRef = ( ( org.emftext.language.java.types.TypedElement ) this ) .getTypeReference ( ) ; &#xA;&#x9;type = typeRef .getBoundTarget ( this ) ; &#xA;} else //element points to the object's class object&#xA;if ( this instanceof org.emftext.language.java.references.SelfReference ) { &#xA;&#x9;org.emftext.language.java.types.Type thisClass = null ; &#xA;&#x9;if ( this .getPrevious ( ) != null ) { &#xA;&#x9;&#x9;thisClass = this .getPrevious ( ) .getReferencedType ( ) ; &#xA;&#x9;} else { &#xA;&#x9;&#x9;org.emftext.language.java.classifiers.AnonymousClass anonymousContainer = getContainingAnonymousClass ( ) ; &#xA;&#x9;&#x9;if ( anonymousContainer != null ) { &#xA;&#x9;&#x9;&#x9;thisClass = anonymousContainer ; &#xA;&#x9;&#x9;} else { &#xA;&#x9;&#x9;&#x9;thisClass = getContainingConcreteClassifier ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;//find super class if &quot;self&quot; is &quot;super&quot;&#xA;if ( ( ( org.emftext.language.java.references.SelfReference ) this ) .getSelf ( ) instanceof org.emftext.language.java.literals.Super ) { &#xA;&#x9;&#x9;if ( thisClass instanceof org.emftext.language.java.classifiers.Class ) { &#xA;&#x9;&#x9;&#x9;return ( ( org.emftext.language.java.classifiers.Class ) thisClass ) .getSuperClass ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;&#x9;if ( thisClass instanceof org.emftext.language.java.classifiers.AnonymousClass ) { &#xA;&#x9;&#x9;&#x9;return ( ( org.emftext.language.java.classifiers.AnonymousClass ) thisClass ) .getSuperClassifier ( ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;return thisClass ; &#xA;} else //referenced element points to an element with a type&#xA;if ( this instanceof org.emftext.language.java.references.ReflectiveClassReference ) { &#xA;&#x9;return getClassClass ( ) ; &#xA;} else //Strings may also appear as reference&#xA;if ( this instanceof org.emftext.language.java.references.ElementReference ) { &#xA;&#x9;org.emftext.language.java.references.ReferenceableElement target = ( org.emftext.language.java.references.ReferenceableElement ) ( ( org.emftext.language.java.references.ElementReference ) this ) .getTarget ( ) ; &#xA;&#x9;if ( target .eIsProxy ( ) ) { &#xA;&#x9;&#x9;type = null ; &#xA;&#x9;} &#xA;&#x9;//Navigate through AdditionalLocalVariable or Field&#xA;if ( target instanceof org.emftext.language.java.variables.AdditionalLocalVariable ) { &#xA;&#x9;&#x9;target = ( org.emftext.language.java.references.ReferenceableElement ) target .eContainer ( ) ; &#xA;&#x9;} &#xA;&#x9;if ( target instanceof org.emftext.language.java.members.AdditionalField ) { &#xA;&#x9;&#x9;target = ( org.emftext.language.java.references.ReferenceableElement ) target .eContainer ( ) ; &#xA;&#x9;} &#xA;&#x9;if ( target instanceof org.emftext.language.java.types.TypedElement ) { &#xA;&#x9;&#x9;org.emftext.language.java.types.TypeReference typeRef = ( ( org.emftext.language.java.types.TypedElement ) target ) .getTypeReference ( ) ; &#xA;&#x9;&#x9;if ( typeRef != null ) { &#xA;&#x9;&#x9;&#x9;type = typeRef .getBoundTarget ( this ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} else /*e.g. Annotation*/if ( target instanceof org.emftext.language.java.types.Type ) { &#xA;&#x9;&#x9;return ( org.emftext.language.java.types.Type ) target ; &#xA;&#x9;} else if ( target instanceof org.emftext.language.java.members.EnumConstant ) { &#xA;&#x9;&#x9;type = ( org.emftext.language.java.classifiers.Enumeration ) target .eContainer ( ) ; &#xA;&#x9;} &#xA;} else if ( this instanceof org.emftext.language.java.references.StringReference ) { &#xA;&#x9;return getStringClass ( ) ; &#xA;} else if ( this instanceof org.emftext.language.java.expressions.NestedExpression ) { &#xA;&#x9;type = ( ( org.emftext.language.java.expressions.NestedExpression ) this ) .getExpression ( ) .getType ( ) ; &#xA;} else if ( this instanceof org.emftext.language.java.references.PrimitiveTypeReference ) { &#xA;&#x9;type = ( ( org.emftext.language.java.references.PrimitiveTypeReference ) this ) .getPrimitiveType ( ) ; &#xA;} else { &#xA;&#x9;assert ( false ) ; &#xA;} &#xA;return type ; &#xA;"/> <details key="documentation" value="&#xA; Determines the &lt;code>Type&lt;/code> of the reference. That is,&#xA; either the type to which the reference points directly, or the&#xA; type of the element to which the reference points.&#xA; &#xA; @return the determined type&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getPrevious" eType="#//references/Reference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( eContainer() instanceof org.emftext.language.java.references.Reference ) { &#xA;&#x9;&#x9;&#x9; Reference container = (Reference) eContainer( ) ; &#xA;&#x9;&#x9;&#x9; if (this.equals(container.getNext())) {&#xA;&#x9;&#x9;&#x9;&#x9; return container;&#xA;&#x9;&#x9;&#x9; }&#xA;}&#xA;return null;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//references/Reference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraySelectors" upperBound="-1" eType="#//arrays/ArraySelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getArgumentTypes" upperBound="-1" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.Type > resultList = new org.eclipse.emf.common.util.BasicEList &lt; org.emftext.language.java.types.Type > ( ) ; &#xA;for ( org.emftext.language.java.expressions.Expression exp : getArguments ( ) ) { &#xA;&#x9;org.emftext.language.java.types.Type type = exp .getType ( ) ; &#xA;&#x9;resultList .add ( type ) ; &#xA;} &#xA;return resultList ; &#xA;"/> <details key="documentation" value="&#xA; @return list of types of my arguments&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceableElement" abstract="true" eSuperTypes="#//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ElementReference" abstract="true" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//references/ReferenceableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//references/ElementReference"/> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//references/ElementReference #//references/Argumentable #//generics/CallTypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveClassReference" eSuperTypes="#//references/Reference"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveType" lowerBound="1" eType="#_Wo2ZR9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="self" eType="#//literals/Self" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Yy9z1Ed2bJ_pQViWxFg" name="statements" nsURI="http://www.emftext.org/java/statements" nsPrefix="statements"> <eClassifiers xsi:type="ecore:EClass" name="StatementContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementListContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y9tz1Ed2bJ_pQViWxFg" name="ForLoopInitializer" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YzNz1Ed2bJ_pQViWxFg" name="Statement" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y4tz1Ed2bJ_pQViWxFg" name="SwitchCase" abstract="true" eSuperTypes="#//statements/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yztz1Ed2bJ_pQViWxFg" name="Assert" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y0tz1Ed2bJ_pQViWxFg" name="errorMessage" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZI9z1Ed2bJ_pQViWxFg" name="Break" eSuperTypes="#//statements/Jump"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//members/Member #_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer #//modifiers/Modifiable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZD9z1Ed2bJ_pQViWxFg" name="CatchBlock" eSuperTypes="#//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZEdz1Ed2bJ_pQViWxFg" name="parameter" lowerBound="1" eType="#//parameters/OrdinaryParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y1Nz1Ed2bJ_pQViWxFg" name="Condition" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y2tz1Ed2bJ_pQViWxFg" name="elseStatement" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZJ9z1Ed2bJ_pQViWxFg" name="Continue" eSuperTypes="#//statements/Jump"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y69z1Ed2bJ_pQViWxFg" name="DefaultSwitchCase" eSuperTypes="#_Wo2Y4tz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZBtz1Ed2bJ_pQViWxFg" name="DoWhileLoop" eSuperTypes="#_Wo2ZANz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZK9z1Ed2bJ_pQViWxFg" name="EmptyStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZMtz1Ed2bJ_pQViWxFg" name="ExpressionStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZNNz1Ed2bJ_pQViWxFg" name="expression" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y7dz1Ed2bJ_pQViWxFg" name="ForLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y79z1Ed2bJ_pQViWxFg" name="init" eType="#_Wo2Y9tz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y8tz1Ed2bJ_pQViWxFg" name="updates" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y-Nz1Ed2bJ_pQViWxFg" name="ForEachLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y-tz1Ed2bJ_pQViWxFg" name="next" eType="#//parameters/OrdinaryParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y_Nz1Ed2bJ_pQViWxFg" name="collection" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Jump" abstract="true" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#_Wo2ZLdz1Ed2bJ_pQViWxFg"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZLdz1Ed2bJ_pQViWxFg" name="JumpLabel" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZNtz1Ed2bJ_pQViWxFg" name="LocalVariableStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZONz1Ed2bJ_pQViWxFg" name="variable" eType="#//variables/LocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y6dz1Ed2bJ_pQViWxFg" name="NormalSwitchCase" eSuperTypes="#_Wo2Y4tz1Ed2bJ_pQViWxFg #//statements/Conditional"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZG9z1Ed2bJ_pQViWxFg" name="Return" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZHdz1Ed2bJ_pQViWxFg" name="returnValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y3Nz1Ed2bJ_pQViWxFg" name="Switch" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y3tz1Ed2bJ_pQViWxFg" name="cases" upperBound="-1" eType="#_Wo2Y4tz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y4Nz1Ed2bJ_pQViWxFg" name="variable" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZFdz1Ed2bJ_pQViWxFg" name="SynchronizedBlock" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZF9z1Ed2bJ_pQViWxFg" name="lockProvider" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZH9z1Ed2bJ_pQViWxFg" name="Throw" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZIdz1Ed2bJ_pQViWxFg" name="throwable" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZCNz1Ed2bJ_pQViWxFg" name="TryBlock" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZDtz1Ed2bJ_pQViWxFg" name="catcheBlocks" upperBound="-1" eType="#_Wo2ZD9z1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZDNz1Ed2bJ_pQViWxFg" name="finallyBlock" eType="#//statements/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZANz1Ed2bJ_pQViWxFg" name="WhileLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZAtz1Ed2bJ_pQViWxFg" name="condition" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2ZOtz1Ed2bJ_pQViWxFg" name="types" nsURI="http://www.emftext.org/java/types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZO9z1Ed2bJ_pQViWxFg" name="Type" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="equalsType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.Type _this = this ; &#xA;//do comparison on the classifier level&#xA;if ( _this instanceof org.emftext.language.java.types.PrimitiveType ) { &#xA;&#x9;_this = ( ( org.emftext.language.java.types.PrimitiveType ) _this ) .wrapPrimitiveType ( ) ; &#xA;} &#xA;if ( otherType instanceof org.emftext.language.java.types.PrimitiveType ) { &#xA;&#x9;otherType = ( ( org.emftext.language.java.types.PrimitiveType ) otherType ) .wrapPrimitiveType ( ) ; &#xA;} &#xA;if ( arrayDimension == otherArrayDimension &amp;&amp; otherType instanceof org.emftext.language.java.classifiers.Classifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.Classifier &amp;&amp; ( otherType .equals ( _this ) ) ) { &#xA;&#x9;return true ; &#xA;} &#xA;return false ; &#xA;"/> <details key="documentation" value="&#xA; @param arrayDimension&#xA; @param otherType&#xA; @param otherArrayDimension&#xA; @return if both type are equal&#xA;"/> </eAnnotations> <eParameters name="arrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eParameters name="otherType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"/> <eParameters name="otherArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eOperations> <eOperations name="isSuperType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if ( otherType == null ) { &#xA;&#x9;return false ; &#xA;} &#xA;org.emftext.language.java.types.Type _this = this ; &#xA;if ( _this instanceof org.emftext.language.java.util.TemporalCompositeClassifier || otherType instanceof org.emftext.language.java.util.TemporalCompositeClassifier ) { &#xA;&#x9;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.Type > _thisTypeList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.types.Type > ( ) ; &#xA;&#x9;org.eclipse.emf.common.util.EList &lt; org.emftext.language.java.types.Type > otherTypeList = new org.emftext.language.java.util.UniqueEList &lt; org.emftext.language.java.types.Type > ( ) ; &#xA;&#x9;if ( _this instanceof org.emftext.language.java.util.TemporalCompositeClassifier ) { &#xA;&#x9;&#x9;for ( org.eclipse.emf.ecore.EObject aType : ( ( org.emftext.language.java.util.TemporalCompositeClassifier ) _this ) .getSuperTypes ( ) ) { &#xA;&#x9;&#x9;&#x9;_thisTypeList .add ( ( org.emftext.language.java.types.Type ) aType ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} else { &#xA;&#x9;&#x9;_thisTypeList .add ( _this ) ; &#xA;&#x9;} &#xA;&#x9;if ( otherType instanceof org.emftext.language.java.util.TemporalCompositeClassifier ) { &#xA;&#x9;&#x9;for ( org.eclipse.emf.ecore.EObject aType : ( ( org.emftext.language.java.util.TemporalCompositeClassifier ) otherType ) .getSuperTypes ( ) ) { &#xA;&#x9;&#x9;&#x9;otherTypeList .add ( ( org.emftext.language.java.types.Type ) aType ) ; &#xA;&#x9;&#x9;} &#xA;&#x9;} else { &#xA;&#x9;&#x9;otherTypeList .add ( _this ) ; &#xA;&#x9;} &#xA;&#x9;for ( org.emftext.language.java.types.Type one_thisType : _thisTypeList ) { &#xA;&#x9;&#x9;for ( org.emftext.language.java.types.Type oneOtherType : otherTypeList ) { &#xA;&#x9;&#x9;&#x9;boolean result = one_thisType .isSuperType ( arrayDimension , oneOtherType , otherArrayType ) ; &#xA;&#x9;&#x9;&#x9;if ( result ) { &#xA;&#x9;&#x9;&#x9;&#x9;return true ; &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;&#x9;return false ; &#xA;} &#xA;//if I am a void, I am of every type&#xA;if ( _this .equals ( getLibClass ( &quot;Void&quot; ) ) ) { &#xA;&#x9;return true ; &#xA;} &#xA;//if the other is Object I am a subtype in any case (also array dimensions do not matter)&#xA;if ( otherType .equals ( getObjectClass ( ) ) ) { &#xA;&#x9;return true ; &#xA;} &#xA;//String, primitives, and arrays are serializable&#xA;org.emftext.language.java.classifiers.ConcreteClassifier serializableClass = ( org.emftext.language.java.classifiers.ConcreteClassifier ) org.eclipse.emf.ecore.util.EcoreUtil .resolve ( getConcreteClassifierProxy ( &quot;java.io.Serializable&quot; ) , _this ) ; &#xA;if ( otherType .equals ( serializableClass ) ) { &#xA;&#x9;if ( _this .equals ( serializableClass ) ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} else if ( _this .equals ( getStringClass ( ) ) ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} else if ( _this instanceof org.emftext.language.java.types.PrimitiveType ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} else if ( arrayDimension > 0 ) { &#xA;&#x9;&#x9;//all arrays are serializable&#xA;return true ; &#xA;&#x9;} &#xA;} &#xA;//if one of us is a parameter to the best of my knowledge, we might match&#xA;if ( _this instanceof org.emftext.language.java.generics.TypeParameter ) { &#xA;&#x9;return true ; &#xA;} &#xA;if ( otherType instanceof org.emftext.language.java.generics.TypeParameter ) { &#xA;&#x9;return true ; &#xA;} &#xA;//if array dimensions do not match, I am no subtype&#xA;boolean isTypeParameter = false ; &#xA;if ( otherArrayType instanceof org.emftext.language.java.types.TypedElement ) { &#xA;&#x9;org.emftext.language.java.types.Type type = ( ( org.emftext.language.java.types.TypedElement ) otherArrayType ) .getTypeReference ( ) .getTarget ( ) ; &#xA;&#x9;isTypeParameter = type instanceof org.emftext.language.java.generics.TypeParameter ; &#xA;} &#xA;boolean isVariableLengthParameter = otherArrayType instanceof org.emftext.language.java.parameters.VariableLengthParameter ; &#xA;long otherArrayDim = 0 ; &#xA;if ( otherArrayType != null ) { &#xA;&#x9;otherArrayDim = otherArrayType .getArrayDimension ( ) ; &#xA;} &#xA;if ( isTypeParameter &amp;&amp; isVariableLengthParameter ) { &#xA;&#x9;if ( arrayDimension != otherArrayDim &amp;&amp; arrayDimension != otherArrayDim - 1 &amp;&amp; arrayDimension &lt; otherArrayDim ) { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;} else if ( isTypeParameter ) { &#xA;&#x9;if ( arrayDimension &lt; otherArrayDim ) { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;} else if ( isVariableLengthParameter ) { &#xA;&#x9;if ( arrayDimension != otherArrayDim &amp;&amp; arrayDimension != otherArrayDim - 1 ) { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;} else { &#xA;&#x9;if ( arrayDimension != otherArrayDim ) { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;} &#xA;//annotations&#xA;if ( _this instanceof org.emftext.language.java.classifiers.Annotation &amp;&amp; ( otherType .equals ( getAnnotationInterface ( ) ) || ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) _this ) .getAllSuperClassifiers ( ) .contains ( getAnnotationInterface ( ) ) ) ) { &#xA;&#x9;return true ; &#xA;} &#xA;//do comparison on the classifier level&#xA;if ( _this instanceof org.emftext.language.java.types.PrimitiveType ) { &#xA;&#x9;_this = ( ( org.emftext.language.java.types.PrimitiveType ) _this ) .wrapPrimitiveType ( ) ; &#xA;} &#xA;if ( otherType instanceof org.emftext.language.java.types.PrimitiveType ) { &#xA;&#x9;otherType = ( ( org.emftext.language.java.types.PrimitiveType ) otherType ) .wrapPrimitiveType ( ) ; &#xA;} &#xA;//compare in type hierarchy&#xA;if ( otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; ( otherType .equals ( _this ) || ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) _this ) .getAllSuperClassifiers ( ) .contains ( otherType ) ) ) { &#xA;&#x9;return true ; &#xA;} &#xA;if ( otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier &amp;&amp; _this instanceof org.emftext.language.java.classifiers.AnonymousClass &amp;&amp; ( ( org.emftext.language.java.classifiers.AnonymousClass ) _this ) .getAllSuperClassifiers ( ) .contains ( otherType ) ) { &#xA;&#x9;return true ; &#xA;} &#xA;//everything can be implicitly casted to CharSequence, so I match when the other type is a CharSequence&#xA;org.emftext.language.java.classifiers.Interface charSequenceClass = getLibInterface ( &quot;CharSequence&quot; ) ; &#xA;if ( otherType instanceof org.emftext.language.java.classifiers.ConcreteClassifier ) { &#xA;&#x9;if ( otherType .equals ( charSequenceClass ) || ( ( org.emftext.language.java.classifiers.ConcreteClassifier ) otherType ) .getAllSuperClassifiers ( ) .contains ( charSequenceClass ) ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} &#xA;} &#xA;//there are some specifics for primitive types not reflected in the type hierarchy&#xA;if ( otherType instanceof org.emftext.language.java.classifiers.Class ) { &#xA;&#x9;org.emftext.language.java.types.PrimitiveType primitiveType = ( ( org.emftext.language.java.classifiers.Class ) otherType ) .unWrapPrimitiveType ( ) ; &#xA;&#x9;if ( primitiveType == null ) { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;&#x9;otherType = primitiveType ; &#xA;} &#xA;if ( _this instanceof org.emftext.language.java.classifiers.Class ) { &#xA;&#x9;org.emftext.language.java.types.PrimitiveType primitiveType = ( ( org.emftext.language.java.classifiers.Class ) _this ) .unWrapPrimitiveType ( ) ; &#xA;&#x9;if ( primitiveType == null ) { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;&#x9;_this = primitiveType ; &#xA;} &#xA;if ( _this instanceof org.emftext.language.java.types.Boolean ) { &#xA;&#x9;if ( otherType instanceof org.emftext.language.java.types.Boolean ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} else { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;} &#xA;if ( _this instanceof org.emftext.language.java.types.Byte || _this instanceof org.emftext.language.java.types.Int || _this instanceof org.emftext.language.java.types.Short || _this instanceof org.emftext.language.java.types.Long || _this instanceof org.emftext.language.java.types.Char ) { &#xA;&#x9;if ( otherType instanceof org.emftext.language.java.types.Byte || otherType instanceof org.emftext.language.java.types.Int || otherType instanceof org.emftext.language.java.types.Short || otherType instanceof org.emftext.language.java.types.Long || otherType instanceof org.emftext.language.java.types.Char || otherType instanceof org.emftext.language.java.types.Float || otherType instanceof org.emftext.language.java.types.Double ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} else { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;} &#xA;if ( _this instanceof org.emftext.language.java.types.Float || _this instanceof org.emftext.language.java.types.Double ) { &#xA;&#x9;if ( otherType instanceof org.emftext.language.java.types.Float || otherType instanceof org.emftext.language.java.types.Double ) { &#xA;&#x9;&#x9;return true ; &#xA;&#x9;} else { &#xA;&#x9;&#x9;return false ; &#xA;&#x9;} &#xA;} &#xA;return false ; &#xA;"/> <details key="documentation" value="&#xA; @param arrayDimension&#xA; @param otherType&#xA; @param otherArrayType&#xA; @return if the other type is equal to me or a super type of me&#xA;"/> </eAnnotations> <eParameters name="arrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eParameters name="otherType" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"/> <eParameters name="otherArrayType" eType="#//arrays/ArrayTypeable"/> </eOperations> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="//method has to be specified in subclasses&#xA;throw new java.lang.UnsupportedOperationException ( ) ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZP9z1Ed2bJ_pQViWxFg" name="TypedElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZQdz1Ed2bJ_pQViWxFg" name="typeReference" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZPdz1Ed2bJ_pQViWxFg" name="TypeReference" abstract="true" eSuperTypes="#//commons/Commentable"> <eOperations name="getTarget" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getBoundTarget ( null ) ; &#xA;"/> <details key="documentation" value="&#xA; Returns the type referenced by this &lt;code>TypeReference&lt;/code>&#xA; considering all concrete subclasses of &lt;code>TypeReference&lt;/code> used&#xA; by the Java metamodel. &#xA; &#xA; @param _this &#xA; @return the type&#xA;"/> </eAnnotations> </eOperations> <eOperations name="getBoundTarget" eType="#_Wo2ZO9z1Ed2bJ_pQViWxFg"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.Type type = null ; &#xA;if ( this instanceof org.emftext.language.java.types.ClassifierReference || this instanceof org.emftext.language.java.types.NamespaceClassifierReference ) { &#xA;&#x9;org.emftext.language.java.types.ClassifierReference classifierRef = getPureClassifierReference ( ) ; &#xA;&#x9;if ( classifierRef != null ) { &#xA;&#x9;&#x9;type = classifierRef .getTarget ( ) ; &#xA;&#x9;} &#xA;&#x9;if ( reference instanceof org.emftext.language.java.references.MethodCall ) { &#xA;&#x9;&#x9;org.emftext.language.java.references.MethodCall potentialCloneCall = ( org.emftext.language.java.references.MethodCall ) reference ; &#xA;&#x9;&#x9;//clone returns the type of the cloned in the case of arrays&#xA;if ( &quot;clone&quot; .equals ( potentialCloneCall .getTarget ( ) .getName ( ) ) ) { &#xA;&#x9;&#x9;&#x9;if ( potentialCloneCall .getPrevious ( ) instanceof org.emftext.language.java.references.ElementReference ) { &#xA;&#x9;&#x9;&#x9;&#x9;org.emftext.language.java.references.ElementReference prevRef = ( org.emftext.language.java.references.ElementReference ) potentialCloneCall .getPrevious ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;if ( prevRef .getTarget ( ) instanceof org.emftext.language.java.arrays.ArrayTypeable &amp;&amp; ( ( org.emftext.language.java.arrays.ArrayTypeable ) prevRef .getTarget ( ) ) .getArrayDimension ( ) > 0 ) { &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;type = prevRef .getReferencedType ( ) ; &#xA;&#x9;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;&#x9;} &#xA;&#x9;&#x9;} &#xA;&#x9;} &#xA;} else if ( this instanceof org.emftext.language.java.types.PrimitiveType ) { &#xA;&#x9;return ( org.emftext.language.java.types.PrimitiveType ) this ; &#xA;} &#xA;//resolve parameter to real type&#xA;if ( type instanceof org.emftext.language.java.generics.TypeParameter ) { &#xA;&#x9;type = ( ( org.emftext.language.java.generics.TypeParameter ) type ) .getBoundType ( this , reference ) ; &#xA;} &#xA;if ( type != null &amp;&amp; type .eIsProxy ( ) ) { &#xA;&#x9;//this may happen, when e.g. a super type is resolved. It is ok.&#xA;return null ; &#xA;} &#xA;return type ; &#xA;"/> <details key="documentation" value="&#xA; Returns the type referenced by this &lt;code>TypeReference&lt;/code>&#xA; considering all concrete subclasses of &lt;code>TypeReference&lt;/code> used&#xA; by the Java metamodel. If type parameters are bound in the given reference,&#xA; the bound type will be returned instead of the parameter.&#xA; &#xA; @return the type&#xA;"/> </eAnnotations> <eParameters name="reference" eType="#//references/Reference"/> </eOperations> <eOperations name="getPureClassifierReference" eType="#//types/ClassifierReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.types.ClassifierReference classifierReference = null ; &#xA;if ( this instanceof org.emftext.language.java.types.ClassifierReference ) { &#xA;&#x9;classifierReference = ( org.emftext.language.java.types.ClassifierReference ) this ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.NamespaceClassifierReference ) { &#xA;&#x9;org.emftext.language.java.types.NamespaceClassifierReference nsClassifierReference = ( org.emftext.language.java.types.NamespaceClassifierReference ) this ; &#xA;&#x9;if ( ! nsClassifierReference .getClassifierReferences ( ) .isEmpty ( ) ) { &#xA;&#x9;&#x9;int lastIndex = nsClassifierReference .getClassifierReferences ( ) .size ( ) - 1 ; &#xA;&#x9;&#x9;classifierReference = nsClassifierReference .getClassifierReferences ( ) .get ( lastIndex ) ; &#xA;&#x9;} &#xA;} &#xA;return classifierReference ; &#xA;"/> <details key="documentation" value="&#xA; Extracts the (possibly nested) classifier reference (if any) &#xA; from this type references.&#xA; &#xA; @return&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierReference" eSuperTypes="#_Wo2ZPdz1Ed2bJ_pQViWxFg #//generics/TypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//classifiers/Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZQ9z1Ed2bJ_pQViWxFg" name="NamespaceClassifierReference" eSuperTypes="#_Wo2ZPdz1Ed2bJ_pQViWxFg #//commons/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZRdz1Ed2bJ_pQViWxFg" name="classifierReferences" lowerBound="1" upperBound="-1" eType="#//types/ClassifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZR9z1Ed2bJ_pQViWxFg" name="PrimitiveType" abstract="true" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #_Wo2ZPdz1Ed2bJ_pQViWxFg"> <eOperations name="getAllMembers" upperBound="-1" eType="#//members/Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class javaClass = wrapPrimitiveType ( ) ; &#xA;return javaClass .getAllMembers ( context ) ; &#xA;"/> <details key="documentation" value="&#xA; @param context to check protected visibility&#xA; @return all members (including super type members)&#xA;"/> </eAnnotations> <eParameters name="context" eType="#//commons/Commentable"/> </eOperations> <eOperations name="wrapPrimitiveType" eType="#//classifiers/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.emftext.language.java.classifiers.Class javaClass = null ; &#xA;if ( this instanceof org.emftext.language.java.types.Boolean ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Boolean&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Byte ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Byte&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Char ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Character&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Double ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Double&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Float ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Float&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Int ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Integer&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Long ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Long&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Short ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Short&quot; ) ; &#xA;} &#xA;if ( this instanceof org.emftext.language.java.types.Void ) { &#xA;&#x9;javaClass = getLibClass ( &quot;Void&quot; ) ; &#xA;} &#xA;return javaClass ; &#xA;"/> <details key="documentation" value="&#xA; @return primitive type as a class representation&#xA;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZS9z1Ed2bJ_pQViWxFg" name="Boolean" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZT9z1Ed2bJ_pQViWxFg" name="Byte" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZTdz1Ed2bJ_pQViWxFg" name="Char" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZWdz1Ed2bJ_pQViWxFg" name="Double" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZV9z1Ed2bJ_pQViWxFg" name="Float" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZU9z1Ed2bJ_pQViWxFg" name="Int" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZVdz1Ed2bJ_pQViWxFg" name="Long" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZUdz1Ed2bJ_pQViWxFg" name="Short" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> </eSubpackages> <eSubpackages name="variables" nsURI="http://www.emftext.org/java/variables" nsPrefix="variables"> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="#//commons/NamedElement #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//references/ReferenceableElement #//generics/TypeArgumentable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this .getArrayDimensionsBefore ( ) .size ( ) + this .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;if ( this instanceof org.emftext.language.java.parameters.VariableLengthParameter ) { &#xA;&#x9;size ++ ; &#xA;} &#xA;return size ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//variables/Variable #//instantiations/Initializable #_Wo2Y9tz1Ed2bJ_pQViWxFg #//modifiers/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalLocalVariables" upperBound="-1" eType="#//variables/AdditionalLocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalLocalVariable" eSuperTypes="#//references/ReferenceableElement #//arrays/ArrayTypeable #//instantiations/Initializable"> <eOperations name="getArrayDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="long size = this .getArrayDimensionsBefore ( ) .size ( ) + this .getArrayDimensionsAfter ( ) .size ( ) ; &#xA;return size ; &#xA;"/> <details key="documentation" value=""/> </eAnnotations> </eOperations> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"java","nsURI":"http://www.emftext.org/java","name":"java","id":0,"eClass":"EPackage"},{"nsPrefix":"annotations","nsURI":"http://www.emftext.org/java/annotations","name":"annotations","id":1,"eClass":"EPackage"},{"nsPrefix":"arrays","nsURI":"http://www.emftext.org/java/arrays","name":"arrays","id":2,"eClass":"EPackage"},{"nsPrefix":"classifiers","nsURI":"http://www.emftext.org/java/classifiers","name":"classifiers","id":3,"eClass":"EPackage"},{"nsPrefix":"commons","nsURI":"http://www.emftext.org/java/commons","name":"commons","id":4,"eClass":"EPackage"},{"nsPrefix":"containers","nsURI":"http://www.emftext.org/java/containers","name":"containers","id":5,"eClass":"EPackage"},{"nsPrefix":"expressions","nsURI":"http://www.emftext.org/java/expressions","name":"expressions","id":6,"eClass":"EPackage"},{"nsPrefix":"generics","nsURI":"http://www.emftext.org/java/generics","name":"generics","id":7,"eClass":"EPackage"},{"nsPrefix":"imports","nsURI":"http://www.emftext.org/java/imports","name":"imports","id":8,"eClass":"EPackage"},{"nsPrefix":"instantiations","nsURI":"http://www.emftext.org/java/instantiations","name":"instantiations","id":9,"eClass":"EPackage"},{"nsPrefix":"literals","nsURI":"http://www.emftext.org/java/literals","name":"literals","id":10,"eClass":"EPackage"},{"nsPrefix":"members","nsURI":"http://www.emftext.org/java/members","name":"members","id":11,"eClass":"EPackage"},{"nsPrefix":"modifiers","nsURI":"http://www.emftext.org/java/modifiers","name":"modifiers","id":12,"eClass":"EPackage"},{"nsPrefix":"operators","nsURI":"http://www.emftext.org/java/operators","name":"operators","id":13,"eClass":"EPackage"},{"nsPrefix":"parameters","nsURI":"http://www.emftext.org/java/parameters","name":"parameters","id":14,"eClass":"EPackage"},{"nsPrefix":"references","nsURI":"http://www.emftext.org/java/references","name":"references","id":15,"eClass":"EPackage"},{"nsPrefix":"statements","nsURI":"http://www.emftext.org/java/statements","name":"statements","id":16,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.emftext.org/java/types","name":"types","id":17,"eClass":"EPackage"},{"nsPrefix":"variables","nsURI":"http://www.emftext.org/java/variables","name":"variables","id":18,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotable","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstance","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameter","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAnnotationParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameterList","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttributeSetting","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationValue","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttribute","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstanceOrModifier","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAwareElement","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeable","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializationValue","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationBySize","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValues","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySelector","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensionsBefore","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensionsAfter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayInitializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteClassifier","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementor","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClass","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceableElement","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":105,"many":true,"required":false,"eClass":"EOperation"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParametrizable","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberContainer","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotableAndModifiable","instanceClass":null,"abstract":true,"id":113,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInnerClassifiers","lowerBound":0,"id":114,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllInnerClassifiers","lowerBound":0,"id":115,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSuperTypeReferences","lowerBound":0,"id":116,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":117,"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":true,"unique":true,"name":"fullName","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierReference","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"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":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":137,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuperClass","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unWrapPrimitiveType","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":146,"interface":false,"eClass":"EClass"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":150,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":157,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedConstant","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstant","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":168,"many":true,"required":false,"eClass":"EOperation"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":171,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSuperClassifier","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":173,"many":true,"required":false,"eClass":"EOperation"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConcreteClassifier","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConcreteClassifierProxy","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getConcreteClassifiers","lowerBound":0,"id":184,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getConcreteClassifierProxies","lowerBound":0,"id":185,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibClass","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibInterface","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassClass","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getObjectClass","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStringClass","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAnnotationInterface","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingAnnotationInstance","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingAnonymousClass","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingConcreteClassifier","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingCompilationUnit","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainingPackageName","lowerBound":0,"id":196,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParentConcreteClassifier","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","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":"name","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"packageName","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"classifierQuery","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"packageName","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"classifierQuery","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNamespacesAsString","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierAtNamespaces","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespaces","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaRoot","instanceClass":null,"abstract":true,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyModel","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportingElement","instanceClass":null,"abstract":true,"id":246,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":247,"many":true,"required":false,"eClass":"EOperation"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedClassifier","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getClassifiersInSamePackage","lowerBound":0,"id":253,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpressionChild","instanceClass":null,"abstract":true,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpressionChild","instanceClass":null,"abstract":true,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpression","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpressionChild","instanceClass":null,"abstract":true,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpression","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpressionChild","instanceClass":null,"abstract":true,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpression","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpression","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpressionChild","instanceClass":null,"abstract":true,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpressionChild","instanceClass":null,"abstract":true,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpressionChild","instanceClass":null,"abstract":true,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpression","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpressionChild","instanceClass":null,"abstract":true,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpressionChild","instanceClass":null,"abstract":true,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpressionChild","instanceClass":null,"abstract":true,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpressionChild","instanceClass":null,"abstract":true,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpressionChild","instanceClass":null,"abstract":true,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpression","instanceClass":null,"abstract":true,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuffixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpressionChild","instanceClass":null,"abstract":true,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":true,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoopInitializer","instanceClass":null,"abstract":true,"id":305,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAlternativeType","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOneType","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alternative","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentOperator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"container":false,"ordered":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":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"abstract":true,"id":326,"interface":false,"eClass":"EClass"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionIf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionElse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equalityOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"abstract":true,"id":361,"interface":false,"eClass":"EClass"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationOperator","instanceClass":null,"abstract":true,"id":375,"interface":false,"eClass":"EClass"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shiftOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftOperator","instanceClass":null,"abstract":true,"id":382,"interface":false,"eClass":"EClass"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additiveOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveOperator","instanceClass":null,"abstract":true,"id":389,"interface":false,"eClass":"EClass"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicativeOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeOperator","instanceClass":null,"abstract":true,"id":396,"interface":false,"eClass":"EClass"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":402,"interface":false,"eClass":"EClass"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationOperator","instanceClass":null,"abstract":true,"id":410,"interface":false,"eClass":"EClass"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":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":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgument","instanceClass":null,"abstract":true,"id":424,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgumentable","instanceClass":null,"abstract":true,"id":425,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTypeArgumentable","instanceClass":null,"abstract":true,"id":426,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendsTypeArgument","instanceClass":null,"abstract":false,"id":427,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedTypeArgument","instanceClass":null,"abstract":false,"id":428,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperTypeArgument","instanceClass":null,"abstract":false,"id":429,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":430,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownTypeArgument","instanceClass":null,"abstract":false,"id":431,"interface":false,"eClass":"EClass"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTypeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllSuperClassifiers","lowerBound":0,"id":450,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":451,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundType","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EParameter"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"typeReference","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":true,"id":466,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticImport","instanceClass":null,"abstract":true,"id":467,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierImport","instanceClass":null,"abstract":false,"id":468,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":469,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticClassifierImport","instanceClass":null,"abstract":false,"id":470,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticMemberImport","instanceClass":null,"abstract":false,"id":471,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImportedClassifier","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getImportedClassifiers","lowerBound":0,"id":473,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getImportedMembers","lowerBound":0,"id":474,"many":true,"required":false,"eClass":"EOperation"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDefaultImports","lowerBound":0,"id":481,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Static","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticMembers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializable","instanceClass":null,"abstract":true,"id":498,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiation","instanceClass":null,"abstract":true,"id":499,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewConstructorCall","instanceClass":null,"abstract":false,"id":500,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitConstructorCall","instanceClass":null,"abstract":false,"id":501,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argumentable","instanceClass":null,"abstract":true,"id":505,"interface":false,"eClass":"EClass"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Self","instanceClass":null,"abstract":true,"id":516,"interface":false,"eClass":"EClass"},{"id":517,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":519,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":520,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":true,"id":521,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalFloatLiteral","instanceClass":null,"abstract":false,"id":522,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexFloatLiteral","instanceClass":null,"abstract":false,"id":523,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":true,"id":524,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalDoubleLiteral","instanceClass":null,"abstract":false,"id":525,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexDoubleLiteral","instanceClass":null,"abstract":false,"id":526,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":true,"id":527,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalIntegerLiteral","instanceClass":null,"abstract":false,"id":528,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexIntegerLiteral","instanceClass":null,"abstract":false,"id":529,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalIntegerLiteral","instanceClass":null,"abstract":false,"id":530,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongLiteral","instanceClass":null,"abstract":true,"id":531,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalLongLiteral","instanceClass":null,"abstract":false,"id":532,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexLongLiteral","instanceClass":null,"abstract":false,"id":533,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalLongLiteral","instanceClass":null,"abstract":false,"id":534,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":535,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOneType","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"alternative","lowerBound":0,"id":541,"many":false,"required":false,"eClass":"EParameter"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionThrower","instanceClass":null,"abstract":true,"id":587,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalField","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":589,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyMember","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":true,"id":592,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMethod","instanceClass":null,"abstract":false,"id":593,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceClassifierReference","instanceClass":null,"abstract":false,"id":596,"interface":false,"eClass":"EClass"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedClassifier","lowerBound":0,"id":599,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedField","lowerBound":0,"id":600,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainedMethod","lowerBound":0,"id":601,"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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unique":true,"name":"defaultMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":606,"many":false,"required":false,"eClass":"EParameter"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":609,"many":false,"required":false,"eClass":"EParameter"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":612,"many":false,"required":false,"eClass":"EParameter"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":616,"many":false,"required":false,"eClass":"EOperation"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementListContainer","instanceClass":null,"abstract":true,"id":621,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parametrizable","instanceClass":null,"abstract":true,"id":622,"interface":false,"eClass":"EClass"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":630,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":631,"derived":false},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMethodForCall","lowerBound":0,"id":638,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSomeMethodForCall","lowerBound":0,"id":639,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBetterMethodForCall","lowerBound":0,"id":640,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":641,"many":false,"required":false,"eClass":"EOperation"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":651,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"needsPerfectMatch","lowerBound":0,"id":652,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":653,"interface":false,"eClass":"EClass"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":657,"many":false,"required":false,"eClass":"EParameter"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherMethod","lowerBound":0,"id":660,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"methodCall","lowerBound":0,"id":661,"many":false,"required":false,"eClass":"EParameter"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":668,"derived":false},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":true,"id":673,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifiable","instanceClass":null,"abstract":true,"id":674,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":675,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":676,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Native","instanceClass":null,"abstract":false,"id":677,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":678,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":679,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":680,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strictfp","instanceClass":null,"abstract":false,"id":681,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronized","instanceClass":null,"abstract":false,"id":682,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transient","instanceClass":null,"abstract":false,"id":683,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volatile","instanceClass":null,"abstract":false,"id":684,"interface":false,"eClass":"EClass"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isHidden","lowerBound":0,"id":687,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStatic","lowerBound":0,"id":688,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationsAndModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":692,"many":false,"required":false,"eClass":"EParameter"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"container":false,"ordered":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":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":710,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":711,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentAnd","instanceClass":null,"abstract":false,"id":712,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentDivision","instanceClass":null,"abstract":false,"id":713,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExclusiveOr","instanceClass":null,"abstract":false,"id":714,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMinus","instanceClass":null,"abstract":false,"id":715,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentModulo","instanceClass":null,"abstract":false,"id":716,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMultiplication","instanceClass":null,"abstract":false,"id":717,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentLeftShift","instanceClass":null,"abstract":false,"id":718,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOr","instanceClass":null,"abstract":false,"id":719,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentPlus","instanceClass":null,"abstract":false,"id":720,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRightShift","instanceClass":null,"abstract":false,"id":721,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentUnsignedRightShift","instanceClass":null,"abstract":false,"id":722,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":723,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":724,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":725,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqual","instanceClass":null,"abstract":false,"id":726,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":727,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqual","instanceClass":null,"abstract":false,"id":728,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addition","instanceClass":null,"abstract":false,"id":729,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtraction","instanceClass":null,"abstract":false,"id":730,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":731,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":732,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remainder","instanceClass":null,"abstract":false,"id":733,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complement","instanceClass":null,"abstract":false,"id":734,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusMinus","instanceClass":null,"abstract":false,"id":735,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":736,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusPlus","instanceClass":null,"abstract":false,"id":737,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShift","instanceClass":null,"abstract":false,"id":738,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShift","instanceClass":null,"abstract":false,"id":739,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedRightShift","instanceClass":null,"abstract":false,"id":740,"interface":false,"eClass":"EClass"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":782,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinaryParameter","instanceClass":null,"abstract":false,"id":783,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableLengthParameter","instanceClass":null,"abstract":false,"id":784,"interface":false,"eClass":"EClass"},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"container":false,"ordered":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":787,"derived":false},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementReference","instanceClass":null,"abstract":true,"id":792,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":793,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClassReference","instanceClass":null,"abstract":false,"id":794,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeReference","instanceClass":null,"abstract":false,"id":795,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReference","instanceClass":null,"abstract":false,"id":796,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfReference","instanceClass":null,"abstract":false,"id":797,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReferencedType","lowerBound":0,"id":798,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrevious","lowerBound":0,"id":799,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":800,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraySelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":801,"derived":false},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getArgumentTypes","lowerBound":0,"id":808,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":809,"derived":false},{"id":810,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":814,"derived":false},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":822,"derived":false},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"self","changeable":true,"resolveProxies":true,"lowerBound":0,"id":828,"derived":false},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementContainer","instanceClass":null,"abstract":true,"id":831,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":832,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":true,"id":833,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assert","instanceClass":null,"abstract":false,"id":834,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Break","instanceClass":null,"abstract":false,"id":835,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":836,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":837,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":838,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continue","instanceClass":null,"abstract":false,"id":839,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSwitchCase","instanceClass":null,"abstract":false,"id":840,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":841,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":842,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":843,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":844,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachLoop","instanceClass":null,"abstract":false,"id":845,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jump","instanceClass":null,"abstract":true,"id":846,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpLabel","instanceClass":null,"abstract":false,"id":847,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableStatement","instanceClass":null,"abstract":false,"id":848,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalSwitchCase","instanceClass":null,"abstract":false,"id":849,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":850,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":851,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedBlock","instanceClass":null,"abstract":false,"id":852,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throw","instanceClass":null,"abstract":false,"id":853,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryBlock","instanceClass":null,"abstract":false,"id":854,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":855,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":856,"derived":false},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"container":false,"ordered":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":859,"derived":false},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"container":false,"ordered":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":862,"derived":false},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":868,"derived":false},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"container":false,"ordered":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":877,"derived":false},{"id":878,"eClass":"EGenericType"},{"id":879,"eClass":"EGenericType"},{"container":false,"ordered":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":880,"derived":false},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"container":false,"ordered":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":889,"derived":false},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":892,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":893,"derived":false},{"id":894,"eClass":"EGenericType"},{"id":895,"eClass":"EGenericType"},{"id":896,"eClass":"EGenericType"},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":899,"derived":false},{"container":false,"ordered":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":900,"derived":false},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":905,"derived":false},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"id":908,"eClass":"EGenericType"},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":911,"derived":false},{"id":912,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":913,"interface":false,"eClass":"EClass"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":917,"derived":false},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":920,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":921,"derived":false},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lockProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":925,"derived":false},{"id":926,"eClass":"EGenericType"},{"id":927,"eClass":"EGenericType"},{"id":928,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throwable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":929,"derived":false},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catcheBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":932,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finallyBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":933,"derived":false},{"id":934,"eClass":"EGenericType"},{"id":935,"eClass":"EGenericType"},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"container":false,"ordered":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":938,"derived":false},{"id":939,"eClass":"EGenericType"},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":942,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":943,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char","instanceClass":null,"abstract":false,"id":944,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":945,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":946,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":947,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":948,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short","instanceClass":null,"abstract":false,"id":949,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":950,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalsType","lowerBound":0,"id":951,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperType","lowerBound":0,"id":952,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":953,"many":true,"required":false,"eClass":"EOperation"},{"id":954,"eClass":"EGenericType"},{"id":955,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"arrayDimension","lowerBound":0,"id":956,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherType","lowerBound":0,"id":957,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherArrayDimension","lowerBound":0,"id":958,"many":false,"required":false,"eClass":"EParameter"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"arrayDimension","lowerBound":0,"id":963,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherType","lowerBound":0,"id":964,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherArrayType","lowerBound":0,"id":965,"many":false,"required":false,"eClass":"EParameter"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":970,"many":false,"required":false,"eClass":"EParameter"},{"id":971,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":972,"derived":false},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTarget","lowerBound":0,"id":975,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoundTarget","lowerBound":0,"id":976,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPureClassifierReference","lowerBound":0,"id":977,"many":false,"required":false,"eClass":"EOperation"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"id":980,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":981,"many":false,"required":false,"eClass":"EParameter"},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"container":false,"ordered":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":984,"derived":false},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":988,"derived":false},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"id":991,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMembers","lowerBound":0,"id":992,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"wrapPrimitiveType","lowerBound":0,"id":993,"many":false,"required":false,"eClass":"EOperation"},{"id":994,"eClass":"EGenericType"},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":997,"many":false,"required":false,"eClass":"EParameter"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalLocalVariable","instanceClass":null,"abstract":false,"id":1009,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":1010,"many":false,"required":false,"eClass":"EOperation"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalLocalVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1017,"derived":false},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"id":1021,"eClass":"EGenericType"},{"id":1022,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArrayDimension","lowerBound":0,"id":1023,"many":false,"required":false,"eClass":"EOperation"},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"id":1027,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":0},{"source":19,"target":1},{"source":19,"target":27},{"source":19,"target":28},{"source":19,"target":29},{"source":28,"target":20},{"source":28,"target":30},{"source":28,"target":19},{"source":30,"target":20},{"source":29,"target":27},{"source":20,"target":1},{"source":20,"target":31},{"source":20,"target":32},{"source":20,"target":33},{"source":20,"target":34},{"source":20,"target":35},{"source":20,"target":36},{"source":20,"target":37},{"source":20,"target":38},{"source":34,"target":39},{"source":34,"target":40},{"source":34,"target":20},{"source":40,"target":39},{"source":35,"target":21},{"source":35,"target":41},{"source":35,"target":20},{"source":41,"target":21},{"source":36,"target":31},{"source":37,"target":32},{"source":38,"target":33},{"source":21,"target":1},{"source":21,"target":27},{"source":21,"target":42},{"source":42,"target":27},{"source":22,"target":1},{"source":22,"target":21},{"source":22,"target":43},{"source":22,"target":44},{"source":43,"target":25},{"source":43,"target":45},{"source":43,"target":22},{"source":45,"target":25},{"source":44,"target":21},{"source":23,"target":1},{"source":23,"target":21},{"source":23,"target":46},{"source":23,"target":47},{"source":46,"target":24},{"source":46,"target":48},{"source":46,"target":23},{"source":48,"target":24},{"source":47,"target":21},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":49},{"source":24,"target":50},{"source":24,"target":51},{"source":49,"target":52},{"source":49,"target":53},{"source":49,"target":24},{"source":53,"target":52},{"source":50,"target":25},{"source":50,"target":54},{"source":50,"target":24},{"source":54,"target":25},{"source":51,"target":27},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":55},{"source":55,"target":27},{"source":26,"target":1},{"source":26,"target":52},{"source":26,"target":56},{"source":26,"target":57},{"source":56,"target":58},{"source":56,"target":59},{"source":56,"target":26},{"source":59,"target":58},{"source":57,"target":52},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":0},{"source":60,"target":2},{"source":60,"target":27},{"source":60,"target":67},{"source":60,"target":68},{"source":60,"target":69},{"source":60,"target":70},{"source":67,"target":71},{"source":67,"target":60},{"source":68,"target":61},{"source":68,"target":72},{"source":68,"target":60},{"source":72,"target":61},{"source":69,"target":61},{"source":69,"target":73},{"source":69,"target":60},{"source":73,"target":61},{"source":70,"target":27},{"source":61,"target":2},{"source":61,"target":27},{"source":61,"target":74},{"source":74,"target":27},{"source":62,"target":2},{"source":62,"target":63},{"source":62,"target":25},{"source":62,"target":75},{"source":62,"target":76},{"source":62,"target":77},{"source":75,"target":63},{"source":75,"target":78},{"source":75,"target":62},{"source":78,"target":63},{"source":76,"target":63},{"source":77,"target":25},{"source":63,"target":2},{"source":63,"target":27},{"source":63,"target":79},{"source":79,"target":27},{"source":64,"target":2},{"source":64,"target":58},{"source":64,"target":80},{"source":64,"target":60},{"source":64,"target":31},{"source":64,"target":81},{"source":64,"target":82},{"source":64,"target":83},{"source":64,"target":84},{"source":64,"target":85},{"source":81,"target":58},{"source":81,"target":86},{"source":81,"target":64},{"source":86,"target":58},{"source":82,"target":58},{"source":83,"target":80},{"source":84,"target":60},{"source":85,"target":31},{"source":65,"target":2},{"source":65,"target":58},{"source":65,"target":80},{"source":65,"target":60},{"source":65,"target":31},{"source":65,"target":87},{"source":65,"target":88},{"source":65,"target":89},{"source":65,"target":90},{"source":65,"target":91},{"source":87,"target":62},{"source":87,"target":92},{"source":87,"target":65},{"source":92,"target":62},{"source":88,"target":58},{"source":89,"target":80},{"source":90,"target":60},{"source":91,"target":31},{"source":66,"target":2},{"source":66,"target":27},{"source":66,"target":93},{"source":66,"target":94},{"source":93,"target":58},{"source":93,"target":95},{"source":93,"target":66},{"source":95,"target":58},{"source":94,"target":27},{"source":3,"target":39},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":0},{"source":39,"target":3},{"source":39,"target":103},{"source":39,"target":104},{"source":39,"target":105},{"source":39,"target":106},{"source":39,"target":107},{"source":105,"target":96},{"source":105,"target":108},{"source":105,"target":39},{"source":108,"target":96},{"source":106,"target":103},{"source":107,"target":104},{"source":96,"target":3},{"source":96,"target":39},{"source":96,"target":109},{"source":96,"target":110},{"source":96,"target":111},{"source":96,"target":112},{"source":96,"target":113},{"source":96,"target":114},{"source":96,"target":115},{"source":96,"target":116},{"source":96,"target":117},{"source":96,"target":118},{"source":96,"target":119},{"source":96,"target":120},{"source":96,"target":121},{"source":96,"target":122},{"source":96,"target":123},{"source":96,"target":124},{"source":114,"target":96},{"source":114,"target":125},{"source":114,"target":96},{"source":125,"target":96},{"source":115,"target":96},{"source":115,"target":126},{"source":115,"target":96},{"source":126,"target":96},{"source":116,"target":127},{"source":116,"target":128},{"source":116,"target":96},{"source":128,"target":127},{"source":117,"target":111},{"source":117,"target":129},{"source":117,"target":96},{"source":117,"target":130},{"source":129,"target":111},{"source":130,"target":27},{"source":130,"target":131},{"source":130,"target":117},{"source":131,"target":27},{"source":118,"target":132},{"source":118,"target":96},{"source":119,"target":39},{"source":120,"target":109},{"source":121,"target":110},{"source":122,"target":111},{"source":123,"target":112},{"source":124,"target":113},{"source":97,"target":3},{"source":97,"target":27},{"source":97,"target":133},{"source":97,"target":134},{"source":133,"target":135},{"source":133,"target":136},{"source":133,"target":97},{"source":136,"target":135},{"source":134,"target":27},{"source":98,"target":3},{"source":98,"target":96},{"source":98,"target":97},{"source":98,"target":137},{"source":98,"target":138},{"source":98,"target":139},{"source":98,"target":140},{"source":98,"target":141},{"source":98,"target":142},{"source":98,"target":143},{"source":137,"target":96},{"source":137,"target":144},{"source":137,"target":98},{"source":144,"target":96},{"source":138,"target":98},{"source":138,"target":145},{"source":138,"target":98},{"source":145,"target":98},{"source":139,"target":146},{"source":139,"target":147},{"source":139,"target":98},{"source":147,"target":146},{"source":140,"target":135},{"source":140,"target":148},{"source":140,"target":98},{"source":148,"target":135},{"source":141,"target":135},{"source":141,"target":149},{"source":141,"target":98},{"source":149,"target":135},{"source":142,"target":96},{"source":143,"target":97},{"source":99,"target":3},{"source":99,"target":96},{"source":99,"target":150},{"source":99,"target":151},{"source":99,"target":152},{"source":99,"target":153},{"source":150,"target":96},{"source":150,"target":154},{"source":150,"target":99},{"source":154,"target":96},{"source":151,"target":135},{"source":151,"target":155},{"source":151,"target":99},{"source":155,"target":135},{"source":152,"target":135},{"source":152,"target":156},{"source":152,"target":99},{"source":156,"target":135},{"source":153,"target":96},{"source":100,"target":3},{"source":100,"target":96},{"source":100,"target":97},{"source":100,"target":157},{"source":100,"target":158},{"source":100,"target":159},{"source":100,"target":160},{"source":100,"target":161},{"source":157,"target":96},{"source":157,"target":162},{"source":157,"target":100},{"source":162,"target":96},{"source":158,"target":163},{"source":158,"target":164},{"source":158,"target":100},{"source":158,"target":165},{"source":164,"target":163},{"source":165,"target":166},{"source":165,"target":158},{"source":159,"target":163},{"source":159,"target":167},{"source":159,"target":100},{"source":167,"target":163},{"source":160,"target":96},{"source":161,"target":97},{"source":101,"target":3},{"source":101,"target":96},{"source":101,"target":168},{"source":101,"target":169},{"source":168,"target":96},{"source":168,"target":170},{"source":168,"target":101},{"source":170,"target":96},{"source":169,"target":96},{"source":102,"target":3},{"source":102,"target":103},{"source":102,"target":110},{"source":102,"target":171},{"source":102,"target":172},{"source":102,"target":173},{"source":102,"target":174},{"source":102,"target":175},{"source":171,"target":96},{"source":171,"target":176},{"source":171,"target":102},{"source":176,"target":96},{"source":172,"target":96},{"source":172,"target":177},{"source":172,"target":102},{"source":177,"target":96},{"source":173,"target":111},{"source":173,"target":178},{"source":173,"target":102},{"source":173,"target":179},{"source":178,"target":111},{"source":179,"target":27},{"source":179,"target":180},{"source":179,"target":173},{"source":180,"target":27},{"source":174,"target":103},{"source":175,"target":110},{"source":4,"target":27},{"source":4,"target":181},{"source":4,"target":33},{"source":4,"target":0},{"source":27,"target":4},{"source":27,"target":182},{"source":27,"target":183},{"source":27,"target":184},{"source":27,"target":185},{"source":27,"target":186},{"source":27,"target":187},{"source":27,"target":188},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":27,"target":193},{"source":27,"target":194},{"source":27,"target":195},{"source":27,"target":196},{"source":27,"target":197},{"source":27,"target":198},{"source":182,"target":96},{"source":182,"target":199},{"source":182,"target":27},{"source":182,"target":200},{"source":199,"target":96},{"source":200,"target":201},{"source":200,"target":182},{"source":183,"target":96},{"source":183,"target":202},{"source":183,"target":27},{"source":183,"target":203},{"source":202,"target":96},{"source":203,"target":204},{"source":203,"target":183},{"source":184,"target":96},{"source":184,"target":205},{"source":184,"target":27},{"source":184,"target":206},{"source":184,"target":207},{"source":205,"target":96},{"source":206,"target":208},{"source":206,"target":184},{"source":207,"target":209},{"source":207,"target":184},{"source":185,"target":96},{"source":185,"target":210},{"source":185,"target":27},{"source":185,"target":211},{"source":185,"target":212},{"source":210,"target":96},{"source":211,"target":213},{"source":211,"target":185},{"source":212,"target":214},{"source":212,"target":185},{"source":186,"target":98},{"source":186,"target":215},{"source":186,"target":27},{"source":186,"target":216},{"source":215,"target":98},{"source":216,"target":217},{"source":216,"target":186},{"source":187,"target":99},{"source":187,"target":218},{"source":187,"target":27},{"source":187,"target":219},{"source":218,"target":99},{"source":219,"target":220},{"source":219,"target":187},{"source":188,"target":98},{"source":188,"target":221},{"source":188,"target":27},{"source":221,"target":98},{"source":189,"target":98},{"source":189,"target":222},{"source":189,"target":27},{"source":222,"target":98},{"source":190,"target":98},{"source":190,"target":223},{"source":190,"target":27},{"source":223,"target":98},{"source":191,"target":99},{"source":191,"target":224},{"source":191,"target":27},{"source":224,"target":99},{"source":192,"target":20},{"source":192,"target":225},{"source":192,"target":27},{"source":225,"target":20},{"source":193,"target":102},{"source":193,"target":226},{"source":193,"target":27},{"source":226,"target":102},{"source":194,"target":96},{"source":194,"target":227},{"source":194,"target":27},{"source":227,"target":96},{"source":195,"target":228},{"source":195,"target":229},{"source":195,"target":27},{"source":229,"target":228},{"source":196,"target":230},{"source":196,"target":27},{"source":197,"target":96},{"source":197,"target":231},{"source":197,"target":27},{"source":231,"target":96},{"source":198,"target":232},{"source":198,"target":27},{"source":181,"target":4},{"source":181,"target":27},{"source":181,"target":233},{"source":181,"target":234},{"source":233,"target":235},{"source":233,"target":181},{"source":234,"target":27},{"source":33,"target":4},{"source":33,"target":27},{"source":33,"target":236},{"source":33,"target":237},{"source":33,"target":238},{"source":33,"target":239},{"source":236,"target":240},{"source":236,"target":33},{"source":237,"target":96},{"source":237,"target":241},{"source":237,"target":33},{"source":241,"target":96},{"source":238,"target":242},{"source":238,"target":33},{"source":239,"target":27},{"source":5,"target":243},{"source":5,"target":228},{"source":5,"target":244},{"source":5,"target":245},{"source":5,"target":0},{"source":243,"target":5},{"source":243,"target":181},{"source":243,"target":33},{"source":243,"target":246},{"source":243,"target":247},{"source":243,"target":248},{"source":243,"target":249},{"source":243,"target":250},{"source":247,"target":96},{"source":247,"target":251},{"source":247,"target":243},{"source":251,"target":96},{"source":248,"target":181},{"source":249,"target":33},{"source":250,"target":246},{"source":228,"target":5},{"source":228,"target":243},{"source":228,"target":252},{"source":228,"target":253},{"source":228,"target":254},{"source":228,"target":255},{"source":252,"target":96},{"source":252,"target":256},{"source":252,"target":228},{"source":252,"target":257},{"source":256,"target":96},{"source":257,"target":258},{"source":257,"target":252},{"source":253,"target":96},{"source":253,"target":259},{"source":253,"target":228},{"source":259,"target":96},{"source":254,"target":96},{"source":254,"target":260},{"source":254,"target":228},{"source":260,"target":96},{"source":255,"target":243},{"source":244,"target":5},{"source":244,"target":243},{"source":244,"target":19},{"source":244,"target":104},{"source":244,"target":261},{"source":244,"target":262},{"source":244,"target":263},{"source":244,"target":264},{"source":244,"target":265},{"source":261,"target":228},{"source":261,"target":266},{"source":261,"target":244},{"source":266,"target":228},{"source":262,"target":244},{"source":262,"target":267},{"source":262,"target":244},{"source":267,"target":244},{"source":263,"target":243},{"source":264,"target":19},{"source":265,"target":104},{"source":245,"target":5},{"source":245,"target":243},{"source":245,"target":268},{"source":268,"target":243},{"source":6,"target":269},{"source":6,"target":58},{"source":6,"target":270},{"source":6,"target":271},{"source":6,"target":272},{"source":6,"target":273},{"source":6,"target":274},{"source":6,"target":275},{"source":6,"target":276},{"source":6,"target":277},{"source":6,"target":278},{"source":6,"target":279},{"source":6,"target":280},{"source":6,"target":281},{"source":6,"target":282},{"source":6,"target":283},{"source":6,"target":284},{"source":6,"target":285},{"source":6,"target":286},{"source":6,"target":287},{"source":6,"target":288},{"source":6,"target":289},{"source":6,"target":290},{"source":6,"target":291},{"source":6,"target":292},{"source":6,"target":293},{"source":6,"target":294},{"source":6,"target":295},{"source":6,"target":296},{"source":6,"target":297},{"source":6,"target":298},{"source":6,"target":299},{"source":6,"target":300},{"source":6,"target":301},{"source":6,"target":302},{"source":6,"target":303},{"source":6,"target":304},{"source":6,"target":0},{"source":269,"target":6},{"source":269,"target":305},{"source":269,"target":306},{"source":269,"target":307},{"source":306,"target":58},{"source":306,"target":308},{"source":306,"target":269},{"source":308,"target":58},{"source":307,"target":305},{"source":58,"target":6},{"source":58,"target":63},{"source":58,"target":25},{"source":58,"target":309},{"source":58,"target":310},{"source":58,"target":311},{"source":58,"target":312},{"source":58,"target":313},{"source":58,"target":314},{"source":309,"target":103},{"source":309,"target":315},{"source":309,"target":58},{"source":315,"target":103},{"source":310,"target":103},{"source":310,"target":316},{"source":310,"target":58},{"source":316,"target":103},{"source":311,"target":103},{"source":311,"target":317},{"source":311,"target":58},{"source":311,"target":318},{"source":317,"target":103},{"source":318,"target":319},{"source":318,"target":311},{"source":312,"target":320},{"source":312,"target":58},{"source":313,"target":63},{"source":314,"target":25},{"source":270,"target":6},{"source":270,"target":58},{"source":270,"target":321},{"source":270,"target":322},{"source":270,"target":323},{"source":270,"target":324},{"source":321,"target":271},{"source":321,"target":325},{"source":321,"target":270},{"source":325,"target":271},{"source":322,"target":326},{"source":322,"target":327},{"source":322,"target":270},{"source":327,"target":326},{"source":323,"target":58},{"source":323,"target":328},{"source":323,"target":270},{"source":328,"target":58},{"source":324,"target":58},{"source":271,"target":6},{"source":271,"target":58},{"source":271,"target":329},{"source":329,"target":58},{"source":272,"target":6},{"source":272,"target":271},{"source":272,"target":330},{"source":272,"target":331},{"source":272,"target":332},{"source":272,"target":333},{"source":330,"target":273},{"source":330,"target":334},{"source":330,"target":272},{"source":334,"target":273},{"source":331,"target":58},{"source":331,"target":335},{"source":331,"target":272},{"source":335,"target":58},{"source":332,"target":271},{"source":332,"target":336},{"source":332,"target":272},{"source":336,"target":271},{"source":333,"target":271},{"source":273,"target":6},{"source":273,"target":271},{"source":273,"target":337},{"source":337,"target":271},{"source":274,"target":6},{"source":274,"target":273},{"source":274,"target":338},{"source":274,"target":339},{"source":338,"target":275},{"source":338,"target":340},{"source":338,"target":274},{"source":340,"target":275},{"source":339,"target":273},{"source":275,"target":6},{"source":275,"target":273},{"source":275,"target":341},{"source":341,"target":273},{"source":276,"target":6},{"source":276,"target":275},{"source":276,"target":342},{"source":276,"target":343},{"source":342,"target":277},{"source":342,"target":344},{"source":342,"target":276},{"source":344,"target":277},{"source":343,"target":275},{"source":277,"target":6},{"source":277,"target":275},{"source":277,"target":345},{"source":345,"target":275},{"source":278,"target":6},{"source":278,"target":277},{"source":278,"target":346},{"source":278,"target":347},{"source":346,"target":279},{"source":346,"target":348},{"source":346,"target":278},{"source":348,"target":279},{"source":347,"target":277},{"source":279,"target":6},{"source":279,"target":277},{"source":279,"target":349},{"source":349,"target":277},{"source":280,"target":6},{"source":280,"target":279},{"source":280,"target":350},{"source":280,"target":351},{"source":350,"target":281},{"source":350,"target":352},{"source":350,"target":280},{"source":352,"target":281},{"source":351,"target":279},{"source":281,"target":6},{"source":281,"target":279},{"source":281,"target":353},{"source":353,"target":279},{"source":282,"target":6},{"source":282,"target":281},{"source":282,"target":354},{"source":282,"target":355},{"source":354,"target":283},{"source":354,"target":356},{"source":354,"target":282},{"source":356,"target":283},{"source":355,"target":281},{"source":283,"target":6},{"source":283,"target":281},{"source":283,"target":357},{"source":357,"target":281},{"source":284,"target":6},{"source":284,"target":283},{"source":284,"target":358},{"source":284,"target":359},{"source":284,"target":360},{"source":358,"target":361},{"source":358,"target":362},{"source":358,"target":284},{"source":362,"target":361},{"source":359,"target":285},{"source":359,"target":363},{"source":359,"target":284},{"source":363,"target":285},{"source":360,"target":283},{"source":285,"target":6},{"source":285,"target":283},{"source":285,"target":364},{"source":364,"target":283},{"source":286,"target":6},{"source":286,"target":60},{"source":286,"target":80},{"source":286,"target":285},{"source":286,"target":365},{"source":286,"target":366},{"source":286,"target":367},{"source":286,"target":368},{"source":365,"target":287},{"source":365,"target":369},{"source":365,"target":286},{"source":369,"target":287},{"source":366,"target":60},{"source":367,"target":80},{"source":368,"target":285},{"source":287,"target":6},{"source":287,"target":285},{"source":287,"target":370},{"source":370,"target":285},{"source":288,"target":6},{"source":288,"target":287},{"source":288,"target":371},{"source":288,"target":372},{"source":288,"target":373},{"source":371,"target":289},{"source":371,"target":374},{"source":371,"target":288},{"source":374,"target":289},{"source":372,"target":375},{"source":372,"target":376},{"source":372,"target":288},{"source":376,"target":375},{"source":373,"target":287},{"source":289,"target":6},{"source":289,"target":287},{"source":289,"target":377},{"source":377,"target":287},{"source":290,"target":6},{"source":290,"target":289},{"source":290,"target":378},{"source":290,"target":379},{"source":290,"target":380},{"source":378,"target":291},{"source":378,"target":381},{"source":378,"target":290},{"source":381,"target":291},{"source":379,"target":382},{"source":379,"target":383},{"source":379,"target":290},{"source":383,"target":382},{"source":380,"target":289},{"source":291,"target":6},{"source":291,"target":289},{"source":291,"target":384},{"source":384,"target":289},{"source":292,"target":6},{"source":292,"target":291},{"source":292,"target":385},{"source":292,"target":386},{"source":292,"target":387},{"source":385,"target":293},{"source":385,"target":388},{"source":385,"target":292},{"source":388,"target":293},{"source":386,"target":389},{"source":386,"target":390},{"source":386,"target":292},{"source":390,"target":389},{"source":387,"target":291},{"source":293,"target":6},{"source":293,"target":291},{"source":293,"target":391},{"source":391,"target":291},{"source":294,"target":6},{"source":294,"target":293},{"source":294,"target":392},{"source":294,"target":393},{"source":294,"target":394},{"source":392,"target":295},{"source":392,"target":395},{"source":392,"target":294},{"source":395,"target":295},{"source":393,"target":396},{"source":393,"target":397},{"source":393,"target":294},{"source":397,"target":396},{"source":394,"target":293},{"source":295,"target":6},{"source":295,"target":293},{"source":295,"target":398},{"source":398,"target":293},{"source":296,"target":6},{"source":296,"target":295},{"source":296,"target":399},{"source":296,"target":400},{"source":296,"target":401},{"source":399,"target":402},{"source":399,"target":403},{"source":399,"target":296},{"source":403,"target":402},{"source":400,"target":297},{"source":400,"target":404},{"source":400,"target":296},{"source":404,"target":297},{"source":401,"target":295},{"source":297,"target":6},{"source":297,"target":295},{"source":297,"target":405},{"source":405,"target":295},{"source":298,"target":6},{"source":298,"target":297},{"source":298,"target":406},{"source":298,"target":407},{"source":298,"target":408},{"source":406,"target":301},{"source":406,"target":409},{"source":406,"target":298},{"source":409,"target":301},{"source":407,"target":410},{"source":407,"target":411},{"source":407,"target":298},{"source":411,"target":410},{"source":408,"target":297},{"source":299,"target":6},{"source":299,"target":298},{"source":299,"target":412},{"source":412,"target":298},{"source":300,"target":6},{"source":300,"target":298},{"source":300,"target":413},{"source":413,"target":298},{"source":301,"target":6},{"source":301,"target":297},{"source":301,"target":414},{"source":414,"target":297},{"source":302,"target":6},{"source":302,"target":80},{"source":302,"target":60},{"source":302,"target":301},{"source":302,"target":415},{"source":302,"target":416},{"source":302,"target":417},{"source":302,"target":418},{"source":415,"target":295},{"source":415,"target":419},{"source":415,"target":302},{"source":419,"target":295},{"source":416,"target":80},{"source":417,"target":60},{"source":418,"target":301},{"source":303,"target":6},{"source":303,"target":301},{"source":303,"target":420},{"source":420,"target":301},{"source":304,"target":6},{"source":304,"target":31},{"source":304,"target":421},{"source":304,"target":422},{"source":421,"target":58},{"source":421,"target":423},{"source":421,"target":304},{"source":423,"target":58},{"source":422,"target":31},{"source":7,"target":424},{"source":7,"target":425},{"source":7,"target":426},{"source":7,"target":109},{"source":7,"target":427},{"source":7,"target":428},{"source":7,"target":429},{"source":7,"target":430},{"source":7,"target":431},{"source":7,"target":0},{"source":424,"target":7},{"source":424,"target":60},{"source":424,"target":432},{"source":432,"target":60},{"source":425,"target":7},{"source":425,"target":27},{"source":425,"target":433},{"source":425,"target":434},{"source":433,"target":424},{"source":433,"target":435},{"source":433,"target":425},{"source":435,"target":424},{"source":434,"target":27},{"source":426,"target":7},{"source":426,"target":27},{"source":426,"target":436},{"source":426,"target":437},{"source":436,"target":424},{"source":436,"target":438},{"source":436,"target":426},{"source":438,"target":424},{"source":437,"target":27},{"source":109,"target":7},{"source":109,"target":27},{"source":109,"target":439},{"source":109,"target":440},{"source":439,"target":430},{"source":439,"target":441},{"source":439,"target":109},{"source":441,"target":430},{"source":440,"target":27},{"source":427,"target":7},{"source":427,"target":424},{"source":427,"target":442},{"source":427,"target":443},{"source":442,"target":135},{"source":442,"target":444},{"source":442,"target":427},{"source":444,"target":135},{"source":443,"target":424},{"source":428,"target":7},{"source":428,"target":424},{"source":428,"target":80},{"source":428,"target":445},{"source":428,"target":446},{"source":445,"target":424},{"source":446,"target":80},{"source":429,"target":7},{"source":429,"target":424},{"source":429,"target":447},{"source":429,"target":448},{"source":447,"target":135},{"source":447,"target":449},{"source":447,"target":429},{"source":449,"target":135},{"source":448,"target":424},{"source":430,"target":7},{"source":430,"target":39},{"source":430,"target":450},{"source":430,"target":451},{"source":430,"target":452},{"source":430,"target":453},{"source":430,"target":454},{"source":450,"target":96},{"source":450,"target":455},{"source":450,"target":430},{"source":455,"target":96},{"source":451,"target":111},{"source":451,"target":456},{"source":451,"target":430},{"source":451,"target":457},{"source":456,"target":111},{"source":457,"target":27},{"source":457,"target":458},{"source":457,"target":451},{"source":458,"target":27},{"source":452,"target":103},{"source":452,"target":459},{"source":452,"target":430},{"source":452,"target":460},{"source":452,"target":461},{"source":459,"target":103},{"source":460,"target":135},{"source":460,"target":462},{"source":460,"target":452},{"source":462,"target":135},{"source":461,"target":31},{"source":461,"target":463},{"source":461,"target":452},{"source":463,"target":31},{"source":453,"target":135},{"source":453,"target":464},{"source":453,"target":430},{"source":464,"target":135},{"source":454,"target":39},{"source":431,"target":7},{"source":431,"target":424},{"source":431,"target":465},{"source":465,"target":424},{"source":8,"target":466},{"source":8,"target":246},{"source":8,"target":467},{"source":8,"target":468},{"source":8,"target":469},{"source":8,"target":470},{"source":8,"target":471},{"source":8,"target":0},{"source":466,"target":8},{"source":466,"target":33},{"source":466,"target":472},{"source":466,"target":473},{"source":466,"target":474},{"source":466,"target":475},{"source":472,"target":96},{"source":472,"target":476},{"source":472,"target":466},{"source":472,"target":477},{"source":476,"target":96},{"source":477,"target":478},{"source":477,"target":472},{"source":473,"target":96},{"source":473,"target":479},{"source":473,"target":466},{"source":479,"target":96},{"source":474,"target":181},{"source":474,"target":480},{"source":474,"target":466},{"source":480,"target":181},{"source":475,"target":33},{"source":246,"target":8},{"source":246,"target":27},{"source":246,"target":481},{"source":246,"target":482},{"source":246,"target":483},{"source":481,"target":96},{"source":481,"target":484},{"source":481,"target":246},{"source":484,"target":96},{"source":482,"target":466},{"source":482,"target":485},{"source":482,"target":246},{"source":485,"target":466},{"source":483,"target":27},{"source":467,"target":8},{"source":467,"target":466},{"source":467,"target":486},{"source":467,"target":487},{"source":486,"target":488},{"source":486,"target":489},{"source":486,"target":467},{"source":489,"target":488},{"source":487,"target":466},{"source":468,"target":8},{"source":468,"target":466},{"source":468,"target":490},{"source":468,"target":491},{"source":490,"target":96},{"source":490,"target":492},{"source":490,"target":468},{"source":492,"target":96},{"source":491,"target":466},{"source":469,"target":8},{"source":469,"target":466},{"source":469,"target":493},{"source":493,"target":466},{"source":470,"target":8},{"source":470,"target":467},{"source":470,"target":494},{"source":494,"target":467},{"source":471,"target":8},{"source":471,"target":467},{"source":471,"target":495},{"source":471,"target":496},{"source":495,"target":104},{"source":495,"target":497},{"source":495,"target":471},{"source":497,"target":104},{"source":496,"target":467},{"source":9,"target":498},{"source":9,"target":499},{"source":9,"target":500},{"source":9,"target":501},{"source":9,"target":0},{"source":498,"target":9},{"source":498,"target":27},{"source":498,"target":502},{"source":498,"target":503},{"source":502,"target":58},{"source":502,"target":504},{"source":502,"target":498},{"source":504,"target":58},{"source":503,"target":27},{"source":499,"target":9},{"source":499,"target":80},{"source":499,"target":31},{"source":499,"target":505},{"source":499,"target":425},{"source":499,"target":506},{"source":499,"target":507},{"source":499,"target":508},{"source":499,"target":509},{"source":506,"target":80},{"source":507,"target":31},{"source":508,"target":505},{"source":509,"target":425},{"source":500,"target":9},{"source":500,"target":499},{"source":500,"target":426},{"source":500,"target":510},{"source":500,"target":511},{"source":500,"target":512},{"source":510,"target":102},{"source":510,"target":513},{"source":510,"target":500},{"source":513,"target":102},{"source":511,"target":499},{"source":512,"target":426},{"source":501,"target":9},{"source":501,"target":499},{"source":501,"target":514},{"source":501,"target":515},{"source":514,"target":516},{"source":514,"target":517},{"source":514,"target":501},{"source":517,"target":516},{"source":515,"target":499},{"source":10,"target":518},{"source":10,"target":516},{"source":10,"target":519},{"source":10,"target":520},{"source":10,"target":521},{"source":10,"target":522},{"source":10,"target":523},{"source":10,"target":524},{"source":10,"target":525},{"source":10,"target":526},{"source":10,"target":527},{"source":10,"target":528},{"source":10,"target":529},{"source":10,"target":530},{"source":10,"target":531},{"source":10,"target":532},{"source":10,"target":533},{"source":10,"target":534},{"source":10,"target":535},{"source":10,"target":536},{"source":10,"target":537},{"source":10,"target":0},{"source":518,"target":10},{"source":518,"target":303},{"source":518,"target":538},{"source":518,"target":539},{"source":538,"target":103},{"source":538,"target":540},{"source":538,"target":518},{"source":538,"target":541},{"source":540,"target":103},{"source":541,"target":542},{"source":541,"target":538},{"source":539,"target":303},{"source":516,"target":10},{"source":516,"target":27},{"source":516,"target":543},{"source":543,"target":27},{"source":519,"target":10},{"source":519,"target":518},{"source":519,"target":544},{"source":519,"target":545},{"source":544,"target":546},{"source":544,"target":519},{"source":545,"target":518},{"source":520,"target":10},{"source":520,"target":518},{"source":520,"target":547},{"source":520,"target":548},{"source":547,"target":549},{"source":547,"target":520},{"source":548,"target":518},{"source":521,"target":10},{"source":521,"target":518},{"source":521,"target":550},{"source":550,"target":518},{"source":522,"target":10},{"source":522,"target":521},{"source":522,"target":551},{"source":522,"target":552},{"source":551,"target":553},{"source":551,"target":522},{"source":552,"target":521},{"source":523,"target":10},{"source":523,"target":521},{"source":523,"target":554},{"source":523,"target":555},{"source":554,"target":556},{"source":554,"target":523},{"source":555,"target":521},{"source":524,"target":10},{"source":524,"target":518},{"source":524,"target":557},{"source":557,"target":518},{"source":525,"target":10},{"source":525,"target":524},{"source":525,"target":558},{"source":525,"target":559},{"source":558,"target":560},{"source":558,"target":525},{"source":559,"target":524},{"source":526,"target":10},{"source":526,"target":524},{"source":526,"target":561},{"source":526,"target":562},{"source":561,"target":563},{"source":561,"target":526},{"source":562,"target":524},{"source":527,"target":10},{"source":527,"target":518},{"source":527,"target":564},{"source":564,"target":518},{"source":528,"target":10},{"source":528,"target":527},{"source":528,"target":565},{"source":528,"target":566},{"source":565,"target":567},{"source":565,"target":528},{"source":566,"target":527},{"source":529,"target":10},{"source":529,"target":527},{"source":529,"target":568},{"source":529,"target":569},{"source":568,"target":570},{"source":568,"target":529},{"source":569,"target":527},{"source":530,"target":10},{"source":530,"target":527},{"source":530,"target":571},{"source":530,"target":572},{"source":571,"target":573},{"source":571,"target":530},{"source":572,"target":527},{"source":531,"target":10},{"source":531,"target":518},{"source":531,"target":574},{"source":574,"target":518},{"source":532,"target":10},{"source":532,"target":531},{"source":532,"target":575},{"source":532,"target":576},{"source":575,"target":577},{"source":575,"target":532},{"source":576,"target":531},{"source":533,"target":10},{"source":533,"target":531},{"source":533,"target":578},{"source":533,"target":579},{"source":578,"target":580},{"source":578,"target":533},{"source":579,"target":531},{"source":534,"target":10},{"source":534,"target":531},{"source":534,"target":581},{"source":534,"target":582},{"source":581,"target":583},{"source":581,"target":534},{"source":582,"target":531},{"source":535,"target":10},{"source":535,"target":518},{"source":535,"target":584},{"source":584,"target":518},{"source":536,"target":10},{"source":536,"target":516},{"source":536,"target":585},{"source":585,"target":516},{"source":537,"target":10},{"source":537,"target":516},{"source":537,"target":586},{"source":586,"target":516},{"source":11,"target":587},{"source":11,"target":111},{"source":11,"target":110},{"source":11,"target":588},{"source":11,"target":589},{"source":11,"target":590},{"source":11,"target":591},{"source":11,"target":592},{"source":11,"target":52},{"source":11,"target":593},{"source":11,"target":163},{"source":11,"target":0},{"source":587,"target":11},{"source":587,"target":27},{"source":587,"target":594},{"source":587,"target":595},{"source":594,"target":596},{"source":594,"target":597},{"source":594,"target":587},{"source":597,"target":596},{"source":595,"target":27},{"source":111,"target":11},{"source":111,"target":181},{"source":111,"target":598},{"source":598,"target":181},{"source":110,"target":11},{"source":110,"target":27},{"source":110,"target":599},{"source":110,"target":600},{"source":110,"target":601},{"source":110,"target":602},{"source":110,"target":603},{"source":110,"target":604},{"source":599,"target":96},{"source":599,"target":605},{"source":599,"target":110},{"source":599,"target":606},{"source":605,"target":96},{"source":606,"target":607},{"source":606,"target":599},{"source":600,"target":591},{"source":600,"target":608},{"source":600,"target":110},{"source":600,"target":609},{"source":608,"target":591},{"source":609,"target":610},{"source":609,"target":600},{"source":601,"target":592},{"source":601,"target":611},{"source":601,"target":110},{"source":601,"target":612},{"source":611,"target":592},{"source":612,"target":613},{"source":612,"target":601},{"source":602,"target":111},{"source":602,"target":614},{"source":602,"target":110},{"source":614,"target":111},{"source":603,"target":111},{"source":603,"target":615},{"source":603,"target":110},{"source":615,"target":111},{"source":604,"target":27},{"source":588,"target":11},{"source":588,"target":104},{"source":588,"target":60},{"source":588,"target":498},{"source":588,"target":616},{"source":588,"target":617},{"source":588,"target":618},{"source":588,"target":619},{"source":616,"target":620},{"source":616,"target":588},{"source":617,"target":104},{"source":618,"target":60},{"source":619,"target":498},{"source":589,"target":11},{"source":589,"target":111},{"source":589,"target":621},{"source":589,"target":622},{"source":589,"target":109},{"source":589,"target":587},{"source":589,"target":113},{"source":589,"target":623},{"source":589,"target":624},{"source":589,"target":625},{"source":589,"target":626},{"source":589,"target":627},{"source":589,"target":628},{"source":623,"target":111},{"source":624,"target":621},{"source":625,"target":622},{"source":626,"target":109},{"source":627,"target":587},{"source":628,"target":113},{"source":590,"target":11},{"source":590,"target":111},{"source":590,"target":629},{"source":629,"target":111},{"source":591,"target":11},{"source":591,"target":111},{"source":591,"target":498},{"source":591,"target":630},{"source":591,"target":104},{"source":591,"target":113},{"source":591,"target":631},{"source":591,"target":632},{"source":591,"target":633},{"source":591,"target":634},{"source":591,"target":635},{"source":591,"target":636},{"source":631,"target":588},{"source":631,"target":637},{"source":631,"target":591},{"source":637,"target":588},{"source":632,"target":111},{"source":633,"target":498},{"source":634,"target":630},{"source":635,"target":104},{"source":636,"target":113},{"source":592,"target":11},{"source":592,"target":111},{"source":592,"target":80},{"source":592,"target":60},{"source":592,"target":109},{"source":592,"target":622},{"source":592,"target":104},{"source":592,"target":587},{"source":592,"target":113},{"source":592,"target":638},{"source":592,"target":639},{"source":592,"target":640},{"source":592,"target":641},{"source":592,"target":642},{"source":592,"target":643},{"source":592,"target":644},{"source":592,"target":645},{"source":592,"target":646},{"source":592,"target":647},{"source":592,"target":648},{"source":592,"target":649},{"source":638,"target":650},{"source":638,"target":592},{"source":638,"target":651},{"source":638,"target":652},{"source":651,"target":653},{"source":651,"target":654},{"source":651,"target":638},{"source":654,"target":653},{"source":652,"target":655},{"source":652,"target":638},{"source":639,"target":656},{"source":639,"target":592},{"source":639,"target":657},{"source":657,"target":653},{"source":657,"target":658},{"source":657,"target":639},{"source":658,"target":653},{"source":640,"target":659},{"source":640,"target":592},{"source":640,"target":660},{"source":640,"target":661},{"source":660,"target":592},{"source":660,"target":662},{"source":660,"target":640},{"source":662,"target":592},{"source":661,"target":653},{"source":661,"target":663},{"source":661,"target":640},{"source":663,"target":653},{"source":641,"target":664},{"source":641,"target":592},{"source":642,"target":111},{"source":643,"target":80},{"source":644,"target":60},{"source":645,"target":109},{"source":646,"target":622},{"source":647,"target":104},{"source":648,"target":587},{"source":649,"target":113},{"source":52,"target":11},{"source":52,"target":592},{"source":52,"target":665},{"source":665,"target":592},{"source":593,"target":11},{"source":593,"target":592},{"source":593,"target":621},{"source":593,"target":666},{"source":593,"target":667},{"source":666,"target":592},{"source":667,"target":621},{"source":163,"target":11},{"source":163,"target":104},{"source":163,"target":505},{"source":163,"target":19},{"source":163,"target":668},{"source":163,"target":669},{"source":163,"target":670},{"source":163,"target":671},{"source":668,"target":102},{"source":668,"target":672},{"source":668,"target":163},{"source":672,"target":102},{"source":669,"target":104},{"source":670,"target":505},{"source":671,"target":19},{"source":12,"target":673},{"source":12,"target":32},{"source":12,"target":113},{"source":12,"target":674},{"source":12,"target":675},{"source":12,"target":676},{"source":12,"target":677},{"source":12,"target":678},{"source":12,"target":679},{"source":12,"target":680},{"source":12,"target":488},{"source":12,"target":681},{"source":12,"target":682},{"source":12,"target":683},{"source":12,"target":684},{"source":12,"target":0},{"source":673,"target":12},{"source":673,"target":32},{"source":673,"target":685},{"source":685,"target":32},{"source":32,"target":12},{"source":32,"target":27},{"source":32,"target":686},{"source":686,"target":27},{"source":113,"target":12},{"source":113,"target":27},{"source":113,"target":687},{"source":113,"target":688},{"source":113,"target":689},{"source":113,"target":690},{"source":687,"target":691},{"source":687,"target":113},{"source":687,"target":692},{"source":692,"target":27},{"source":692,"target":693},{"source":692,"target":687},{"source":693,"target":27},{"source":688,"target":694},{"source":688,"target":113},{"source":689,"target":32},{"source":689,"target":695},{"source":689,"target":113},{"source":695,"target":32},{"source":690,"target":27},{"source":674,"target":12},{"source":674,"target":27},{"source":674,"target":696},{"source":674,"target":697},{"source":696,"target":673},{"source":696,"target":698},{"source":696,"target":674},{"source":698,"target":673},{"source":697,"target":27},{"source":675,"target":12},{"source":675,"target":673},{"source":675,"target":699},{"source":699,"target":673},{"source":676,"target":12},{"source":676,"target":673},{"source":676,"target":700},{"source":700,"target":673},{"source":677,"target":12},{"source":677,"target":673},{"source":677,"target":701},{"source":701,"target":673},{"source":678,"target":12},{"source":678,"target":673},{"source":678,"target":702},{"source":702,"target":673},{"source":679,"target":12},{"source":679,"target":673},{"source":679,"target":703},{"source":703,"target":673},{"source":680,"target":12},{"source":680,"target":673},{"source":680,"target":704},{"source":704,"target":673},{"source":488,"target":12},{"source":488,"target":673},{"source":488,"target":705},{"source":705,"target":673},{"source":681,"target":12},{"source":681,"target":673},{"source":681,"target":706},{"source":706,"target":673},{"source":682,"target":12},{"source":682,"target":673},{"source":682,"target":707},{"source":707,"target":673},{"source":683,"target":12},{"source":683,"target":673},{"source":683,"target":708},{"source":708,"target":673},{"source":684,"target":12},{"source":684,"target":673},{"source":684,"target":709},{"source":709,"target":673},{"source":13,"target":710},{"source":13,"target":389},{"source":13,"target":326},{"source":13,"target":361},{"source":13,"target":396},{"source":13,"target":375},{"source":13,"target":382},{"source":13,"target":402},{"source":13,"target":410},{"source":13,"target":711},{"source":13,"target":712},{"source":13,"target":713},{"source":13,"target":714},{"source":13,"target":715},{"source":13,"target":716},{"source":13,"target":717},{"source":13,"target":718},{"source":13,"target":719},{"source":13,"target":720},{"source":13,"target":721},{"source":13,"target":722},{"source":13,"target":723},{"source":13,"target":724},{"source":13,"target":725},{"source":13,"target":726},{"source":13,"target":727},{"source":13,"target":728},{"source":13,"target":729},{"source":13,"target":730},{"source":13,"target":731},{"source":13,"target":732},{"source":13,"target":733},{"source":13,"target":734},{"source":13,"target":735},{"source":13,"target":736},{"source":13,"target":737},{"source":13,"target":738},{"source":13,"target":739},{"source":13,"target":740},{"source":13,"target":0},{"source":710,"target":13},{"source":710,"target":27},{"source":710,"target":741},{"source":741,"target":27},{"source":389,"target":13},{"source":389,"target":710},{"source":389,"target":742},{"source":742,"target":710},{"source":326,"target":13},{"source":326,"target":710},{"source":326,"target":743},{"source":743,"target":710},{"source":361,"target":13},{"source":361,"target":710},{"source":361,"target":744},{"source":744,"target":710},{"source":396,"target":13},{"source":396,"target":710},{"source":396,"target":745},{"source":745,"target":710},{"source":375,"target":13},{"source":375,"target":710},{"source":375,"target":746},{"source":746,"target":710},{"source":382,"target":13},{"source":382,"target":710},{"source":382,"target":747},{"source":747,"target":710},{"source":402,"target":13},{"source":402,"target":710},{"source":402,"target":748},{"source":748,"target":710},{"source":410,"target":13},{"source":410,"target":710},{"source":410,"target":749},{"source":749,"target":710},{"source":711,"target":13},{"source":711,"target":326},{"source":711,"target":750},{"source":750,"target":326},{"source":712,"target":13},{"source":712,"target":326},{"source":712,"target":751},{"source":751,"target":326},{"source":713,"target":13},{"source":713,"target":326},{"source":713,"target":752},{"source":752,"target":326},{"source":714,"target":13},{"source":714,"target":326},{"source":714,"target":753},{"source":753,"target":326},{"source":715,"target":13},{"source":715,"target":326},{"source":715,"target":754},{"source":754,"target":326},{"source":716,"target":13},{"source":716,"target":326},{"source":716,"target":755},{"source":755,"target":326},{"source":717,"target":13},{"source":717,"target":326},{"source":717,"target":756},{"source":756,"target":326},{"source":718,"target":13},{"source":718,"target":326},{"source":718,"target":757},{"source":757,"target":326},{"source":719,"target":13},{"source":719,"target":326},{"source":719,"target":758},{"source":758,"target":326},{"source":720,"target":13},{"source":720,"target":326},{"source":720,"target":759},{"source":759,"target":326},{"source":721,"target":13},{"source":721,"target":326},{"source":721,"target":760},{"source":760,"target":326},{"source":722,"target":13},{"source":722,"target":326},{"source":722,"target":761},{"source":761,"target":326},{"source":723,"target":13},{"source":723,"target":361},{"source":723,"target":762},{"source":762,"target":361},{"source":724,"target":13},{"source":724,"target":361},{"source":724,"target":763},{"source":763,"target":361},{"source":725,"target":13},{"source":725,"target":375},{"source":725,"target":764},{"source":764,"target":375},{"source":726,"target":13},{"source":726,"target":375},{"source":726,"target":765},{"source":765,"target":375},{"source":727,"target":13},{"source":727,"target":375},{"source":727,"target":766},{"source":766,"target":375},{"source":728,"target":13},{"source":728,"target":375},{"source":728,"target":767},{"source":767,"target":375},{"source":729,"target":13},{"source":729,"target":389},{"source":729,"target":402},{"source":729,"target":768},{"source":729,"target":769},{"source":768,"target":389},{"source":769,"target":402},{"source":730,"target":13},{"source":730,"target":389},{"source":730,"target":402},{"source":730,"target":770},{"source":730,"target":771},{"source":770,"target":389},{"source":771,"target":402},{"source":731,"target":13},{"source":731,"target":396},{"source":731,"target":772},{"source":772,"target":396},{"source":732,"target":13},{"source":732,"target":396},{"source":732,"target":773},{"source":773,"target":396},{"source":733,"target":13},{"source":733,"target":396},{"source":733,"target":774},{"source":774,"target":396},{"source":734,"target":13},{"source":734,"target":402},{"source":734,"target":775},{"source":775,"target":402},{"source":735,"target":13},{"source":735,"target":410},{"source":735,"target":776},{"source":776,"target":410},{"source":736,"target":13},{"source":736,"target":402},{"source":736,"target":777},{"source":777,"target":402},{"source":737,"target":13},{"source":737,"target":410},{"source":737,"target":778},{"source":778,"target":410},{"source":738,"target":13},{"source":738,"target":382},{"source":738,"target":779},{"source":779,"target":382},{"source":739,"target":13},{"source":739,"target":382},{"source":739,"target":780},{"source":780,"target":382},{"source":740,"target":13},{"source":740,"target":382},{"source":740,"target":781},{"source":781,"target":382},{"source":14,"target":782},{"source":14,"target":622},{"source":14,"target":783},{"source":14,"target":784},{"source":14,"target":0},{"source":782,"target":14},{"source":782,"target":630},{"source":782,"target":113},{"source":782,"target":785},{"source":782,"target":786},{"source":785,"target":630},{"source":786,"target":113},{"source":622,"target":14},{"source":622,"target":27},{"source":622,"target":787},{"source":622,"target":788},{"source":787,"target":782},{"source":787,"target":789},{"source":787,"target":622},{"source":789,"target":782},{"source":788,"target":27},{"source":783,"target":14},{"source":783,"target":782},{"source":783,"target":790},{"source":790,"target":782},{"source":784,"target":14},{"source":784,"target":782},{"source":784,"target":791},{"source":791,"target":782},{"source":15,"target":31},{"source":15,"target":505},{"source":15,"target":104},{"source":15,"target":792},{"source":15,"target":793},{"source":15,"target":653},{"source":15,"target":794},{"source":15,"target":795},{"source":15,"target":796},{"source":15,"target":797},{"source":15,"target":0},{"source":31,"target":15},{"source":31,"target":303},{"source":31,"target":425},{"source":31,"target":798},{"source":31,"target":799},{"source":31,"target":800},{"source":31,"target":801},{"source":31,"target":802},{"source":31,"target":803},{"source":798,"target":103},{"source":798,"target":804},{"source":798,"target":31},{"source":804,"target":103},{"source":799,"target":31},{"source":799,"target":805},{"source":799,"target":31},{"source":805,"target":31},{"source":800,"target":31},{"source":800,"target":806},{"source":800,"target":31},{"source":806,"target":31},{"source":801,"target":66},{"source":801,"target":807},{"source":801,"target":31},{"source":807,"target":66},{"source":802,"target":303},{"source":803,"target":425},{"source":505,"target":15},{"source":505,"target":27},{"source":505,"target":808},{"source":505,"target":809},{"source":505,"target":810},{"source":808,"target":103},{"source":808,"target":811},{"source":808,"target":505},{"source":811,"target":103},{"source":809,"target":58},{"source":809,"target":812},{"source":809,"target":505},{"source":812,"target":58},{"source":810,"target":27},{"source":104,"target":15},{"source":104,"target":181},{"source":104,"target":813},{"source":813,"target":181},{"source":792,"target":15},{"source":792,"target":31},{"source":792,"target":814},{"source":792,"target":815},{"source":814,"target":104},{"source":814,"target":816},{"source":814,"target":792},{"source":816,"target":104},{"source":815,"target":31},{"source":793,"target":15},{"source":793,"target":792},{"source":793,"target":817},{"source":817,"target":792},{"source":653,"target":15},{"source":653,"target":792},{"source":653,"target":505},{"source":653,"target":426},{"source":653,"target":818},{"source":653,"target":819},{"source":653,"target":820},{"source":818,"target":792},{"source":819,"target":505},{"source":820,"target":426},{"source":794,"target":15},{"source":794,"target":31},{"source":794,"target":821},{"source":821,"target":31},{"source":795,"target":15},{"source":795,"target":31},{"source":795,"target":822},{"source":795,"target":823},{"source":822,"target":146},{"source":822,"target":824},{"source":822,"target":795},{"source":824,"target":146},{"source":823,"target":31},{"source":796,"target":15},{"source":796,"target":31},{"source":796,"target":825},{"source":796,"target":826},{"source":825,"target":827},{"source":825,"target":796},{"source":826,"target":31},{"source":797,"target":15},{"source":797,"target":31},{"source":797,"target":828},{"source":797,"target":829},{"source":828,"target":516},{"source":828,"target":830},{"source":828,"target":797},{"source":830,"target":516},{"source":829,"target":31},{"source":16,"target":831},{"source":16,"target":621},{"source":16,"target":832},{"source":16,"target":305},{"source":16,"target":112},{"source":16,"target":833},{"source":16,"target":834},{"source":16,"target":835},{"source":16,"target":836},{"source":16,"target":837},{"source":16,"target":838},{"source":16,"target":839},{"source":16,"target":840},{"source":16,"target":841},{"source":16,"target":842},{"source":16,"target":843},{"source":16,"target":844},{"source":16,"target":845},{"source":16,"target":846},{"source":16,"target":847},{"source":16,"target":848},{"source":16,"target":849},{"source":16,"target":850},{"source":16,"target":851},{"source":16,"target":852},{"source":16,"target":853},{"source":16,"target":854},{"source":16,"target":855},{"source":16,"target":0},{"source":831,"target":16},{"source":831,"target":27},{"source":831,"target":856},{"source":831,"target":857},{"source":856,"target":112},{"source":856,"target":858},{"source":856,"target":831},{"source":858,"target":112},{"source":857,"target":27},{"source":621,"target":16},{"source":621,"target":27},{"source":621,"target":859},{"source":621,"target":860},{"source":859,"target":112},{"source":859,"target":861},{"source":859,"target":621},{"source":861,"target":112},{"source":860,"target":27},{"source":832,"target":16},{"source":832,"target":27},{"source":832,"target":862},{"source":832,"target":863},{"source":862,"target":58},{"source":862,"target":864},{"source":862,"target":832},{"source":864,"target":58},{"source":863,"target":27},{"source":305,"target":16},{"source":305,"target":27},{"source":305,"target":865},{"source":865,"target":27},{"source":112,"target":16},{"source":112,"target":27},{"source":112,"target":866},{"source":866,"target":27},{"source":833,"target":16},{"source":833,"target":621},{"source":833,"target":867},{"source":867,"target":621},{"source":834,"target":16},{"source":834,"target":112},{"source":834,"target":832},{"source":834,"target":868},{"source":834,"target":869},{"source":834,"target":870},{"source":868,"target":58},{"source":868,"target":871},{"source":868,"target":834},{"source":871,"target":58},{"source":869,"target":112},{"source":870,"target":832},{"source":835,"target":16},{"source":835,"target":846},{"source":835,"target":872},{"source":872,"target":846},{"source":836,"target":16},{"source":836,"target":111},{"source":836,"target":112},{"source":836,"target":621},{"source":836,"target":674},{"source":836,"target":873},{"source":836,"target":874},{"source":836,"target":875},{"source":836,"target":876},{"source":873,"target":111},{"source":874,"target":112},{"source":875,"target":621},{"source":876,"target":674},{"source":837,"target":16},{"source":837,"target":621},{"source":837,"target":877},{"source":837,"target":878},{"source":877,"target":783},{"source":877,"target":879},{"source":877,"target":837},{"source":879,"target":783},{"source":878,"target":621},{"source":838,"target":16},{"source":838,"target":112},{"source":838,"target":831},{"source":838,"target":832},{"source":838,"target":880},{"source":838,"target":881},{"source":838,"target":882},{"source":838,"target":883},{"source":880,"target":112},{"source":880,"target":884},{"source":880,"target":838},{"source":884,"target":112},{"source":881,"target":112},{"source":882,"target":831},{"source":883,"target":832},{"source":839,"target":16},{"source":839,"target":846},{"source":839,"target":885},{"source":885,"target":846},{"source":840,"target":16},{"source":840,"target":833},{"source":840,"target":886},{"source":886,"target":833},{"source":841,"target":16},{"source":841,"target":855},{"source":841,"target":887},{"source":887,"target":855},{"source":842,"target":16},{"source":842,"target":112},{"source":842,"target":888},{"source":888,"target":112},{"source":843,"target":16},{"source":843,"target":112},{"source":843,"target":889},{"source":843,"target":890},{"source":889,"target":58},{"source":889,"target":891},{"source":889,"target":843},{"source":891,"target":58},{"source":890,"target":112},{"source":844,"target":16},{"source":844,"target":112},{"source":844,"target":831},{"source":844,"target":832},{"source":844,"target":892},{"source":844,"target":893},{"source":844,"target":894},{"source":844,"target":895},{"source":844,"target":896},{"source":892,"target":305},{"source":892,"target":897},{"source":892,"target":844},{"source":897,"target":305},{"source":893,"target":58},{"source":893,"target":898},{"source":893,"target":844},{"source":898,"target":58},{"source":894,"target":112},{"source":895,"target":831},{"source":896,"target":832},{"source":845,"target":16},{"source":845,"target":112},{"source":845,"target":831},{"source":845,"target":899},{"source":845,"target":900},{"source":845,"target":901},{"source":845,"target":902},{"source":899,"target":783},{"source":899,"target":903},{"source":899,"target":845},{"source":903,"target":783},{"source":900,"target":58},{"source":900,"target":904},{"source":900,"target":845},{"source":904,"target":58},{"source":901,"target":112},{"source":902,"target":831},{"source":846,"target":16},{"source":846,"target":112},{"source":846,"target":905},{"source":846,"target":906},{"source":905,"target":847},{"source":905,"target":907},{"source":905,"target":846},{"source":907,"target":847},{"source":906,"target":112},{"source":847,"target":16},{"source":847,"target":112},{"source":847,"target":831},{"source":847,"target":181},{"source":847,"target":908},{"source":847,"target":909},{"source":847,"target":910},{"source":908,"target":112},{"source":909,"target":831},{"source":910,"target":181},{"source":848,"target":16},{"source":848,"target":112},{"source":848,"target":911},{"source":848,"target":912},{"source":911,"target":913},{"source":911,"target":914},{"source":911,"target":848},{"source":914,"target":913},{"source":912,"target":112},{"source":849,"target":16},{"source":849,"target":833},{"source":849,"target":832},{"source":849,"target":915},{"source":849,"target":916},{"source":915,"target":833},{"source":916,"target":832},{"source":850,"target":16},{"source":850,"target":112},{"source":850,"target":917},{"source":850,"target":918},{"source":917,"target":58},{"source":917,"target":919},{"source":917,"target":850},{"source":919,"target":58},{"source":918,"target":112},{"source":851,"target":16},{"source":851,"target":112},{"source":851,"target":920},{"source":851,"target":921},{"source":851,"target":922},{"source":920,"target":833},{"source":920,"target":923},{"source":920,"target":851},{"source":923,"target":833},{"source":921,"target":58},{"source":921,"target":924},{"source":921,"target":851},{"source":924,"target":58},{"source":922,"target":112},{"source":852,"target":16},{"source":852,"target":112},{"source":852,"target":621},{"source":852,"target":925},{"source":852,"target":926},{"source":852,"target":927},{"source":925,"target":58},{"source":925,"target":928},{"source":925,"target":852},{"source":928,"target":58},{"source":926,"target":112},{"source":927,"target":621},{"source":853,"target":16},{"source":853,"target":112},{"source":853,"target":929},{"source":853,"target":930},{"source":929,"target":58},{"source":929,"target":931},{"source":929,"target":853},{"source":931,"target":58},{"source":930,"target":112},{"source":854,"target":16},{"source":854,"target":112},{"source":854,"target":621},{"source":854,"target":932},{"source":854,"target":933},{"source":854,"target":934},{"source":854,"target":935},{"source":932,"target":837},{"source":932,"target":936},{"source":932,"target":854},{"source":936,"target":837},{"source":933,"target":836},{"source":933,"target":937},{"source":933,"target":854},{"source":937,"target":836},{"source":934,"target":112},{"source":935,"target":621},{"source":855,"target":16},{"source":855,"target":112},{"source":855,"target":831},{"source":855,"target":938},{"source":855,"target":939},{"source":855,"target":940},{"source":938,"target":58},{"source":938,"target":941},{"source":938,"target":855},{"source":941,"target":58},{"source":939,"target":112},{"source":940,"target":831},{"source":17,"target":103},{"source":17,"target":80},{"source":17,"target":135},{"source":17,"target":127},{"source":17,"target":596},{"source":17,"target":146},{"source":17,"target":942},{"source":17,"target":943},{"source":17,"target":944},{"source":17,"target":945},{"source":17,"target":946},{"source":17,"target":947},{"source":17,"target":948},{"source":17,"target":949},{"source":17,"target":950},{"source":17,"target":0},{"source":103,"target":17},{"source":103,"target":27},{"source":103,"target":951},{"source":103,"target":952},{"source":103,"target":953},{"source":103,"target":954},{"source":951,"target":955},{"source":951,"target":103},{"source":951,"target":956},{"source":951,"target":957},{"source":951,"target":958},{"source":956,"target":959},{"source":956,"target":951},{"source":957,"target":103},{"source":957,"target":960},{"source":957,"target":951},{"source":960,"target":103},{"source":958,"target":961},{"source":958,"target":951},{"source":952,"target":962},{"source":952,"target":103},{"source":952,"target":963},{"source":952,"target":964},{"source":952,"target":965},{"source":963,"target":966},{"source":963,"target":952},{"source":964,"target":103},{"source":964,"target":967},{"source":964,"target":952},{"source":967,"target":103},{"source":965,"target":60},{"source":965,"target":968},{"source":965,"target":952},{"source":968,"target":60},{"source":953,"target":111},{"source":953,"target":969},{"source":953,"target":103},{"source":953,"target":970},{"source":969,"target":111},{"source":970,"target":27},{"source":970,"target":971},{"source":970,"target":953},{"source":971,"target":27},{"source":954,"target":27},{"source":80,"target":17},{"source":80,"target":27},{"source":80,"target":972},{"source":80,"target":973},{"source":972,"target":135},{"source":972,"target":974},{"source":972,"target":80},{"source":974,"target":135},{"source":973,"target":27},{"source":135,"target":17},{"source":135,"target":27},{"source":135,"target":975},{"source":135,"target":976},{"source":135,"target":977},{"source":135,"target":978},{"source":975,"target":103},{"source":975,"target":979},{"source":975,"target":135},{"source":979,"target":103},{"source":976,"target":103},{"source":976,"target":980},{"source":976,"target":135},{"source":976,"target":981},{"source":980,"target":103},{"source":981,"target":31},{"source":981,"target":982},{"source":981,"target":976},{"source":982,"target":31},{"source":977,"target":127},{"source":977,"target":983},{"source":977,"target":135},{"source":983,"target":127},{"source":978,"target":27},{"source":127,"target":17},{"source":127,"target":135},{"source":127,"target":425},{"source":127,"target":984},{"source":127,"target":985},{"source":127,"target":986},{"source":984,"target":39},{"source":984,"target":987},{"source":984,"target":127},{"source":987,"target":39},{"source":985,"target":135},{"source":986,"target":425},{"source":596,"target":17},{"source":596,"target":135},{"source":596,"target":33},{"source":596,"target":988},{"source":596,"target":989},{"source":596,"target":990},{"source":988,"target":127},{"source":988,"target":991},{"source":988,"target":596},{"source":991,"target":127},{"source":989,"target":135},{"source":990,"target":33},{"source":146,"target":17},{"source":146,"target":103},{"source":146,"target":135},{"source":146,"target":992},{"source":146,"target":993},{"source":146,"target":994},{"source":146,"target":995},{"source":992,"target":111},{"source":992,"target":996},{"source":992,"target":146},{"source":992,"target":997},{"source":996,"target":111},{"source":997,"target":27},{"source":997,"target":998},{"source":997,"target":992},{"source":998,"target":27},{"source":993,"target":98},{"source":993,"target":999},{"source":993,"target":146},{"source":999,"target":98},{"source":994,"target":103},{"source":995,"target":135},{"source":942,"target":17},{"source":942,"target":146},{"source":942,"target":1000},{"source":1000,"target":146},{"source":943,"target":17},{"source":943,"target":146},{"source":943,"target":1001},{"source":1001,"target":146},{"source":944,"target":17},{"source":944,"target":146},{"source":944,"target":1002},{"source":1002,"target":146},{"source":945,"target":17},{"source":945,"target":146},{"source":945,"target":1003},{"source":1003,"target":146},{"source":946,"target":17},{"source":946,"target":146},{"source":946,"target":1004},{"source":1004,"target":146},{"source":947,"target":17},{"source":947,"target":146},{"source":947,"target":1005},{"source":1005,"target":146},{"source":948,"target":17},{"source":948,"target":146},{"source":948,"target":1006},{"source":1006,"target":146},{"source":949,"target":17},{"source":949,"target":146},{"source":949,"target":1007},{"source":1007,"target":146},{"source":950,"target":17},{"source":950,"target":146},{"source":950,"target":1008},{"source":1008,"target":146},{"source":18,"target":630},{"source":18,"target":913},{"source":18,"target":1009},{"source":18,"target":0},{"source":630,"target":18},{"source":630,"target":181},{"source":630,"target":80},{"source":630,"target":60},{"source":630,"target":104},{"source":630,"target":425},{"source":630,"target":1010},{"source":630,"target":1011},{"source":630,"target":1012},{"source":630,"target":1013},{"source":630,"target":1014},{"source":630,"target":1015},{"source":1010,"target":1016},{"source":1010,"target":630},{"source":1011,"target":181},{"source":1012,"target":80},{"source":1013,"target":60},{"source":1014,"target":104},{"source":1015,"target":425},{"source":913,"target":18},{"source":913,"target":630},{"source":913,"target":498},{"source":913,"target":305},{"source":913,"target":113},{"source":913,"target":1017},{"source":913,"target":1018},{"source":913,"target":1019},{"source":913,"target":1020},{"source":913,"target":1021},{"source":1017,"target":1009},{"source":1017,"target":1022},{"source":1017,"target":913},{"source":1022,"target":1009},{"source":1018,"target":630},{"source":1019,"target":498},{"source":1020,"target":305},{"source":1021,"target":113},{"source":1009,"target":18},{"source":1009,"target":104},{"source":1009,"target":60},{"source":1009,"target":498},{"source":1009,"target":1023},{"source":1009,"target":1024},{"source":1009,"target":1025},{"source":1009,"target":1026},{"source":1023,"target":1027},{"source":1023,"target":1009},{"source":1024,"target":104},{"source":1025,"target":60},{"source":1026,"target":498}],"multigraph":true}
ecore
services
repo-ecore-all/data/antoniogarmendia/dsltao/org.dsltao.project/bundles/org.mondo.dsl/model/serviceInterfaces.ecore
serviceInterfaces InterfaceRepository contents Packageable Package name contents Interface qName description codegen InjectorAcceptorInterfaceL1 injectorProvides TransformationLibrary name language CodeGenLanguage ACCELEO ACCELEO SlotPlugInterfaceL1 pointcuts Pointcut type ClassPointcut MethodPoincut ImportElementPointcut StatementPoincut PointcutType BEFORE BEFORE AFTER AFTER BEFORE_BODY BEFORE_BODY AFTER_BODY AFTER_BODY modelingenv InjectorAcceptorInterfaceL0 injectorImplements mode JavaTypeDeclaration qualifiedName JavaInterface operations JavaClass operations Operation name InjectionMode GOOGLE_JUICE GOOGLE_JUICE PLAIN_JAVA PLAIN_JAVA SlotPlugInterfaceL0 slot ExtensionPoint id
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="serviceInterfaces" nsURI="http://mondo.org/serviceInterfaces" nsPrefix="servInt"> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" ordered="false" upperBound="-1" eType="#//Packageable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="root class"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Packageable" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Packageable"> <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="contents" ordered="false" upperBound="-1" eType="#//Packageable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true" eSuperTypes="#//Packageable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="codegen" nsURI="http://mondo.org/serviceInterfaces/codegen" nsPrefix="servInt_codegen"> <eClassifiers xsi:type="ecore:EClass" name="InjectorAcceptorInterfaceL1" eSuperTypes="#//Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="injectorProvides" eType="#//codegen/TransformationLibrary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationLibrary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//codegen/CodeGenLanguage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CodeGenLanguage"> <eLiterals name="ACCELEO"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotPlugInterfaceL1" eSuperTypes="#//Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="pointcuts" eType="#//codegen/Pointcut"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pointcut" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//codegen/PointcutType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassPointcut" eSuperTypes="#//codegen/Pointcut"/> <eClassifiers xsi:type="ecore:EClass" name="MethodPoincut" eSuperTypes="#//codegen/Pointcut"/> <eClassifiers xsi:type="ecore:EClass" name="ImportElementPointcut" eSuperTypes="#//codegen/Pointcut"/> <eClassifiers xsi:type="ecore:EClass" name="StatementPoincut" eSuperTypes="#//codegen/Pointcut"/> <eClassifiers xsi:type="ecore:EEnum" name="PointcutType"> <eLiterals name="BEFORE"/> <eLiterals name="AFTER" value="1"/> <eLiterals name="BEFORE_BODY"/> <eLiterals name="AFTER_BODY"/> </eClassifiers> </eSubpackages> <eSubpackages name="modelingenv" nsURI="http://mondo.org/serviceInterfaces/modelingenv" nsPrefix="servInt_modelingenv"> <eClassifiers xsi:type="ecore:EClass" name="InjectorAcceptorInterfaceL0" eSuperTypes="#//Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="injectorImplements" lowerBound="1" upperBound="-1" eType="#//modelingenv/JavaTypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//modelingenv/InjectionMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaTypeDeclaration" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaInterface" eSuperTypes="#//modelingenv/JavaTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" upperBound="-1" eType="#//modelingenv/Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaClass" eSuperTypes="#//modelingenv/JavaTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" upperBound="-1" eType="#//modelingenv/Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InjectionMode"> <eLiterals name="GOOGLE_JUICE"/> <eLiterals name="PLAIN_JAVA" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotPlugInterfaceL0" eSuperTypes="#//Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" lowerBound="1" upperBound="-1" eType="#//modelingenv/ExtensionPoint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"servInt","nsURI":"http://mondo.org/serviceInterfaces","name":"serviceInterfaces","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Packageable","instanceClass":null,"abstract":true,"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":"Interface","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"nsPrefix":"servInt_codegen","nsURI":"http://mondo.org/serviceInterfaces/codegen","name":"codegen","id":5,"eClass":"EPackage"},{"nsPrefix":"servInt_modelingenv","nsURI":"http://mondo.org/serviceInterfaces/modelingenv","name":"modelingenv","id":6,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":false,"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":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InjectorAcceptorInterfaceL1","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationLibrary","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CodeGenLanguage","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotPlugInterfaceL1","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointcut","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPointcut","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodPoincut","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportElementPointcut","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementPoincut","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PointcutType","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"injectorProvides","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"name":"ACCELEO","id":36,"value":0,"literal":"ACCELEO","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":"pointcuts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"name":"BEFORE","id":46,"value":0,"literal":"BEFORE","eClass":"EEnumLiteral"},{"name":"AFTER","id":47,"value":1,"literal":"AFTER","eClass":"EEnumLiteral"},{"name":"BEFORE_BODY","id":48,"value":0,"literal":"BEFORE_BODY","eClass":"EEnumLiteral"},{"name":"AFTER_BODY","id":49,"value":0,"literal":"AFTER_BODY","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InjectorAcceptorInterfaceL0","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaTypeDeclaration","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaInterface","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClass","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InjectionMode","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotPlugInterfaceL0","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":57,"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":"injectorImplements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"name":"GOOGLE_JUICE","id":73,"value":0,"literal":"GOOGLE_JUICE","eClass":"EEnumLiteral"},{"name":"PLAIN_JAVA","id":74,"value":1,"literal":"PLAIN_JAVA","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":"slot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":9,"target":12},{"source":9,"target":3},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":3},{"source":13,"target":2},{"source":11,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":14,"target":17},{"source":14,"target":4},{"source":15,"target":18},{"source":15,"target":4},{"source":16,"target":2},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":0},{"source":19,"target":5},{"source":19,"target":4},{"source":19,"target":29},{"source":19,"target":30},{"source":29,"target":20},{"source":29,"target":31},{"source":29,"target":19},{"source":31,"target":20},{"source":30,"target":4},{"source":20,"target":5},{"source":20,"target":32},{"source":20,"target":33},{"source":32,"target":34},{"source":32,"target":20},{"source":33,"target":21},{"source":33,"target":35},{"source":33,"target":20},{"source":35,"target":21},{"source":21,"target":5},{"source":21,"target":36},{"source":36,"target":21},{"source":22,"target":5},{"source":22,"target":4},{"source":22,"target":37},{"source":22,"target":38},{"source":37,"target":23},{"source":37,"target":39},{"source":37,"target":22},{"source":39,"target":23},{"source":38,"target":4},{"source":23,"target":5},{"source":23,"target":40},{"source":40,"target":28},{"source":40,"target":41},{"source":40,"target":23},{"source":41,"target":28},{"source":24,"target":5},{"source":24,"target":23},{"source":24,"target":42},{"source":42,"target":23},{"source":25,"target":5},{"source":25,"target":23},{"source":25,"target":43},{"source":43,"target":23},{"source":26,"target":5},{"source":26,"target":23},{"source":26,"target":44},{"source":44,"target":23},{"source":27,"target":5},{"source":27,"target":23},{"source":27,"target":45},{"source":45,"target":23},{"source":28,"target":5},{"source":28,"target":46},{"source":28,"target":47},{"source":28,"target":48},{"source":28,"target":49},{"source":46,"target":28},{"source":47,"target":28},{"source":48,"target":28},{"source":49,"target":28},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":0},{"source":50,"target":6},{"source":50,"target":4},{"source":50,"target":58},{"source":50,"target":59},{"source":50,"target":60},{"source":58,"target":51},{"source":58,"target":61},{"source":58,"target":50},{"source":61,"target":51},{"source":59,"target":55},{"source":59,"target":62},{"source":59,"target":50},{"source":62,"target":55},{"source":60,"target":4},{"source":51,"target":6},{"source":51,"target":63},{"source":63,"target":64},{"source":63,"target":51},{"source":52,"target":6},{"source":52,"target":51},{"source":52,"target":65},{"source":52,"target":66},{"source":65,"target":54},{"source":65,"target":67},{"source":65,"target":52},{"source":67,"target":54},{"source":66,"target":51},{"source":53,"target":6},{"source":53,"target":51},{"source":53,"target":68},{"source":53,"target":69},{"source":68,"target":54},{"source":68,"target":70},{"source":68,"target":53},{"source":70,"target":54},{"source":69,"target":51},{"source":54,"target":6},{"source":54,"target":71},{"source":71,"target":72},{"source":71,"target":54},{"source":55,"target":6},{"source":55,"target":73},{"source":55,"target":74},{"source":73,"target":55},{"source":74,"target":55},{"source":56,"target":6},{"source":56,"target":4},{"source":56,"target":75},{"source":56,"target":76},{"source":75,"target":57},{"source":75,"target":77},{"source":75,"target":56},{"source":77,"target":57},{"source":76,"target":4},{"source":57,"target":6},{"source":57,"target":78},{"source":78,"target":79},{"source":78,"target":57}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/louismrose/PhD/Analyis/Co-Evo Examples/UML_1.5_to_2.0/AssociationEndToProperty/Before.ecore
uml_15_to_20_associationEndToProperty Model classes associations Class features associations Association connections AssociationEnd isNavigable participant association StructuralFeature ownerScope targetScope Attribute Operation ScopeKind instance instance classifier classifier
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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_15_to_20_associationEndToProperty" nsURI="uml_15_to_20_associationEndToProperty" nsPrefix="uml_15_to_20_associationEndToProperty"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//Association" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//StructuralFeature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/participant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association"> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" lowerBound="2" upperBound="-1" eType="#//AssociationEnd" containment="true" eOpposite="#//AssociationEnd/association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participant" lowerBound="1" eType="#//Class" eOpposite="#//Class/associations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1" eType="#//Association" eOpposite="#//Association/connections"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ownerScope" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" eType="#//ScopeKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//StructuralFeature"/> <eClassifiers xsi:type="ecore:EEnum" name="ScopeKind"> <eLiterals name="instance"/> <eLiterals name="classifier" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"uml_15_to_20_associationEndToProperty","nsURI":"uml_15_to_20_associationEndToProperty","name":"uml_15_to_20_associationEndToProperty","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEnd","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeKind","instanceClass":null,"id":8,"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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":2,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ownerScope","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetScope","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"name":"instance","id":31,"value":0,"literal":"instance","eClass":"EEnumLiteral"},{"name":"classifier","id":32,"value":1,"literal":"classifier","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":2},{"source":10,"target":3},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":3},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":5},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":5},{"source":14,"target":4},{"source":14,"target":16},{"source":14,"target":2},{"source":14,"target":17},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":18},{"source":18,"target":4},{"source":18,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":19,"target":4},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":17},{"source":4,"target":20},{"source":21,"target":22},{"source":21,"target":4},{"source":17,"target":2},{"source":17,"target":23},{"source":17,"target":4},{"source":17,"target":14},{"source":23,"target":2},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":4},{"source":20,"target":18},{"source":24,"target":3},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":25,"target":8},{"source":25,"target":27},{"source":25,"target":5},{"source":27,"target":8},{"source":26,"target":8},{"source":26,"target":28},{"source":26,"target":5},{"source":28,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":29},{"source":29,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":30},{"source":30,"target":5},{"source":8,"target":0},{"source":8,"target":31},{"source":8,"target":32},{"source":31,"target":8},{"source":32,"target":8}],"multigraph":true}
ecore
gui
repo-ecore-all/data/hallvard/emfacade/org.eclipse.gmt.emfacade.tests/src/org/eclipse/gmt/emfacade/swt/swt.ecore
swt Widget style Layout T LayoutData Control parent borderStyle textOrientationStyle layoutData enabled true visible true touchEnabled toolTipText background font size AbstractComposite T controls layout Composite Group text Canvas Decorations maximized minimized menuBar Shell modalStyle trimStyle fullScreen alpha 255 defaultButton AbstractMenu textOrientationStyle enabled true visible true items Menu menuStyle parentItem MenuBar parent Labeled text image Item MenuItem menuItemStyle menu ID accelerator enabled selection ToolBar items orientationStyle ToolItem parent enabled hotImage toolTipText selection CoolBar items orientationStyle CoolItem parent control minimumSize preferredSize size ImageRef org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI Label Separator orientationStyle Button buttonStyle arrowStyle selection Text multiplicityStyle text selection editable echoChar tabs textLimit topIndex message PasswordText SearchText IntervalControl minimum maximum selection IntervalSelector orientationStyle increment pageIncrement Slider thumb Spinner digits textLimit ProgressBar state ProgressState NORMAL NORMAL PAUSED PAUSED ERROR ERROR DateTime seconds minutes hours day month year Browser javascriptEnabled text url URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI AbstractList items selectionIndex List multiplicityStyle selectionIndices selection Combo text textLimit TabFolder items TabItem control toolTipText Color SystemColor color SystemColors RED RED GREEN GREEN BLUE BLUE RGBColor red 255 green 255 blue 255 Font name style height FontStyle NORMAL NORMAL BOLD BOLD ITALIC ITALIC FillLayout orientationStyle marginWidth 0 marginHeight 0 spacing 0 RowLayout orientationStyle marginWidth 0 marginHeight 0 spacing 3 wrap true pack true fill false center true justify false marginLeft 3 marginTop 3 marginRight 3 marginBottom 3 RowData width -1 height -1 exclude false GridLayout numColumns 1 makeColumnsEqualWidth false marginWidth 5 marginHeight 5 marginLeft 0 marginTop 0 marginRight 0 marginBottom 0 horizontalSpacing 5 verticalSpacing 5 GridData verticalAlignment horizontalAlignment widthHint -1 heightHint -1 horizontalIndent 0 verticalIndent 0 horizontalSpan 1 verticalSpan 1 grabExcessHorizontalSpace false grabExcessVerticalSpace false minimumWidth 0 minimumHeight 0 exclude false FormLayout marginWidth 0 marginHeight 0 spacing 3 marginLeft 3 marginTop 3 marginRight 3 marginBottom 3 FormData width 0 height 0 left top right bottom FormAttachment alignment control denominator 100 numerator offset FormAttachmentAlignment DEFAULT DEFAULT TOP TOP BOTTOM BOTTOM LEFT LEFT RIGHT RIGHT CENTER CENTER BorderStyle NONE NONE BORDER BORDER ButtonStyle TOGGLE TOGGLE PUSH PUSH RADIO RADIO CHECK CHECK ARROW ARROW ArrowStyle NONE NONE UP UP DOWN DOWN LEFT LEFT RIGHT RIGHT TextOrientationStyle LEFT_TO_RIGHT LEFT_TO_RIGHT RIGHT_TO_LEFT RIGHT_TO_LEFT OrientationStyle HORIZONTAL HORIZONTAL VERTICAL VERTICAL HorizontalAlignmentStyle LEFT LEFT CENTER CENTER RIGHT RIGHT FILL FILL VerticalAlignmentStyle CENTER CENTER TOP TOP BOTTOM BOTTOM FILL FILL MultiplicityStyle SINGLE SINGLE MULTI MULTI ComboStyle DROP_DOWN DROP_DOWN READ_ONLY READ_ONLY SIMPLE SIMPLE MenuStyle POP_UP POP_UP DROP_DOWN DROP_DOWN MenuItemStyle PUSH PUSH CASCADE CASCADE CHECK CHECK RADIO RADIO SEPARATOR SEPARATOR ModalStyle SYSTEM_MODAL SYSTEM_MODAL APPLICATION_MODAL APPLICATION_MODAL PRIMARY_MODAL PRIMARY_MODAL TrimStyle NOT_TRIM NOT_TRIM SHELL_TRIM SHELL_TRIM DIALOG_TRIM DIALOG_TRIM LineAttributes width style cap join dash dashOffset miterLimit LineStyle CUSTOM CUSTOM DASH DASH DASHDOT DASHDOT DASHDOTDOT DASHDOTDOT DOT DOT SOLID SOLID CapStyle FLAT FLAT ROUND ROUND SQUARE SQUARE JoinStyle BEVEL BEVEL MITER MITER ROUND ROUND Point org.eclipse.swt.graphics.Point org.eclipse.swt.graphics.Point TreeColumn toolTipText displayText Tree columns headerVisible linesVisible sortColumn sortDirection viewer SortDirection NONE NONE UP UP DOWN DOWN Viewer T control input ViewerInput java.lang.Object java.lang.Object TreeViewer
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="swt" nsURI="org.eclipse.gmt.emfacade.swt" nsPrefix="swt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.eclipse.gmt.emfacade"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Widget" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true"> <eTypeParameters name="T"> <eBounds eClassifier="#//LayoutData"/> </eTypeParameters> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutData" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent"> <eGenericType eClassifier="#//AbstractComposite"> <eTypeArguments eClassifier="#//Control"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderStyle" unique="false" eType="#//BorderStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textOrientationStyle" unique="false" eType="#//TextOrientationStyle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" eType="#//LayoutData" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="touchEnabled" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="background" eType="#//Color" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" unique="false" eType="#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractComposite" abstract="true" eSuperTypes="#//Control"> <eTypeParameters name="T"> <eBounds eClassifier="#//Control"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="controls" upperBound="-1" containment="true" resolveProxies="false"> <eGenericType eTypeParameter="#//AbstractComposite/T"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" containment="true" resolveProxies="false"> <eGenericType eClassifier="#//Layout"> <eTypeArguments eClassifier="#//LayoutData"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Composite"> <eGenericSuperTypes eClassifier="#//AbstractComposite"> <eTypeArguments eClassifier="#//Control"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Composite"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Composite"/> <eClassifiers xsi:type="ecore:EClass" name="Decorations" abstract="true" eSuperTypes="#//Canvas"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximized" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimized" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menuBar" eType="#//MenuBar" containment="true" resolveProxies="false" eOpposite="#//MenuBar/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shell" eSuperTypes="#//Decorations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modalStyle" unique="false" eType="#//ModalStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trimStyle" unique="false" eType="#//TrimStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullScreen" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alpha" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="255"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultButton" eType="#//Button"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMenu" abstract="true" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textOrientationStyle" unique="false" eType="#//TextOrientationStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//MenuItem" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu" eSuperTypes="#//AbstractMenu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menuStyle" unique="false" eType="#//MenuStyle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentItem" eType="#//MenuItem" eOpposite="#//MenuItem/menu"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuBar" eSuperTypes="#//AbstractMenu"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Decorations" eOpposite="#//Decorations/menuBar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Labeled" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" unique="false" eType="#//ImageRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true" eSuperTypes="#//Widget #//Labeled"/> <eClassifiers xsi:type="ecore:EClass" name="MenuItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menuItemStyle" unique="false" eType="#//MenuItemStyle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//Menu" containment="true" resolveProxies="false" eOpposite="#//Menu/parentItem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accelerator" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolBar" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ToolItem" containment="true" resolveProxies="false" eOpposite="#//ToolItem/parent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientationStyle" unique="false" eType="#//OrientationStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ToolBar" eOpposite="#//ToolBar/items"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hotImage" unique="false" eType="#//ImageRef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoolBar"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//CoolItem" containment="true" resolveProxies="false" eOpposite="#//CoolItem/parent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientationStyle" unique="false" eType="#//OrientationStyle"/> <eGenericSuperTypes eClassifier="#//AbstractComposite"> <eTypeArguments eClassifier="#//Control"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoolItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CoolBar" eOpposite="#//CoolBar/items"/> <eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//Control"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumSize" unique="false" eType="#//Point"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredSize" unique="false" eType="#//Point"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" unique="false" eType="#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ImageRef" instanceClassName="org.eclipse.emf.common.util.URI"/> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Control #//Labeled"/> <eClassifiers xsi:type="ecore:EClass" name="Separator" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientationStyle" unique="false" eType="#//OrientationStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Control #//Labeled"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="buttonStyle" unique="false" eType="#//ButtonStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrowStyle" unique="false" eType="#//ArrowStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityStyle" unique="false" eType="#//MultiplicityStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" unique="false" eType="#//Point"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="echoChar" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EChar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabs" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topIndex" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PasswordText" eSuperTypes="#//Text"/> <eClassifiers xsi:type="ecore:EClass" name="SearchText" eSuperTypes="#//Text"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalControl" abstract="true" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalSelector" abstract="true" eSuperTypes="#//IntervalControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientationStyle" unique="false" eType="#//OrientationStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageIncrement" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slider" eSuperTypes="#//IntervalSelector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumb" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spinner" eSuperTypes="#//IntervalSelector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="digits" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgressBar" eSuperTypes="#//IntervalControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" unique="false" eType="#//ProgressState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProgressState"> <eLiterals name="NORMAL"/> <eLiterals name="PAUSED" value="4"/> <eLiterals name="ERROR" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTime" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seconds" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minutes" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hours" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Browser" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javascriptEnabled" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" unique="false" eType="#//URI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractList" abstract="true" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="items" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionIndex" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//AbstractList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityStyle" unique="false" eType="#//MultiplicityStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionIndices" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Combo" eSuperTypes="#//AbstractList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabFolder" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//TabItem" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//Control" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SystemColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" unique="false" eType="#//SystemColors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SystemColors"> <eLiterals name="RED" value="3"/> <eLiterals name="GREEN" value="5"/> <eLiterals name="BLUE" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="red" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="255"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="green" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="255"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="255"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontStyle"> <eLiterals name="NORMAL"/> <eLiterals name="BOLD" value="1"/> <eLiterals name="ITALIC" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FillLayout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientationStyle" unique="false" eType="#//OrientationStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eGenericSuperTypes eClassifier="#//Layout"> <eTypeArguments eClassifier="#//LayoutData"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RowLayout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientationStyle" unique="false" eType="#//OrientationStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrap" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pack" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="center" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="justify" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eGenericSuperTypes eClassifier="#//Layout"> <eTypeArguments eClassifier="#//RowData"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RowData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridLayout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="makeColumnsEqualWidth" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="5"/> <eGenericSuperTypes eClassifier="#//Layout"> <eTypeArguments eClassifier="#//GridData"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" unique="false" eType="#//VerticalAlignmentStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" unique="false" eType="#//HorizontalAlignmentStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalIndent" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumWidth" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumHeight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormLayout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="3"/> <eGenericSuperTypes eClassifier="#//Layout"> <eTypeArguments eClassifier="#//FormData"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//FormAttachment" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="top" eType="#//FormAttachment" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//FormAttachment" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bottom" eType="#//FormAttachment" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormAttachment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" unique="false" eType="#//FormAttachmentAlignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//Control"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="denominator" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numerator" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FormAttachmentAlignment"> <eLiterals name="DEFAULT" value="-1"/> <eLiterals name="TOP" value="128"/> <eLiterals name="BOTTOM" value="1024"/> <eLiterals name="LEFT" value="16384"/> <eLiterals name="RIGHT" value="131072"/> <eLiterals name="CENTER" value="16777216"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BorderStyle"> <eLiterals name="NONE"/> <eLiterals name="BORDER" value="2048"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ButtonStyle"> <eLiterals name="TOGGLE" value="2"/> <eLiterals name="PUSH" value="8"/> <eLiterals name="RADIO" value="16"/> <eLiterals name="CHECK" value="32"/> <eLiterals name="ARROW" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArrowStyle"> <eLiterals name="NONE"/> <eLiterals name="UP" value="128"/> <eLiterals name="DOWN" value="1024"/> <eLiterals name="LEFT" value="16384"/> <eLiterals name="RIGHT" value="131072"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TextOrientationStyle"> <eLiterals name="LEFT_TO_RIGHT" value="33554432"/> <eLiterals name="RIGHT_TO_LEFT" value="67108864"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrientationStyle"> <eLiterals name="HORIZONTAL" value="256"/> <eLiterals name="VERTICAL" value="512"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HorizontalAlignmentStyle"> <eLiterals name="LEFT" value="16384"/> <eLiterals name="CENTER" value="16777216"/> <eLiterals name="RIGHT" value="131072"/> <eLiterals name="FILL" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VerticalAlignmentStyle"> <eLiterals name="CENTER" value="16777216"/> <eLiterals name="TOP" value="128"/> <eLiterals name="BOTTOM" value="1024"/> <eLiterals name="FILL" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MultiplicityStyle"> <eLiterals name="SINGLE" value="4"/> <eLiterals name="MULTI" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComboStyle"> <eLiterals name="DROP_DOWN" value="4"/> <eLiterals name="READ_ONLY" value="8"/> <eLiterals name="SIMPLE" value="64"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MenuStyle"> <eLiterals name="POP_UP" value="8"/> <eLiterals name="DROP_DOWN" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MenuItemStyle"> <eLiterals name="PUSH" value="8"/> <eLiterals name="CASCADE" value="64"/> <eLiterals name="CHECK" value="32"/> <eLiterals name="RADIO" value="16"/> <eLiterals name="SEPARATOR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModalStyle"> <eLiterals name="SYSTEM_MODAL" value="131072"/> <eLiterals name="APPLICATION_MODAL" value="65536"/> <eLiterals name="PRIMARY_MODAL" value="32768"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TrimStyle"> <eLiterals name="NOT_TRIM" value="8"/> <eLiterals name="SHELL_TRIM" value="1264"/> <eLiterals name="DIALOG_TRIM" value="2144"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineAttributes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" unique="false" eType="#//LineStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cap" unique="false" eType="#//CapStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="join" unique="false" eType="#//JoinStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dash" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dashOffset" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="miterLimit" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineStyle"> <eLiterals name="CUSTOM" value="6"/> <eLiterals name="DASH" value="2"/> <eLiterals name="DASHDOT" value="4"/> <eLiterals name="DASHDOTDOT" value="5"/> <eLiterals name="DOT" value="3"/> <eLiterals name="SOLID" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CapStyle"> <eLiterals name="FLAT" value="1"/> <eLiterals name="ROUND" value="2"/> <eLiterals name="SQUARE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JoinStyle"> <eLiterals name="BEVEL" value="3"/> <eLiterals name="MITER" value="1"/> <eLiterals name="ROUND" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Point" instanceClassName="org.eclipse.swt.graphics.Point"/> <eClassifiers xsi:type="ecore:EClass" name="TreeColumn" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayText" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//TreeColumn" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerVisible" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linesVisible" unique="false" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortColumn" eType="#//TreeColumn"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortDirection" unique="false" eType="#//SortDirection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewer" eType="#//TreeViewer" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SortDirection"> <eLiterals name="NONE"/> <eLiterals name="UP" value="128"/> <eLiterals name="DOWN" value="1024"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Viewer" abstract="true"> <eTypeParameters name="T"> <eBounds eClassifier="#//Control"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="control"> <eGenericType eTypeParameter="#//Viewer/T"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" unique="false" eType="#//ViewerInput" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ViewerInput" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EClass" name="TreeViewer"> <eGenericSuperTypes eClassifier="#//Viewer"> <eTypeArguments eClassifier="#//Tree"/> </eGenericSuperTypes> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"swt","nsURI":"org.eclipse.gmt.emfacade.swt","name":"swt","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComposite","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composite","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decorations","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shell","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMenu","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuBar","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labeled","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolBar","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolItem","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoolBar","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoolItem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"ImageRef","instanceClass":"org.eclipse.emf.common.util.URI","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Separator","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasswordText","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchText","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalControl","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalSelector","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slider","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgressBar","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProgressState","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTime","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Browser","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractList","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Combo","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabFolder","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabItem","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemColor","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemColors","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillLayout","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowLayout","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowData","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridData","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormLayout","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormData","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormAttachment","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FormAttachmentAlignment","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BorderStyle","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ButtonStyle","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArrowStyle","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextOrientationStyle","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrientationStyle","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HorizontalAlignmentStyle","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerticalAlignmentStyle","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiplicityStyle","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComboStyle","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MenuStyle","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MenuItemStyle","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModalStyle","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrimStyle","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineAttributes","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CapStyle","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"JoinStyle","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.swt.graphics.Point","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Point","name":"Point","instanceClass":null,"id":74,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeColumn","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SortDirection","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Viewer","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ViewerInput","instanceClass":"java.lang.Object","id":79,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeViewer","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"style","changeable":false,"lowerBound":0,"iD":false,"id":81,"derived":true},{"id":82,"eClass":"EGenericType"},{"name":"T","id":83,"eClass":"ETypeParameter"},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"borderStyle","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"textOrientationStyle","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"enabled","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":"true","unsettable":false,"transient":false,"unique":false,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"touchEnabled","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"toolTipText","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":false,"lowerBound":0,"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":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"T","id":109,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controls","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"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":false,"name":"maximized","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":false,"name":"minimized","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuBar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"modalStyle","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"trimStyle","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":false,"name":"fullScreen","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":"255","unsettable":false,"transient":false,"unique":false,"name":"alpha","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultButton","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"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":false,"name":"textOrientationStyle","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"menuStyle","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"menuItemStyle","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ID","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"accelerator","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":false,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientationStyle","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"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":false,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hotImage","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"toolTipText","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientationStyle","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minimumSize","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"preferredSize","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":false,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientationStyle","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"buttonStyle","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"arrowStyle","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":false,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"multiplicityStyle","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":false,"name":"text","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":false,"name":"selection","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":false,"name":"editable","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":false,"name":"echoChar","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":false,"name":"tabs","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"textLimit","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":false,"name":"topIndex","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"selection","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientationStyle","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"increment","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pageIncrement","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"thumb","changeable":true,"lowerBound":0,"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":false,"name":"digits","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"textLimit","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"name":"NORMAL","id":269,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"PAUSED","id":270,"value":4,"literal":"PAUSED","eClass":"EEnumLiteral"},{"name":"ERROR","id":271,"value":1,"literal":"ERROR","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"seconds","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":false,"name":"minutes","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hours","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"day","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"javascriptEnabled","changeable":true,"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":false,"name":"text","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":false,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"items","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"selectionIndex","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"multiplicityStyle","changeable":true,"lowerBound":0,"iD":false,"id":297,"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":"selectionIndices","changeable":true,"lowerBound":0,"iD":false,"id":298,"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":"selection","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"textLimit","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"toolTipText","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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"name":"RED","id":320,"value":3,"literal":"RED","eClass":"EEnumLiteral"},{"name":"GREEN","id":321,"value":5,"literal":"GREEN","eClass":"EEnumLiteral"},{"name":"BLUE","id":322,"value":9,"literal":"BLUE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":false,"name":"red","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":false,"name":"green","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":false,"name":"blue","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"name":"NORMAL","id":336,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":337,"value":1,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":338,"value":2,"literal":"ITALIC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientationStyle","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientationStyle","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":"0","unsettable":false,"transient":false,"unique":false,"name":"marginWidth","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":"0","unsettable":false,"transient":false,"unique":false,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":false,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"wrap","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"pack","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"fill","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"center","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"justify","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":false,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":false,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":false,"name":"marginRight","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":"3","unsettable":false,"transient":false,"unique":false,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":false,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"exclude","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"numColumns","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"makeColumnsEqualWidth","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":false,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":false,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"marginRight","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":"0","unsettable":false,"transient":false,"unique":false,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":false,"name":"horizontalSpacing","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":false,"name":"verticalSpacing","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"verticalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"horizontalAlignment","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":"-1","unsettable":false,"transient":false,"unique":false,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":false,"name":"heightHint","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"horizontalIndent","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":"0","unsettable":false,"transient":false,"unique":false,"name":"verticalIndent","changeable":true,"lowerBound":0,"iD":false,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"horizontalSpan","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"verticalSpan","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":"false","unsettable":false,"transient":false,"unique":false,"name":"grabExcessHorizontalSpace","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":"false","unsettable":false,"transient":false,"unique":false,"name":"grabExcessVerticalSpace","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":"0","unsettable":false,"transient":false,"unique":false,"name":"minimumWidth","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":"0","unsettable":false,"transient":false,"unique":false,"name":"minimumHeight","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":"false","unsettable":false,"transient":false,"unique":false,"name":"exclude","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"marginWidth","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":"0","unsettable":false,"transient":false,"unique":false,"name":"marginHeight","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":"3","unsettable":false,"transient":false,"unique":false,"name":"spacing","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":"3","unsettable":false,"transient":false,"unique":false,"name":"marginLeft","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":"3","unsettable":false,"transient":false,"unique":false,"name":"marginTop","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":"3","unsettable":false,"transient":false,"unique":false,"name":"marginRight","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":"3","unsettable":false,"transient":false,"unique":false,"name":"marginBottom","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"resolveProxies":false,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"resolveProxies":false,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":false,"name":"denominator","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":false,"name":"numerator","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":false,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"name":"DEFAULT","id":472,"value":-1,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"TOP","id":473,"value":128,"literal":"TOP","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":474,"value":1024,"literal":"BOTTOM","eClass":"EEnumLiteral"},{"name":"LEFT","id":475,"value":16384,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":476,"value":131072,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"CENTER","id":477,"value":16777216,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"NONE","id":478,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"BORDER","id":479,"value":2048,"literal":"BORDER","eClass":"EEnumLiteral"},{"name":"TOGGLE","id":480,"value":2,"literal":"TOGGLE","eClass":"EEnumLiteral"},{"name":"PUSH","id":481,"value":8,"literal":"PUSH","eClass":"EEnumLiteral"},{"name":"RADIO","id":482,"value":16,"literal":"RADIO","eClass":"EEnumLiteral"},{"name":"CHECK","id":483,"value":32,"literal":"CHECK","eClass":"EEnumLiteral"},{"name":"ARROW","id":484,"value":4,"literal":"ARROW","eClass":"EEnumLiteral"},{"name":"NONE","id":485,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"UP","id":486,"value":128,"literal":"UP","eClass":"EEnumLiteral"},{"name":"DOWN","id":487,"value":1024,"literal":"DOWN","eClass":"EEnumLiteral"},{"name":"LEFT","id":488,"value":16384,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":489,"value":131072,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"LEFT_TO_RIGHT","id":490,"value":33554432,"literal":"LEFT_TO_RIGHT","eClass":"EEnumLiteral"},{"name":"RIGHT_TO_LEFT","id":491,"value":67108864,"literal":"RIGHT_TO_LEFT","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":492,"value":256,"literal":"HORIZONTAL","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":493,"value":512,"literal":"VERTICAL","eClass":"EEnumLiteral"},{"name":"LEFT","id":494,"value":16384,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":495,"value":16777216,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":496,"value":131072,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"FILL","id":497,"value":4,"literal":"FILL","eClass":"EEnumLiteral"},{"name":"CENTER","id":498,"value":16777216,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"TOP","id":499,"value":128,"literal":"TOP","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":500,"value":1024,"literal":"BOTTOM","eClass":"EEnumLiteral"},{"name":"FILL","id":501,"value":4,"literal":"FILL","eClass":"EEnumLiteral"},{"name":"SINGLE","id":502,"value":4,"literal":"SINGLE","eClass":"EEnumLiteral"},{"name":"MULTI","id":503,"value":2,"literal":"MULTI","eClass":"EEnumLiteral"},{"name":"DROP_DOWN","id":504,"value":4,"literal":"DROP_DOWN","eClass":"EEnumLiteral"},{"name":"READ_ONLY","id":505,"value":8,"literal":"READ_ONLY","eClass":"EEnumLiteral"},{"name":"SIMPLE","id":506,"value":64,"literal":"SIMPLE","eClass":"EEnumLiteral"},{"name":"POP_UP","id":507,"value":8,"literal":"POP_UP","eClass":"EEnumLiteral"},{"name":"DROP_DOWN","id":508,"value":4,"literal":"DROP_DOWN","eClass":"EEnumLiteral"},{"name":"PUSH","id":509,"value":8,"literal":"PUSH","eClass":"EEnumLiteral"},{"name":"CASCADE","id":510,"value":64,"literal":"CASCADE","eClass":"EEnumLiteral"},{"name":"CHECK","id":511,"value":32,"literal":"CHECK","eClass":"EEnumLiteral"},{"name":"RADIO","id":512,"value":16,"literal":"RADIO","eClass":"EEnumLiteral"},{"name":"SEPARATOR","id":513,"value":2,"literal":"SEPARATOR","eClass":"EEnumLiteral"},{"name":"SYSTEM_MODAL","id":514,"value":131072,"literal":"SYSTEM_MODAL","eClass":"EEnumLiteral"},{"name":"APPLICATION_MODAL","id":515,"value":65536,"literal":"APPLICATION_MODAL","eClass":"EEnumLiteral"},{"name":"PRIMARY_MODAL","id":516,"value":32768,"literal":"PRIMARY_MODAL","eClass":"EEnumLiteral"},{"name":"NOT_TRIM","id":517,"value":8,"literal":"NOT_TRIM","eClass":"EEnumLiteral"},{"name":"SHELL_TRIM","id":518,"value":1264,"literal":"SHELL_TRIM","eClass":"EEnumLiteral"},{"name":"DIALOG_TRIM","id":519,"value":2144,"literal":"DIALOG_TRIM","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"cap","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"join","changeable":true,"lowerBound":0,"iD":false,"id":523,"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":"dash","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dashOffset","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":false,"name":"miterLimit","changeable":true,"lowerBound":0,"iD":false,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"name":"CUSTOM","id":534,"value":6,"literal":"CUSTOM","eClass":"EEnumLiteral"},{"name":"DASH","id":535,"value":2,"literal":"DASH","eClass":"EEnumLiteral"},{"name":"DASHDOT","id":536,"value":4,"literal":"DASHDOT","eClass":"EEnumLiteral"},{"name":"DASHDOTDOT","id":537,"value":5,"literal":"DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"DOT","id":538,"value":3,"literal":"DOT","eClass":"EEnumLiteral"},{"name":"SOLID","id":539,"value":1,"literal":"SOLID","eClass":"EEnumLiteral"},{"name":"FLAT","id":540,"value":1,"literal":"FLAT","eClass":"EEnumLiteral"},{"name":"ROUND","id":541,"value":2,"literal":"ROUND","eClass":"EEnumLiteral"},{"name":"SQUARE","id":542,"value":3,"literal":"SQUARE","eClass":"EEnumLiteral"},{"name":"BEVEL","id":543,"value":3,"literal":"BEVEL","eClass":"EEnumLiteral"},{"name":"MITER","id":544,"value":1,"literal":"MITER","eClass":"EEnumLiteral"},{"name":"ROUND","id":545,"value":2,"literal":"ROUND","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"toolTipText","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":false,"name":"displayText","changeable":true,"lowerBound":0,"iD":false,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":551,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"headerVisible","changeable":true,"lowerBound":0,"iD":false,"id":552,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"linesVisible","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sortColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sortDirection","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":"viewer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":556,"derived":false},{"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"},{"name":"NONE","id":564,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"UP","id":565,"value":128,"literal":"UP","eClass":"EEnumLiteral"},{"name":"DOWN","id":566,"value":1024,"literal":"DOWN","eClass":"EEnumLiteral"},{"name":"T","id":567,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"input","changeable":true,"lowerBound":0,"iD":false,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":1,"target":0},{"source":1,"target":81},{"source":81,"target":82},{"source":81,"target":1},{"source":2,"target":0},{"source":2,"target":83},{"source":83,"target":84},{"source":84,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":85,"target":5},{"source":85,"target":97},{"source":85,"target":4},{"source":97,"target":98},{"source":97,"target":5},{"source":98,"target":4},{"source":86,"target":57},{"source":86,"target":99},{"source":86,"target":4},{"source":99,"target":57},{"source":87,"target":60},{"source":87,"target":100},{"source":87,"target":4},{"source":100,"target":60},{"source":88,"target":3},{"source":88,"target":101},{"source":88,"target":4},{"source":101,"target":3},{"source":89,"target":102},{"source":89,"target":4},{"source":90,"target":103},{"source":90,"target":4},{"source":91,"target":104},{"source":91,"target":4},{"source":92,"target":105},{"source":92,"target":4},{"source":93,"target":42},{"source":93,"target":106},{"source":93,"target":4},{"source":106,"target":42},{"source":94,"target":46},{"source":94,"target":107},{"source":94,"target":4},{"source":107,"target":46},{"source":95,"target":74},{"source":95,"target":108},{"source":95,"target":4},{"source":108,"target":74},{"source":96,"target":1},{"source":5,"target":0},{"source":5,"target":109},{"source":5,"target":4},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":109,"target":113},{"source":113,"target":4},{"source":110,"target":4},{"source":110,"target":114},{"source":110,"target":5},{"source":114,"target":109},{"source":111,"target":2},{"source":111,"target":115},{"source":111,"target":5},{"source":115,"target":116},{"source":115,"target":2},{"source":116,"target":3},{"source":112,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":117},{"source":117,"target":118},{"source":117,"target":5},{"source":118,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":119},{"source":7,"target":120},{"source":119,"target":121},{"source":119,"target":7},{"source":120,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":122},{"source":122,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":123},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":123,"target":127},{"source":123,"target":9},{"source":124,"target":128},{"source":124,"target":9},{"source":125,"target":13},{"source":125,"target":129},{"source":125,"target":9},{"source":125,"target":130},{"source":129,"target":13},{"source":126,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":131,"target":68},{"source":131,"target":137},{"source":131,"target":10},{"source":137,"target":68},{"source":132,"target":69},{"source":132,"target":138},{"source":132,"target":10},{"source":138,"target":69},{"source":133,"target":139},{"source":133,"target":10},{"source":134,"target":140},{"source":134,"target":10},{"source":135,"target":24},{"source":135,"target":141},{"source":135,"target":10},{"source":141,"target":24},{"source":136,"target":9},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":11,"target":145},{"source":11,"target":146},{"source":142,"target":60},{"source":142,"target":147},{"source":142,"target":11},{"source":147,"target":60},{"source":143,"target":148},{"source":143,"target":11},{"source":144,"target":149},{"source":144,"target":11},{"source":145,"target":16},{"source":145,"target":150},{"source":145,"target":11},{"source":150,"target":16},{"source":146,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":151,"target":66},{"source":151,"target":154},{"source":151,"target":12},{"source":154,"target":66},{"source":152,"target":16},{"source":152,"target":155},{"source":152,"target":12},{"source":152,"target":156},{"source":155,"target":16},{"source":153,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":130},{"source":13,"target":157},{"source":130,"target":9},{"source":130,"target":158},{"source":130,"target":13},{"source":130,"target":125},{"source":158,"target":9},{"source":157,"target":11},{"source":14,"target":0},{"source":14,"target":159},{"source":14,"target":160},{"source":159,"target":161},{"source":159,"target":14},{"source":160,"target":21},{"source":160,"target":162},{"source":160,"target":14},{"source":162,"target":21},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":14},{"source":15,"target":163},{"source":15,"target":164},{"source":163,"target":1},{"source":164,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":165},{"source":16,"target":156},{"source":16,"target":166},{"source":16,"target":167},{"source":16,"target":168},{"source":16,"target":169},{"source":16,"target":170},{"source":165,"target":67},{"source":165,"target":171},{"source":165,"target":16},{"source":171,"target":67},{"source":156,"target":12},{"source":156,"target":172},{"source":156,"target":16},{"source":156,"target":152},{"source":172,"target":12},{"source":166,"target":173},{"source":166,"target":16},{"source":167,"target":174},{"source":167,"target":16},{"source":168,"target":175},{"source":168,"target":16},{"source":169,"target":176},{"source":169,"target":16},{"source":170,"target":15},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":177},{"source":17,"target":178},{"source":17,"target":179},{"source":177,"target":18},{"source":177,"target":180},{"source":177,"target":17},{"source":177,"target":181},{"source":180,"target":18},{"source":178,"target":61},{"source":178,"target":182},{"source":178,"target":17},{"source":182,"target":61},{"source":179,"target":4},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":181},{"source":18,"target":183},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":186},{"source":18,"target":187},{"source":181,"target":17},{"source":181,"target":188},{"source":181,"target":18},{"source":181,"target":177},{"source":188,"target":17},{"source":183,"target":189},{"source":183,"target":18},{"source":184,"target":21},{"source":184,"target":190},{"source":184,"target":18},{"source":190,"target":21},{"source":185,"target":191},{"source":185,"target":18},{"source":186,"target":192},{"source":186,"target":18},{"source":187,"target":15},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":193},{"source":19,"target":194},{"source":19,"target":195},{"source":193,"target":20},{"source":193,"target":196},{"source":193,"target":19},{"source":193,"target":197},{"source":196,"target":20},{"source":194,"target":61},{"source":194,"target":198},{"source":194,"target":19},{"source":198,"target":61},{"source":195,"target":199},{"source":195,"target":5},{"source":199,"target":4},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":197},{"source":20,"target":200},{"source":20,"target":201},{"source":20,"target":202},{"source":20,"target":203},{"source":20,"target":204},{"source":197,"target":19},{"source":197,"target":205},{"source":197,"target":20},{"source":197,"target":193},{"source":205,"target":19},{"source":200,"target":4},{"source":200,"target":206},{"source":200,"target":20},{"source":206,"target":4},{"source":201,"target":74},{"source":201,"target":207},{"source":201,"target":20},{"source":207,"target":74},{"source":202,"target":74},{"source":202,"target":208},{"source":202,"target":20},{"source":208,"target":74},{"source":203,"target":74},{"source":203,"target":209},{"source":203,"target":20},{"source":209,"target":74},{"source":204,"target":15},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":14},{"source":22,"target":210},{"source":22,"target":211},{"source":210,"target":4},{"source":211,"target":14},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":212},{"source":23,"target":213},{"source":212,"target":61},{"source":212,"target":214},{"source":212,"target":23},{"source":214,"target":61},{"source":213,"target":4},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":14},{"source":24,"target":215},{"source":24,"target":216},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":215,"target":58},{"source":215,"target":220},{"source":215,"target":24},{"source":220,"target":58},{"source":216,"target":59},{"source":216,"target":221},{"source":216,"target":24},{"source":221,"target":59},{"source":217,"target":222},{"source":217,"target":24},{"source":218,"target":4},{"source":219,"target":14},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":223},{"source":25,"target":224},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":25,"target":228},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":25,"target":232},{"source":223,"target":64},{"source":223,"target":233},{"source":223,"target":25},{"source":233,"target":64},{"source":224,"target":234},{"source":224,"target":25},{"source":225,"target":74},{"source":225,"target":235},{"source":225,"target":25},{"source":235,"target":74},{"source":226,"target":236},{"source":226,"target":25},{"source":227,"target":237},{"source":227,"target":25},{"source":228,"target":238},{"source":228,"target":25},{"source":229,"target":239},{"source":229,"target":25},{"source":230,"target":240},{"source":230,"target":25},{"source":231,"target":241},{"source":231,"target":25},{"source":232,"target":4},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":242},{"source":242,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":243},{"source":243,"target":25},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":244},{"source":28,"target":245},{"source":28,"target":246},{"source":28,"target":247},{"source":244,"target":248},{"source":244,"target":28},{"source":245,"target":249},{"source":245,"target":28},{"source":246,"target":250},{"source":246,"target":28},{"source":247,"target":4},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":251},{"source":29,"target":252},{"source":29,"target":253},{"source":29,"target":254},{"source":251,"target":61},{"source":251,"target":255},{"source":251,"target":29},{"source":255,"target":61},{"source":252,"target":256},{"source":252,"target":29},{"source":253,"target":257},{"source":253,"target":29},{"source":254,"target":28},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":258},{"source":30,"target":259},{"source":258,"target":260},{"source":258,"target":30},{"source":259,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":261},{"source":31,"target":262},{"source":31,"target":263},{"source":261,"target":264},{"source":261,"target":31},{"source":262,"target":265},{"source":262,"target":31},{"source":263,"target":29},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":266},{"source":32,"target":267},{"source":266,"target":33},{"source":266,"target":268},{"source":266,"target":32},{"source":268,"target":33},{"source":267,"target":28},{"source":33,"target":0},{"source":33,"target":269},{"source":33,"target":270},{"source":33,"target":271},{"source":269,"target":33},{"source":270,"target":33},{"source":271,"target":33},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":272},{"source":34,"target":273},{"source":34,"target":274},{"source":34,"target":275},{"source":34,"target":276},{"source":34,"target":277},{"source":34,"target":278},{"source":272,"target":279},{"source":272,"target":34},{"source":273,"target":280},{"source":273,"target":34},{"source":274,"target":281},{"source":274,"target":34},{"source":275,"target":282},{"source":275,"target":34},{"source":276,"target":283},{"source":276,"target":34},{"source":277,"target":284},{"source":277,"target":34},{"source":278,"target":4},{"source":35,"target":0},{"source":35,"target":4},{"source":35,"target":285},{"source":35,"target":286},{"source":35,"target":287},{"source":35,"target":288},{"source":285,"target":289},{"source":285,"target":35},{"source":286,"target":290},{"source":286,"target":35},{"source":287,"target":36},{"source":287,"target":291},{"source":287,"target":35},{"source":291,"target":36},{"source":288,"target":4},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":4},{"source":37,"target":292},{"source":37,"target":293},{"source":37,"target":294},{"source":292,"target":295},{"source":292,"target":37},{"source":293,"target":296},{"source":293,"target":37},{"source":294,"target":4},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":297},{"source":38,"target":298},{"source":38,"target":299},{"source":38,"target":300},{"source":297,"target":64},{"source":297,"target":301},{"source":297,"target":38},{"source":301,"target":64},{"source":298,"target":302},{"source":298,"target":38},{"source":299,"target":303},{"source":299,"target":38},{"source":300,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":304},{"source":39,"target":305},{"source":39,"target":306},{"source":304,"target":307},{"source":304,"target":39},{"source":305,"target":308},{"source":305,"target":39},{"source":306,"target":37},{"source":40,"target":0},{"source":40,"target":4},{"source":40,"target":309},{"source":40,"target":310},{"source":309,"target":41},{"source":309,"target":311},{"source":309,"target":40},{"source":311,"target":41},{"source":310,"target":4},{"source":41,"target":0},{"source":41,"target":15},{"source":41,"target":312},{"source":41,"target":313},{"source":41,"target":314},{"source":312,"target":4},{"source":312,"target":315},{"source":312,"target":41},{"source":315,"target":4},{"source":313,"target":316},{"source":313,"target":41},{"source":314,"target":15},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":317},{"source":43,"target":318},{"source":317,"target":44},{"source":317,"target":319},{"source":317,"target":43},{"source":319,"target":44},{"source":318,"target":42},{"source":44,"target":0},{"source":44,"target":320},{"source":44,"target":321},{"source":44,"target":322},{"source":320,"target":44},{"source":321,"target":44},{"source":322,"target":44},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":323},{"source":45,"target":324},{"source":45,"target":325},{"source":45,"target":326},{"source":323,"target":327},{"source":323,"target":45},{"source":324,"target":328},{"source":324,"target":45},{"source":325,"target":329},{"source":325,"target":45},{"source":326,"target":42},{"source":46,"target":0},{"source":46,"target":330},{"source":46,"target":331},{"source":46,"target":332},{"source":330,"target":333},{"source":330,"target":46},{"source":331,"target":334},{"source":331,"target":46},{"source":332,"target":335},{"source":332,"target":46},{"source":47,"target":0},{"source":47,"target":336},{"source":47,"target":337},{"source":47,"target":338},{"source":336,"target":47},{"source":337,"target":47},{"source":338,"target":47},{"source":48,"target":0},{"source":48,"target":2},{"source":48,"target":339},{"source":48,"target":340},{"source":48,"target":341},{"source":48,"target":342},{"source":48,"target":343},{"source":339,"target":61},{"source":339,"target":344},{"source":339,"target":48},{"source":344,"target":61},{"source":340,"target":345},{"source":340,"target":48},{"source":341,"target":346},{"source":341,"target":48},{"source":342,"target":347},{"source":342,"target":48},{"source":343,"target":348},{"source":343,"target":2},{"source":348,"target":3},{"source":49,"target":0},{"source":49,"target":2},{"source":49,"target":349},{"source":49,"target":350},{"source":49,"target":351},{"source":49,"target":352},{"source":49,"target":353},{"source":49,"target":354},{"source":49,"target":355},{"source":49,"target":356},{"source":49,"target":357},{"source":49,"target":358},{"source":49,"target":359},{"source":49,"target":360},{"source":49,"target":361},{"source":49,"target":362},{"source":349,"target":61},{"source":349,"target":363},{"source":349,"target":49},{"source":363,"target":61},{"source":350,"target":364},{"source":350,"target":49},{"source":351,"target":365},{"source":351,"target":49},{"source":352,"target":366},{"source":352,"target":49},{"source":353,"target":367},{"source":353,"target":49},{"source":354,"target":368},{"source":354,"target":49},{"source":355,"target":369},{"source":355,"target":49},{"source":356,"target":370},{"source":356,"target":49},{"source":357,"target":371},{"source":357,"target":49},{"source":358,"target":372},{"source":358,"target":49},{"source":359,"target":373},{"source":359,"target":49},{"source":360,"target":374},{"source":360,"target":49},{"source":361,"target":375},{"source":361,"target":49},{"source":362,"target":376},{"source":362,"target":2},{"source":376,"target":50},{"source":50,"target":0},{"source":50,"target":3},{"source":50,"target":377},{"source":50,"target":378},{"source":50,"target":379},{"source":50,"target":380},{"source":377,"target":381},{"source":377,"target":50},{"source":378,"target":382},{"source":378,"target":50},{"source":379,"target":383},{"source":379,"target":50},{"source":380,"target":3},{"source":51,"target":0},{"source":51,"target":2},{"source":51,"target":384},{"source":51,"target":385},{"source":51,"target":386},{"source":51,"target":387},{"source":51,"target":388},{"source":51,"target":389},{"source":51,"target":390},{"source":51,"target":391},{"source":51,"target":392},{"source":51,"target":393},{"source":51,"target":394},{"source":384,"target":395},{"source":384,"target":51},{"source":385,"target":396},{"source":385,"target":51},{"source":386,"target":397},{"source":386,"target":51},{"source":387,"target":398},{"source":387,"target":51},{"source":388,"target":399},{"source":388,"target":51},{"source":389,"target":400},{"source":389,"target":51},{"source":390,"target":401},{"source":390,"target":51},{"source":391,"target":402},{"source":391,"target":51},{"source":392,"target":403},{"source":392,"target":51},{"source":393,"target":404},{"source":393,"target":51},{"source":394,"target":405},{"source":394,"target":2},{"source":405,"target":52},{"source":52,"target":0},{"source":52,"target":3},{"source":52,"target":406},{"source":52,"target":407},{"source":52,"target":408},{"source":52,"target":409},{"source":52,"target":410},{"source":52,"target":411},{"source":52,"target":412},{"source":52,"target":413},{"source":52,"target":414},{"source":52,"target":415},{"source":52,"target":416},{"source":52,"target":417},{"source":52,"target":418},{"source":52,"target":419},{"source":406,"target":63},{"source":406,"target":420},{"source":406,"target":52},{"source":420,"target":63},{"source":407,"target":62},{"source":407,"target":421},{"source":407,"target":52},{"source":421,"target":62},{"source":408,"target":422},{"source":408,"target":52},{"source":409,"target":423},{"source":409,"target":52},{"source":410,"target":424},{"source":410,"target":52},{"source":411,"target":425},{"source":411,"target":52},{"source":412,"target":426},{"source":412,"target":52},{"source":413,"target":427},{"source":413,"target":52},{"source":414,"target":428},{"source":414,"target":52},{"source":415,"target":429},{"source":415,"target":52},{"source":416,"target":430},{"source":416,"target":52},{"source":417,"target":431},{"source":417,"target":52},{"source":418,"target":432},{"source":418,"target":52},{"source":419,"target":3},{"source":53,"target":0},{"source":53,"target":2},{"source":53,"target":433},{"source":53,"target":434},{"source":53,"target":435},{"source":53,"target":436},{"source":53,"target":437},{"source":53,"target":438},{"source":53,"target":439},{"source":53,"target":440},{"source":433,"target":441},{"source":433,"target":53},{"source":434,"target":442},{"source":434,"target":53},{"source":435,"target":443},{"source":435,"target":53},{"source":436,"target":444},{"source":436,"target":53},{"source":437,"target":445},{"source":437,"target":53},{"source":438,"target":446},{"source":438,"target":53},{"source":439,"target":447},{"source":439,"target":53},{"source":440,"target":448},{"source":440,"target":2},{"source":448,"target":54},{"source":54,"target":0},{"source":54,"target":3},{"source":54,"target":449},{"source":54,"target":450},{"source":54,"target":451},{"source":54,"target":452},{"source":54,"target":453},{"source":54,"target":454},{"source":54,"target":455},{"source":449,"target":456},{"source":449,"target":54},{"source":450,"target":457},{"source":450,"target":54},{"source":451,"target":55},{"source":451,"target":458},{"source":451,"target":54},{"source":458,"target":55},{"source":452,"target":55},{"source":452,"target":459},{"source":452,"target":54},{"source":459,"target":55},{"source":453,"target":55},{"source":453,"target":460},{"source":453,"target":54},{"source":460,"target":55},{"source":454,"target":55},{"source":454,"target":461},{"source":454,"target":54},{"source":461,"target":55},{"source":455,"target":3},{"source":55,"target":0},{"source":55,"target":462},{"source":55,"target":463},{"source":55,"target":464},{"source":55,"target":465},{"source":55,"target":466},{"source":462,"target":56},{"source":462,"target":467},{"source":462,"target":55},{"source":467,"target":56},{"source":463,"target":4},{"source":463,"target":468},{"source":463,"target":55},{"source":468,"target":4},{"source":464,"target":469},{"source":464,"target":55},{"source":465,"target":470},{"source":465,"target":55},{"source":466,"target":471},{"source":466,"target":55},{"source":56,"target":0},{"source":56,"target":472},{"source":56,"target":473},{"source":56,"target":474},{"source":56,"target":475},{"source":56,"target":476},{"source":56,"target":477},{"source":472,"target":56},{"source":473,"target":56},{"source":474,"target":56},{"source":475,"target":56},{"source":476,"target":56},{"source":477,"target":56},{"source":57,"target":0},{"source":57,"target":478},{"source":57,"target":479},{"source":478,"target":57},{"source":479,"target":57},{"source":58,"target":0},{"source":58,"target":480},{"source":58,"target":481},{"source":58,"target":482},{"source":58,"target":483},{"source":58,"target":484},{"source":480,"target":58},{"source":481,"target":58},{"source":482,"target":58},{"source":483,"target":58},{"source":484,"target":58},{"source":59,"target":0},{"source":59,"target":485},{"source":59,"target":486},{"source":59,"target":487},{"source":59,"target":488},{"source":59,"target":489},{"source":485,"target":59},{"source":486,"target":59},{"source":487,"target":59},{"source":488,"target":59},{"source":489,"target":59},{"source":60,"target":0},{"source":60,"target":490},{"source":60,"target":491},{"source":490,"target":60},{"source":491,"target":60},{"source":61,"target":0},{"source":61,"target":492},{"source":61,"target":493},{"source":492,"target":61},{"source":493,"target":61},{"source":62,"target":0},{"source":62,"target":494},{"source":62,"target":495},{"source":62,"target":496},{"source":62,"target":497},{"source":494,"target":62},{"source":495,"target":62},{"source":496,"target":62},{"source":497,"target":62},{"source":63,"target":0},{"source":63,"target":498},{"source":63,"target":499},{"source":63,"target":500},{"source":63,"target":501},{"source":498,"target":63},{"source":499,"target":63},{"source":500,"target":63},{"source":501,"target":63},{"source":64,"target":0},{"source":64,"target":502},{"source":64,"target":503},{"source":502,"target":64},{"source":503,"target":64},{"source":65,"target":0},{"source":65,"target":504},{"source":65,"target":505},{"source":65,"target":506},{"source":504,"target":65},{"source":505,"target":65},{"source":506,"target":65},{"source":66,"target":0},{"source":66,"target":507},{"source":66,"target":508},{"source":507,"target":66},{"source":508,"target":66},{"source":67,"target":0},{"source":67,"target":509},{"source":67,"target":510},{"source":67,"target":511},{"source":67,"target":512},{"source":67,"target":513},{"source":509,"target":67},{"source":510,"target":67},{"source":511,"target":67},{"source":512,"target":67},{"source":513,"target":67},{"source":68,"target":0},{"source":68,"target":514},{"source":68,"target":515},{"source":68,"target":516},{"source":514,"target":68},{"source":515,"target":68},{"source":516,"target":68},{"source":69,"target":0},{"source":69,"target":517},{"source":69,"target":518},{"source":69,"target":519},{"source":517,"target":69},{"source":518,"target":69},{"source":519,"target":69},{"source":70,"target":0},{"source":70,"target":520},{"source":70,"target":521},{"source":70,"target":522},{"source":70,"target":523},{"source":70,"target":524},{"source":70,"target":525},{"source":70,"target":526},{"source":520,"target":527},{"source":520,"target":70},{"source":521,"target":71},{"source":521,"target":528},{"source":521,"target":70},{"source":528,"target":71},{"source":522,"target":72},{"source":522,"target":529},{"source":522,"target":70},{"source":529,"target":72},{"source":523,"target":73},{"source":523,"target":530},{"source":523,"target":70},{"source":530,"target":73},{"source":524,"target":531},{"source":524,"target":70},{"source":525,"target":532},{"source":525,"target":70},{"source":526,"target":533},{"source":526,"target":70},{"source":71,"target":0},{"source":71,"target":534},{"source":71,"target":535},{"source":71,"target":536},{"source":71,"target":537},{"source":71,"target":538},{"source":71,"target":539},{"source":534,"target":71},{"source":535,"target":71},{"source":536,"target":71},{"source":537,"target":71},{"source":538,"target":71},{"source":539,"target":71},{"source":72,"target":0},{"source":72,"target":540},{"source":72,"target":541},{"source":72,"target":542},{"source":540,"target":72},{"source":541,"target":72},{"source":542,"target":72},{"source":73,"target":0},{"source":73,"target":543},{"source":73,"target":544},{"source":73,"target":545},{"source":543,"target":73},{"source":544,"target":73},{"source":545,"target":73},{"source":74,"target":0},{"source":75,"target":0},{"source":75,"target":15},{"source":75,"target":546},{"source":75,"target":547},{"source":75,"target":548},{"source":546,"target":549},{"source":546,"target":75},{"source":547,"target":550},{"source":547,"target":75},{"source":548,"target":15},{"source":76,"target":0},{"source":76,"target":4},{"source":76,"target":551},{"source":76,"target":552},{"source":76,"target":553},{"source":76,"target":554},{"source":76,"target":555},{"source":76,"target":556},{"source":76,"target":557},{"source":551,"target":75},{"source":551,"target":558},{"source":551,"target":76},{"source":558,"target":75},{"source":552,"target":559},{"source":552,"target":76},{"source":553,"target":560},{"source":553,"target":76},{"source":554,"target":75},{"source":554,"target":561},{"source":554,"target":76},{"source":561,"target":75},{"source":555,"target":77},{"source":555,"target":562},{"source":555,"target":76},{"source":562,"target":77},{"source":556,"target":80},{"source":556,"target":563},{"source":556,"target":76},{"source":563,"target":80},{"source":557,"target":4},{"source":77,"target":0},{"source":77,"target":564},{"source":77,"target":565},{"source":77,"target":566},{"source":564,"target":77},{"source":565,"target":77},{"source":566,"target":77},{"source":78,"target":0},{"source":78,"target":567},{"source":78,"target":568},{"source":78,"target":569},{"source":567,"target":570},{"source":570,"target":4},{"source":568,"target":4},{"source":568,"target":571},{"source":568,"target":78},{"source":571,"target":567},{"source":569,"target":79},{"source":569,"target":572},{"source":569,"target":78},{"source":572,"target":79},{"source":79,"target":0},{"source":80,"target":0},{"source":80,"target":78},{"source":80,"target":573},{"source":573,"target":574},{"source":573,"target":78},{"source":574,"target":76}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/metaMOB/metaMOBsynthGenerator/Model/uid_language/model/Types.ecore
types Boolean boolean boolean Integer int int Real double double String java.lang.String java.lang.String UnlimitedNatural int int
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="http://www.eclipse.org/uml2/4.0.0/Types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Boolean type is used for logical expression, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An unlimited natural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.eclipse.org/uml2/4.0.0/Types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":5,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore